++ 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 06:37:27 AM UTC 2026 ===================' INFO: =================== Mon Sep 14 06:37:27 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev enp1s0 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ 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=kubernetes ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=no-auth ++ AUTH_MODE=noauth ++ 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.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=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.50 ++ CONFIGDB_NODES=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=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.0.0.50 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.50 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=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.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=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=/ ++ KEYSTONE_AUTH_HOST=127.0.0.1 ++ 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.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.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 ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ 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.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.50,10.211.247.1,127.0.0.1,172.17.0.1,252.50.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.211.247.1,127.0.0.1,172.17.0.1,252.50.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + hostip=10.0.0.50 ++ resolve_hostname_by_ip 10.0.0.50 ++ local ip=10.0.0.50 +++ getent hosts 10.0.0.50 +++ head -n 1 ++ local 'host_entry=10.0.0.50 cn-jenkins-deploy-platform-juju-k8s-2107-1' ++ local name= ++ [[ -n 10.0.0.50 cn-jenkins-deploy-platform-juju-k8s-2107-1 ]] +++ echo 10.0.0.50 cn-jenkins-deploy-platform-juju-k8s-2107-1 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-juju-k8s-2107-1 ++ [[ -n cn-jenkins-deploy-platform-juju-k8s-2107-1 ]] ++ echo cn-jenkins-deploy-platform-juju-k8s-2107-1 + hostname=cn-jenkins-deploy-platform-juju-k8s-2107-1 ++ echo 10.0.0.50:5673 ++ sed 's/,/ /g' + rabbitmq_server_list=10.0.0.50:5673 ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + configdb_cql_servers=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=1 + [[ 1 -gt 1 ]] + cassandra_replication_factor=1 + 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=__ ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' ++ sort ++ set -o posix ++ set + local vars= + local section= + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + 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 ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + 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 06:37:27,915:1(0x7f98bdac8300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-09-14 06:37:27,915:1(0x7f98bdac8300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-juju-k8s-2107-1 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.4.0-167-generic 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1263: Client environment:os.version=#184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.50:2181 sessionTimeout=60000 watcher=0x9b2310 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-09-14 06:37:27,916:1(0x7f98bdac8300):ZOO_DEBUG@start_threads@221: starting threads... 2026-09-14 06:37:27,916:1(0x7f98b9ee8640):ZOO_DEBUG@do_completion@473: started completion thread 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@do_io@369: started IO thread 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=1 capacity=16 next=0 hasnext=1 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.50:2181 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=1 capacity=16 next=1 hasnext=0 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@get_next_server_in_reconfig@1566: Failed to find either new or old 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:27,917:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:28,918:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:28,919:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:28,920:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:28,920:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:29,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:29,922:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:29,922:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:29,922:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:30,922:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:30,923:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:30,923:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:30,923:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:31,924:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:31,924:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:31,925:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:31,925:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:32,926:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:32,926:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:32,926:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:32,926:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:33,927:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:33,927:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:33,928:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:33,928:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:34,929:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:34,929:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:34,929:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:34,929:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:35,930:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:35,930:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:35,930:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:35,930:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:36,931:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:36,932:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:36,932:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:36,932:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:37,933:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:37,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:37,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:37,934:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:38,934:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:38,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:38,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:38,935:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:39,936:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:39,936:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:39,936:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:39,936:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:40,936:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:40,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:40,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:40,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:41,938:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:41,938:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:41,938:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:41,938:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:42,939:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:42,939:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:42,939:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:42,939:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:43,941:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:43,941:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:43,941:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:43,941:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:44,942:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:44,942:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:44,942:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:44,942:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:45,943:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:45,943:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:45,943:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:45,943:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:46,946:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:46,946:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:46,946:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:46,946:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:47,946:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:47,946:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:47,946:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:47,946:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:48,947:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:48,947:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:48,947:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:48,947:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:49,948:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:49,949:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:49,949:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:49,949:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:50,950:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:50,950:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:50,950:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:50,950:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:51,951:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:51,951:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:51,951:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:51,951:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:52,953:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:52,953:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:52,953:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:52,954:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:53,955:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:53,955:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:53,955:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:53,955:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:54,956:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:54,956:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:54,956:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:54,956:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:55,958:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:55,958:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:55,958:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:55,958:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:56,959:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:56,960:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:56,960:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:56,960:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:57,960:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:57,961:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:57,961:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:57,961:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:58,962:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:58,962:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:58,962:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:58,962:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:37:59,963:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:37:59,963:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:37:59,963:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:37:59,964:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:00,964:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:00,965:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:00,965:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:00,965:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:01,965:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:01,965:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:01,965:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:01,965:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:02,966:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:02,967:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:02,967:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:02,967:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:03,968:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:03,968:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:03,968:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:03,968:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:04,968:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:04,969:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:04,969:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:04,969:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:05,969:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:05,970:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:05,970:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:05,970:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:06,971:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:06,972:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:06,972:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:06,972:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:07,972:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:07,973:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:07,973:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:07,973:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:08,974:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:08,974:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:08,974:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:08,974:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:09,975:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:09,975:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:09,975:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:09,975:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:10,976:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:10,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:10,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:10,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:11,978:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:11,978:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:11,978:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:11,978:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:12,979:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:12,980:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:12,980:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:12,980:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:13,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:13,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:13,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:13,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:14,981:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:14,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:14,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:14,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:15,983:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:15,983:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:15,983:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:15,983:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:16,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:16,985:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:16,985:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:16,985:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:17,986:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:17,986:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:17,986:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:17,986:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:18,987:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:18,987:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:18,987:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:18,987:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:19,989:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:19,989:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:19,989:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:19,990:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:20,990:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:20,990:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:20,990:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:20,990:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:21,992:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:21,992:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:21,992:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:21,992:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:22,995:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:22,996:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:22,996:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:22,996:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:23,997:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:23,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:23,997:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:23,997:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:24,998:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:24,998:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:24,998:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:24,998:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:26,000:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:26,000:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:26,000:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:26,000:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:27,001:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:27,001:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:27,001:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:27,001:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:28,004:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:28,004:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:28,004:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:28,004:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:29,006:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:29,006:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:29,006:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:29,006:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:30,007:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:30,007:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:30,007:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:30,007:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:31,009:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:31,009:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:31,009:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:31,009:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:32,010:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:32,010:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:32,010:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:32,010:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:33,011:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:33,012:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:33,012:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:33,012:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:34,013:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:34,013:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:34,013:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:34,013:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:35,014:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:35,014:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:35,014:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:35,014:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:36,037:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:36,037:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:36,037:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:36,037:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:37,038:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:37,038:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:37,038:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:37,038:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:38,038:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:38,039:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:38,039:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:38,039:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:39,040:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:39,040:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:39,040:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:39,040:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:40,041:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:40,041:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:40,041:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:40,041:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:41,042:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:41,042:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:41,043:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:41,043:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:42,044:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:42,044:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:42,044:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:42,044:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:43,046:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:43,046:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:43,046:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:43,046:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:44,047:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:44,047:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:44,047:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:44,055:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:45,055:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:45,055:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:45,055:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:45,055:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:46,056:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:46,057:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:46,057:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:46,057:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:47,057:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:47,057:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:47,057:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:47,057:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:48,059:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:48,059:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:48,059:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:48,059:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:49,059:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:49,059:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:49,059:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:49,059:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:50,066:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:50,066:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:50,066:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:50,066:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:51,066:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:51,066:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:51,066:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:51,067:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:52,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:52,068:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:52,068:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:52,068:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:53,069:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:53,070:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:53,070:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:53,070:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:54,071:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:54,071:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:54,071:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:54,071:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:55,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:55,072:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:55,072:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:55,072:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:56,074:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:56,074:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:56,074:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:56,074:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:57,075:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:57,075:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:57,075:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:57,075:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:58,076:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:58,076:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:58,076:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:58,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:38:59,077:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:38:59,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:38:59,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:38:59,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:00,099:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:00,100:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:00,100:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:00,100:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:01,101:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:01,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:01,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:01,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:02,103:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:02,103:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:02,103:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:02,103:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:03,109:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:03,109:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:03,109:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:03,109:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:04,110:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:04,110:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:04,110:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:04,111:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:05,111:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:05,112:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:05,112:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:05,112:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:06,115:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:06,115:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:06,115:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:06,115:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:07,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:07,116:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:07,116:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:07,116:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:08,117:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:08,117:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:08,117:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:08,117:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:09,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:09,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:09,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:09,119:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:10,119:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:10,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:10,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:10,119:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:11,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:11,129:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:11,129:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:11,129:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:12,131:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:12,131:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:12,131:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:12,131:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:13,136:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:13,136:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:13,136:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:13,136:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:14,144:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:14,145:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:14,145:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:14,145:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:15,149:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:15,150:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:15,150:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:15,150:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:16,151:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:16,151:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:16,152:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:16,152:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:17,153:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:17,153:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:17,153:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:17,153:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:18,154:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:18,154:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:18,154:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:18,154:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:19,156:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:19,157:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:19,157:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:19,157:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:20,158:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:20,158:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:20,158:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:20,158:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:21,164:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:21,165:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:21,165:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:21,165:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:22,166:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:22,166:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:22,166:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:22,166:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:23,167:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:23,168:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:23,168:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:23,168:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:24,169:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:24,169:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:24,169:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:24,169:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:25,170:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:25,171:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:25,171:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:25,171:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:26,172:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:26,173:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:26,173:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:26,173:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:27,174:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:27,174:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:27,174:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:27,174:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:28,175:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:28,175:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:28,175:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:28,175:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:29,176:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:29,176:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:29,176:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:29,176:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:30,177:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:30,177:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:30,177:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:30,177:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:31,178:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:31,178:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:31,178:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:31,178:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:32,179:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:32,179:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:32,179:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:32,179:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:33,180:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:33,181:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:33,181:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:33,181:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:34,182:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:34,182:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:34,182:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:34,182:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:35,183:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:35,183:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:35,183:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:35,183:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:36,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:36,184:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:36,184:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:36,184:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:37,185:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:37,185:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:37,185:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:37,185:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:38,186:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:38,186:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:38,186:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:38,186:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:39,187:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:39,187:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:39,187:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:39,187:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:40,188:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:40,188:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:40,188:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:40,189:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:41,190:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:41,190:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:41,190:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:41,190:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:42,190:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:42,190:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:42,190:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:42,190:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:43,192:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:43,192:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:43,192:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:43,192:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:44,193:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:44,193:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:44,193:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:44,193:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:45,193:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:45,193:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:45,193:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:45,193:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:46,195:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:46,195:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:46,195:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:46,195:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:47,196:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:47,196:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:47,196:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:47,196:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:48,198:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:48,198:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:48,198:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:48,198:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:49,199:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:49,199:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:49,199:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:49,199:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:50,200:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:50,201:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:50,201:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:50,201:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:51,202:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:51,202:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:51,202:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:51,202:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:52,203:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:52,203:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:52,203:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:52,203:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:53,204:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:53,205:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:53,205:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:53,205:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:54,206:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:54,206:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:54,206:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:54,206:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:55,207:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:55,207:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:55,207:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:55,207:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:56,209:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:56,209:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:56,209:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:56,209:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:57,210:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:57,210:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:57,210:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:57,210:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:58,211:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:58,211:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:58,211:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:58,212:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:39:59,212:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:39:59,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:39:59,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:39:59,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:00,214:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:00,214:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:00,215:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:00,215:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:01,216:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:01,217:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:01,217:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:01,217:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:02,219:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:02,219:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:02,219:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:02,219:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:03,219:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:03,220:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:03,220:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:03,220:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:04,221:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:04,221:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:04,221:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:04,221:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:05,235:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:05,236:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:05,236:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:05,236:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:06,237:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:06,237:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:06,237:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:06,237:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:07,238:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:07,238:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:07,238:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:07,238:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:08,239:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:08,239:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:08,239:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:08,240:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:09,241:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:09,241:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:09,241:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:09,241:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:10,242:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:10,243:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:10,243:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:10,243:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:11,244:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:11,244:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:11,244:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:11,245:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:12,246:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:12,246:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:12,246:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:12,246:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:13,247:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:13,247:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:13,247:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:13,247:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:14,248:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:14,248:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:14,248:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:14,249:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:15,249:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:15,249:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:15,249:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:15,249:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:16,250:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:16,250:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:16,250:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:16,250:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:17,252:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:17,252:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:17,252:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:17,252:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:18,253:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:18,253:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:18,253:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:18,253:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:19,254:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:19,254:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:19,254:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:19,255:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:20,256:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:20,256:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:20,256:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:20,256:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:21,257:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:21,257:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:21,257:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:21,257:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:22,258:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:22,258:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:22,258:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:22,258:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:23,259:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:23,259:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:23,259:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:23,260:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:24,261:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:24,261:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:24,261:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:24,261:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:25,262:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:25,262:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:25,262:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:25,262:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:26,263:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:26,264:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:26,264:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:26,264:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:27,265:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:27,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:27,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:27,265:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:28,266:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:28,266:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:28,267:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:28,267:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:29,267:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:29,267:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:29,267:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:29,267:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:30,268:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:30,269:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:30,269:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:30,269:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:31,270:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:31,270:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:31,270:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:31,270:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:32,271:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:32,272:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:32,272:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:32,272:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:33,272:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:33,273:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:33,273:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:33,273:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:34,274:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:34,274:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:34,274:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:34,274:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:35,275:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:35,275:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:35,275:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:35,275:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:36,275:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:36,276:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:36,276:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:36,276:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:37,276:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:37,277:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:37,277:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:37,277:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:38,277:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:38,277:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:38,277:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:38,277:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:39,278:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:39,279:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:39,279:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:39,279:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:40,279:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:40,280:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:40,280:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:40,280:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:41,285:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:41,286:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:41,286:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:41,286:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:42,287:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:42,287:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:42,287:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:42,287:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:43,288:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:43,288:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:43,288:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:43,288:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:44,289:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:44,289:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:44,289:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:44,289:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:45,291:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:45,291:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:45,291:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:45,291:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:46,291:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:46,292:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:46,292:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:46,292:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:47,293:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:47,293:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:47,293:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:47,293:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:48,294:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:48,294:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:48,294:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:48,294:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:49,295:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:49,295:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:49,295:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:49,295:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:50,296:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:50,296:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:50,296:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:50,297:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:51,298:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:51,298:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:51,298:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:51,298:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:52,299:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:52,299:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:52,299:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:52,299:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:53,300:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:53,300:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:53,300:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:53,300:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:54,300:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:54,301:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:54,301:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:54,301:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:55,303:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:55,303:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:55,303:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:55,303:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:56,304:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:56,304:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:56,304:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:56,304:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:57,304:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:57,305:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:57,305:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:57,305:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:58,306:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:58,306:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:58,306:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:58,306:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:40:59,307:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:40:59,307:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:40:59,307:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:40:59,307:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:00,308:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:00,309:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:00,309:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:00,309:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:01,311:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:01,311:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:01,311:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:01,311:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:02,314:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:02,314:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:02,314:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:02,314:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:03,316:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:03,316:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:03,316:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:03,316:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:04,317:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:04,317:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:04,317:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:04,318:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:05,319:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:05,319:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:05,319:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:05,319:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:06,321:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:06,321:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:06,321:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:06,322:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:07,323:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:07,323:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:07,323:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:07,323:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:08,324:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:08,324:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:08,324:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:08,324:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:09,326:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:09,326:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:09,326:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:09,326:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:10,327:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:10,327:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:10,327:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:10,328:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:11,329:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:11,329:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:11,329:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:11,329:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:12,330:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:12,330:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:12,331:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:12,331:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:13,332:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:13,332:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:13,332:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:13,332:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:14,334:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:14,334:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:14,334:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:14,334:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:15,335:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:15,335:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:15,335:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:15,335:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:16,336:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:16,336:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:16,336:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:16,336:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:17,336:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:17,337:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:17,337:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:17,337:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:18,338:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:18,338:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:18,338:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:18,338:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:19,370:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:19,371:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:19,371:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:19,371:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:20,372:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:20,372:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:20,372:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:20,372:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:21,373:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:21,373:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:21,373:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:21,373:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:22,374:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:22,374:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:22,374:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:22,374:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:23,375:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:23,375:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:23,375:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:23,375:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:24,377:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:24,378:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:24,378:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:24,378:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:25,379:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:25,379:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:25,379:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:25,379:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:26,381:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:26,381:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:26,381:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:26,381:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:27,382:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:27,382:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:27,382:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:27,382:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:28,383:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:28,384:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:28,384:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:28,384:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:29,386:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:29,386:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:29,386:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:29,386:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:30,388:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:30,388:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:30,388:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:30,388:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:31,389:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:31,389:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:31,389:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:31,389:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:32,391:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:32,391:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:32,391:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:32,391:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:33,392:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:33,393:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:33,393:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:33,393:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:34,394:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:34,394:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:34,394:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:34,394:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:35,395:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:35,395:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:35,395:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:35,396:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:36,396:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:36,397:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:36,397:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:36,397:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:37,399:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:37,399:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:37,399:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:37,399:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:38,400:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:38,401:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:38,401:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:38,401:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:39,402:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:39,402:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:39,402:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:39,402:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:40,403:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:40,403:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:40,403:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:40,403:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:41,404:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:41,404:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:41,404:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:41,404:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:42,405:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:42,405:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:42,405:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:42,405:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:43,406:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:43,406:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:43,406:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:43,406:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:44,406:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:44,406:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:44,406:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:44,406:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:45,407:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:45,408:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:45,408:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:45,408:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:46,409:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:46,409:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:46,409:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:46,409:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:47,410:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:47,410:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:47,410:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:47,410:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:48,411:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:48,411:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:48,411:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:48,411:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:49,414:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:49,414:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:49,414:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:49,415:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:50,415:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:50,415:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:50,415:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:50,415:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:51,416:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:51,416:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:51,416:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:51,416:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:52,416:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:52,417:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:52,417:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:52,417:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:53,418:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:53,418:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:53,418:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:53,418:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:54,419:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:54,419:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:54,419:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:54,419:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:55,421:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:55,421:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:55,421:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:55,421:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:56,422:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:56,422:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:56,423:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:56,423:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:57,423:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:57,423:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:57,423:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:57,423:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:58,424:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:58,425:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:58,425:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:58,425:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:41:59,426:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:41:59,426:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:41:59,426:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:41:59,426:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:00,427:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:00,427:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:00,427:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:00,427:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:01,428:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:01,428:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:01,428:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:01,428:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:02,429:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:02,429:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:02,429:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:02,429:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:03,430:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:03,430:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:03,430:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:03,431:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:04,438:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:04,438:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:04,438:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:04,438:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:05,443:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:05,443:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:05,443:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:05,444:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:06,445:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:06,445:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:06,445:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:06,445:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:07,445:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:07,445:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:07,445:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:07,445:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:08,447:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:08,447:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:08,447:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:08,447:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:09,448:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:09,448:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:09,448:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:09,448:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:10,449:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:10,450:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:10,450:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:10,450:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:11,451:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:11,451:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:11,451:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:11,451:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:12,452:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:12,452:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:12,452:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:12,452:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:13,454:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:13,454:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:13,454:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:13,454:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:14,455:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:14,455:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:14,455:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:14,455:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:15,456:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:15,456:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:15,456:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:15,456:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:16,512:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:16,513:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:16,513:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:16,513:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:17,513:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:17,514:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:17,514:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:17,514:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:18,514:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:18,514:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:18,514:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:18,514:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:19,516:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:19,516:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:19,516:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:19,516:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:20,518:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:20,518:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:20,518:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:20,518:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:21,518:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:21,518:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:21,518:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:21,518:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:22,519:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:22,519:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:22,519:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:22,519:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:23,521:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:23,521:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:23,521:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:23,521:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:24,522:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:24,522:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:24,522:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:24,522:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:25,524:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:25,524:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:25,524:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:25,524:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:26,525:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:26,525:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:26,525:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:26,525:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:27,527:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:27,527:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:27,527:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:27,527:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:28,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:28,528:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:28,528:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:28,528:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:29,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:29,529:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:29,529:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:29,529:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:30,530:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:30,530:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:30,530:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:30,530:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:31,531:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:31,531:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:31,531:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:31,531:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:32,532:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:32,533:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:32,533:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:32,533:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:33,534:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:33,534:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:33,534:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:33,534:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:34,536:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:34,536:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:34,536:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:34,536:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:35,537:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:35,537:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:35,537:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:35,537:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:36,538:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:36,538:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:36,538:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:36,538:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:37,539:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:37,539:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:37,539:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:37,539:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:38,540:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:38,541:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:38,541:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:38,541:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:39,548:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:39,548:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:39,549:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:39,549:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:40,549:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:40,550:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:40,550:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:40,550:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:41,551:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:41,552:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:41,552:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:41,552:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:42,553:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:42,553:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:42,553:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:42,553:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:43,554:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:43,554:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:43,554:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:43,554:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:44,555:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:44,556:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:44,556:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:44,556:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:45,556:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:45,557:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:45,557:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:45,557:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:46,558:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:46,558:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:46,558:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:46,558:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:47,559:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:47,559:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:47,559:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:47,559:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:48,560:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:48,561:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:48,561:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:48,561:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:49,562:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:49,562:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:49,562:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:49,562:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:50,563:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:50,563:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:50,563:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:50,563:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:51,565:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:51,565:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:51,565:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:51,565:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:52,566:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:52,566:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:52,566:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:52,566:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:53,567:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:53,567:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:53,567:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:53,567:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:54,568:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:54,569:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:54,569:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:54,569:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:55,569:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:55,569:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:55,570:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:55,570:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:56,571:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:56,571:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:56,571:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:56,571:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:57,572:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:57,572:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:57,573:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:57,573:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:58,574:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:58,574:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:58,574:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:58,574:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:42:59,575:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:42:59,575:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:42:59,575:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:42:59,575:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:00,575:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:00,575:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:00,575:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:00,576:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:01,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:01,577:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:01,577:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:01,577:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:02,578:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:02,578:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:02,578:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:02,578:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:03,579:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:03,580:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:03,580:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:03,580:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:04,582:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:04,582:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:04,582:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:04,582:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:05,583:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:05,583:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:05,584:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:05,584:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:06,584:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:06,585:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:06,585:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:06,585:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:07,586:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:07,586:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:07,586:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:07,586:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:08,587:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:08,587:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:08,587:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:08,587:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:09,588:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:09,589:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:09,589:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:09,589:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:10,590:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:10,590:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:10,590:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:10,590:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:11,591:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:11,591:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:11,591:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:11,591:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:12,592:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:12,592:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:12,592:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:12,593:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:13,594:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:13,594:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:13,594:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:13,594:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:14,595:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:14,595:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:14,595:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:14,595:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:15,596:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:15,597:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:15,597:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:15,597:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:16,598:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:16,598:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:16,598:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:16,598:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:17,599:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:17,599:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:17,599:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:17,599:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:18,600:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:18,601:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:18,601:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:18,601:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:19,602:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:19,603:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:19,609:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:19,609:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:20,610:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:20,610:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:20,610:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:20,610:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:21,612:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:21,612:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:21,612:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:21,612:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:22,612:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:22,613:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:22,613:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:22,613:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:23,614:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:23,614:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:23,614:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:23,614:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:24,615:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:24,615:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:24,615:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:24,615:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:25,616:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:25,616:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:25,616:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:25,616:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:26,617:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:26,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:26,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:26,617:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:27,618:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:27,618:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:27,618:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:27,618:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:28,619:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:28,619:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:28,619:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:28,620:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:29,621:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:29,621:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:29,621:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:29,621:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:30,622:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:30,622:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:30,622:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:30,622:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:31,623:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:31,623:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:31,623:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:31,623:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:32,624:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:32,624:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:32,624:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:32,624:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:33,626:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:33,626:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:33,626:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:33,626:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:34,627:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:34,627:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:34,627:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:34,627:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:35,627:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:35,628:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:35,628:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:35,628:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:36,628:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:36,629:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:36,629:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:36,629:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:37,629:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:37,630:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:37,630:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:37,630:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:38,630:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:38,630:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:38,630:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:38,630:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:39,631:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:39,632:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:39,632:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:39,632:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:40,632:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:40,633:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:40,633:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:40,633:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:41,634:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:41,634:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:41,634:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:41,634:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:42,636:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:42,636:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:42,636:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:42,636:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:43,637:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:43,637:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:43,638:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:43,638:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:44,639:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:44,639:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:44,639:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:44,639:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:45,641:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:45,641:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:45,641:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:45,641:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:46,642:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:46,642:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:46,642:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:46,642:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:47,643:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:47,644:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:47,644:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:47,644:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:48,644:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:48,645:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:48,645:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:48,645:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:49,651:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:49,652:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:49,652:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:49,652:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:50,652:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:50,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:50,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:50,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:51,653:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:51,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:51,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:51,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:52,655:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:52,655:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:52,655:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:52,655:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:53,656:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:53,656:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:53,656:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:53,656:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:54,658:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:54,658:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:54,658:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:54,658:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:55,660:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:55,660:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:55,660:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:55,660:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:56,661:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:56,661:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:56,661:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:56,661:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:57,662:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:57,662:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:57,662:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:57,662:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:58,662:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:58,662:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:58,662:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:58,662:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:43:59,663:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:43:59,663:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:43:59,663:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:43:59,663:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:00,664:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:00,664:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:00,664:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:00,664:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:01,665:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:01,666:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:01,666:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:01,666:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:02,667:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:02,667:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:02,667:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:02,667:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:03,668:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:03,669:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:03,669:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:03,669:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:04,670:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:04,671:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:04,671:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:04,671:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:05,672:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:05,673:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:05,673:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:05,673:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:06,674:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:06,674:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:06,674:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:06,674:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:07,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:07,676:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:07,676:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:07,676:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:08,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:08,677:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:08,677:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:08,677:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:09,678:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:09,678:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:09,678:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:09,678:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:10,679:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:10,679:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:10,679:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:10,679:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:11,681:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:11,682:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:11,682:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:11,682:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:12,682:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:12,682:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:12,682:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:12,682:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:13,683:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:13,683:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:13,683:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:13,683:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:14,686:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:14,686:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:14,686:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:14,686:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:15,688:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:15,688:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:15,688:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:15,688:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:16,689:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:16,689:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:16,689:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:16,689:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:17,690:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:17,690:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:17,690:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:17,690:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:18,693:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:18,693:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:18,693:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:18,694:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:19,696:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:19,697:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:19,697:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:19,697:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:20,698:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:20,698:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:20,698:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:20,699:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:21,699:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:21,699:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:21,699:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:21,699:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:22,700:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:22,701:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:22,701:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:22,701:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:23,702:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:23,702:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:23,702:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:23,702:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:24,703:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:24,703:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:24,703:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:24,703:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:25,705:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:25,705:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:25,705:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:25,705:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:26,706:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:26,706:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:26,706:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:26,706:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:27,707:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:27,708:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:27,708:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:27,708:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:28,708:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:28,709:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:28,709:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:28,709:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:29,710:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:29,710:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:29,710:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:29,710:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:30,712:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:30,712:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:30,712:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:30,712:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:31,713:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:31,713:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:31,713:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:31,713:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:32,714:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:32,714:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:32,714:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:32,714:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:33,716:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:33,716:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:33,716:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:33,716:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:34,717:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:34,717:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:34,717:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:34,717:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:35,718:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:35,718:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:35,718:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:35,718:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:36,719:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:36,719:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:36,719:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:36,719:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:37,719:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:37,720:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:37,720:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:37,720:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:38,722:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:38,722:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:38,722:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:38,722:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:39,723:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:39,724:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:39,724:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:39,724:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:40,725:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:40,725:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:40,725:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:40,726:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:41,727:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:41,727:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:41,727:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:41,727:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:42,728:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:42,729:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:42,729:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:42,729:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:43,730:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:43,730:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:43,730:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:43,730:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:44,731:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:44,731:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:44,731:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:44,731:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:45,732:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:45,733:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:45,733:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:45,733:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:46,733:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:46,733:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:46,733:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:46,733:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:47,735:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:47,735:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:47,735:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:47,735:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:48,736:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:48,736:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:48,736:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:48,736:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:49,737:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:49,737:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:49,737:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:49,737:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:50,739:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:50,739:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:50,739:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:50,739:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:51,739:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:51,739:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:51,739:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:51,740:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:52,741:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:52,741:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:52,741:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:52,741:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:53,742:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:53,742:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:53,743:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:53,743:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:54,743:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:54,744:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:54,744:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:54,744:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:55,744:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:55,745:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:55,745:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:55,745:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:56,745:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:56,746:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:56,746:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:56,746:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:57,747:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:57,747:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:57,747:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:57,747:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:58,748:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:58,748:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:58,748:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:58,748:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:44:59,750:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:44:59,750:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:44:59,750:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:44:59,750:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:00,751:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:00,751:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:00,751:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:00,751:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:01,752:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:01,752:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:01,753:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:01,753:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:02,755:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:02,755:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:02,755:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:02,755:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:03,755:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:03,756:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:03,756:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:03,756:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:04,757:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:04,757:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:04,757:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:04,757:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:05,758:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:05,758:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:05,758:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:05,758:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:06,759:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:06,759:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:06,759:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:06,759:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:07,760:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:07,761:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:07,761:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:07,761:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:08,762:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:08,762:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:08,762:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:08,762:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:09,762:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:09,762:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:09,762:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:09,762:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:10,763:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:10,763:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:10,764:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:10,764:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:11,765:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:11,765:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:11,765:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:11,765:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:12,766:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:12,766:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:12,766:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:12,766:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:13,767:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:13,767:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:13,767:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:13,768:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:14,769:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:14,769:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:14,769:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:14,769:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:15,770:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:15,770:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:15,770:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:15,770:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:16,771:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:16,771:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:16,771:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:16,771:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:17,772:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:17,772:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:17,772:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:17,773:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:18,774:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:18,774:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:18,774:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:18,774:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:19,775:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:19,776:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:19,776:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:19,776:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:20,777:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:20,777:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:20,777:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:20,777:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:21,778:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:21,778:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:21,778:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:21,778:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:22,780:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:22,780:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:22,780:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:22,780:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:23,781:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:23,781:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:23,781:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:23,781:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:24,782:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:24,782:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:24,783:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:24,783:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:25,788:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:25,789:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:25,789:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:25,789:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:26,790:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:26,790:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:26,790:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:26,790:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:27,791:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:27,791:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:27,792:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:27,792:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:28,793:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:28,793:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:28,793:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:28,793:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:29,793:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:29,793:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:29,793:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:29,794:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:30,795:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:30,795:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:30,795:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:30,795:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:31,796:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:31,797:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:31,797:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:31,797:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:32,798:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:32,798:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:32,798:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:32,798:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:33,799:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:33,799:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:33,799:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:33,799:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:34,800:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:34,801:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:34,801:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:34,801:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:35,802:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:35,802:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:35,802:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:35,802:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:36,803:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:36,804:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:36,804:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:36,804:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:37,805:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:37,805:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:37,805:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:37,805:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:38,809:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:38,809:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:38,809:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:38,809:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:39,810:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:39,810:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:39,810:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:39,810:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:40,811:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:40,812:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:40,812:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:40,812:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:41,812:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:41,813:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:41,813:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:41,813:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:42,815:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:42,815:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:42,815:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:42,815:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:43,817:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:43,817:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:43,817:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:43,817:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:44,818:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:44,818:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:44,818:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:44,818:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:45,818:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:45,819:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:45,819:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:45,819:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:46,820:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:46,820:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:46,820:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:46,820:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:47,820:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:47,821:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:47,821:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:47,821:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:48,822:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:48,822:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:48,822:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:48,822:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:49,823:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:49,823:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:49,823:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:49,824:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:50,825:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:50,825:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:50,825:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:50,825:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:51,826:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:51,826:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:51,827:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:51,827:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:52,827:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:52,827:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:52,827:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:52,827:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:53,829:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:53,829:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:53,829:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:53,829:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:54,830:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:54,830:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:54,830:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:54,830:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:55,831:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:55,832:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:55,832:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:55,832:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:56,833:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:56,833:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:56,833:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:56,833:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:57,833:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:57,834:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:57,834:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:57,834:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:58,834:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:58,834:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:58,834:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:58,834:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:45:59,835:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:45:59,835:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:45:59,835:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:45:59,835:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:00,836:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:00,836:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:00,836:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:00,836:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:01,837:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:01,837:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:01,838:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:01,838:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:02,839:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:02,839:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:02,839:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:02,840:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:03,840:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:03,841:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:03,841:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:03,841:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:04,842:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:04,842:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:04,842:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:04,842:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:05,843:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:05,844:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:05,844:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:05,844:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:06,845:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:06,845:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:06,845:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:06,845:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:07,847:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:07,847:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:07,847:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:07,850:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:08,851:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:08,852:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:08,853:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:08,853:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:09,854:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:09,854:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:09,854:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:09,855:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:10,856:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:10,856:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:10,856:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:10,856:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:11,858:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:11,858:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:11,858:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:11,858:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:12,859:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:12,859:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:12,859:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:12,859:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:13,860:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:13,860:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:13,860:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:13,860:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:14,862:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:14,862:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:14,862:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:14,862:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:15,863:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:15,863:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:15,863:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:15,863:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:16,865:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:16,865:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:16,865:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:16,865:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:17,866:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:17,866:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:17,866:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:17,866:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:18,868:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:18,868:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:18,868:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:18,868:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:19,868:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:19,869:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:19,869:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:19,869:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:20,870:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:20,870:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:20,870:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:20,870:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:21,871:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:21,871:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:21,871:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:21,871:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:22,872:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:22,872:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:22,872:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:22,872:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:23,873:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:23,873:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:23,873:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:23,873:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:24,875:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:24,875:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:24,875:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:24,875:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:25,876:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:25,876:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:25,876:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:25,876:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:26,877:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:26,877:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:26,877:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:26,877:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:27,878:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:27,878:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:27,878:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:27,878:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:28,879:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:28,879:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:28,879:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:28,879:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:29,881:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:29,881:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:29,881:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:29,881:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:30,882:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:30,882:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:30,882:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:30,882:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:31,883:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:31,883:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:31,883:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:31,883:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:32,884:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:32,885:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:32,885:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:32,885:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:33,886:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:33,886:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:33,886:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:33,886:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:34,887:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:34,887:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:34,887:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:34,887:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:35,889:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:35,889:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:35,889:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:35,889:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:36,890:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:36,890:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:36,890:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:36,890:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:37,891:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:37,891:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:37,891:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:37,891:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:38,892:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:38,893:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:38,893:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:38,893:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:39,894:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:39,894:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:39,894:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:39,894:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:40,895:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:40,895:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:40,895:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:40,895:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:41,896:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:41,896:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:41,896:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:41,896:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:42,897:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:42,897:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:42,897:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:42,897:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:43,898:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:43,898:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:43,898:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:43,898:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:44,899:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:44,899:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:44,899:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:44,899:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:45,900:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:45,900:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:45,900:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:45,900:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:46,901:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:46,901:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:46,901:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:46,901:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:47,902:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:47,902:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:47,902:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:47,902:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:48,903:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:48,903:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:48,903:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:48,903:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:49,904:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:49,904:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:49,904:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:49,904:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:50,904:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:50,905:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:50,905:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:50,905:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:51,906:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:51,906:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:51,906:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:51,906:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:52,907:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:52,908:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:52,908:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:52,908:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:53,909:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:53,909:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:53,909:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:53,909:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:54,910:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:54,910:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:54,910:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:54,910:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:55,913:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:55,913:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:55,913:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:55,913:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:56,914:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:56,914:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:56,914:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:56,914:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:57,915:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:57,915:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:57,915:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:57,915:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:58,916:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:58,916:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:58,916:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:58,916:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:46:59,918:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:46:59,918:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:46:59,918:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:46:59,918:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:00,919:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:00,919:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:00,919:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:00,919:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:01,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:01,921:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:01,921:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:01,921:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:02,928:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:02,928:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:02,928:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:02,928:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:03,929:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:03,929:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:03,929:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:03,929:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:04,930:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:04,930:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:04,930:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:04,930:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:05,931:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:05,931:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:05,931:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:05,931:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:06,932:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:06,933:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:06,933:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:06,933:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:07,933:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:07,933:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:07,933:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:07,933:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:08,934:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:08,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:08,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:08,934:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:09,936:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:09,936:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:09,936:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:09,936:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:10,937:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:10,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:10,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:10,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:11,937:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:11,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:11,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:11,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:12,939:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:12,939:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:12,939:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:12,939:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:13,940:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:13,940:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:13,940:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:13,940:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:14,941:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:14,941:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:14,941:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:14,941:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:15,942:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:15,943:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:15,943:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:15,943:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:16,944:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:16,944:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:16,944:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:16,944:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:17,947:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:17,947:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:17,947:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:17,947:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:18,948:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:18,948:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:18,948:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:18,948:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:19,948:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:19,949:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:19,949:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:19,949:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:20,949:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:20,950:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:20,950:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:20,950:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:21,960:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:21,961:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:21,961:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:21,961:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:22,962:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:22,962:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:22,962:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:22,962:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:23,963:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:23,963:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:23,963:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:23,963:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:24,964:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:24,965:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:24,965:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:24,965:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:25,967:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:25,967:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:25,967:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:25,967:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:26,968:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:26,968:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:26,968:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:26,968:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:27,969:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:27,970:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:27,970:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:27,970:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:28,971:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:28,971:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:28,971:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:28,971:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:29,972:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:29,973:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:29,973:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:29,973:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:30,974:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:30,974:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:30,974:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:30,974:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:31,975:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:31,975:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:31,975:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:31,975:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:32,976:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:32,976:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:32,976:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:32,976:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:33,976:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:33,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:33,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:33,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:34,977:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:34,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:34,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:34,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:35,979:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:35,979:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:35,979:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:35,979:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:36,979:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:36,979:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:36,979:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:36,979:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:37,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:37,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:37,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:37,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:38,981:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:38,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:38,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:38,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:39,983:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:39,983:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:39,983:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:39,983:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:40,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:40,984:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:40,984:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:40,984:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:41,985:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:41,985:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:41,985:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:41,985:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:42,986:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:42,986:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:42,986:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:42,986:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:43,988:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:43,988:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:43,988:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:43,988:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:44,990:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:44,990:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:44,990:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:44,990:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:45,997:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:45,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:45,997:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:45,997:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:46,998:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:46,999:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:46,999:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:46,999:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:48,003:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:48,003:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:48,003:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:48,003:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:49,004:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:49,005:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:49,005:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:49,005:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:50,006:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:50,006:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:50,006:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:50,006:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:51,006:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:51,007:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:51,007:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:51,007:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:52,008:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:52,008:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:52,008:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:52,008:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:53,009:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:53,009:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:53,009:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:53,009:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:54,010:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:54,011:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:54,011:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:54,011:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:55,011:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:55,011:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:55,011:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:55,011:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:56,012:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:56,013:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:56,013:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:56,013:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:57,014:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:57,014:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:57,014:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:57,014:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:58,015:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:58,015:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:58,016:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:58,016:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:47:59,017:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:47:59,017:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:47:59,017:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:47:59,017:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:00,018:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:00,018:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:00,018:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:00,018:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:01,020:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:01,020:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:01,020:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:01,020:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:02,021:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:02,021:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:02,021:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:02,021:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:03,023:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:03,023:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:03,023:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:03,023:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:04,024:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:04,025:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:04,025:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:04,025:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:05,026:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:05,026:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:05,026:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:05,026:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:06,027:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:06,027:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:06,027:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:06,027:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:07,029:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:07,029:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:07,029:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:07,029:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:08,031:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:08,031:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:08,031:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:08,031:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:09,033:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:09,033:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:09,033:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:09,033:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:10,034:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:10,034:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:10,034:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:10,034:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:11,041:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:11,041:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:11,041:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:11,041:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:12,042:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:12,042:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:12,042:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:12,043:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:13,044:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:13,044:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:13,044:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:13,044:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:14,045:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:14,045:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:14,045:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:14,045:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:15,046:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:15,046:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:15,046:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:15,046:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:16,048:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:16,048:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:16,048:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:16,048:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:17,048:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:17,049:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:17,049:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:17,049:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:18,050:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:18,050:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:18,050:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:18,050:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:19,051:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:19,051:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:19,051:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:19,051:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:20,052:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:20,052:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:20,053:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:20,053:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:21,054:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:21,054:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:21,054:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:21,054:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:22,055:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:22,056:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:22,056:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:22,056:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:23,057:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:23,057:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:23,057:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:23,057:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:24,058:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:24,059:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:24,059:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:24,059:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:25,060:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:25,060:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:25,060:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:25,060:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:26,061:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:26,062:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:26,062:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:26,062:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:27,063:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:27,063:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:27,063:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:27,063:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:28,063:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:28,063:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:28,063:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:28,063:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:29,065:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:29,065:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:29,065:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:29,065:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:30,066:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:30,066:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:30,066:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:30,066:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:31,067:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:31,067:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:31,067:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:31,067:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:32,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:32,068:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:32,068:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:32,068:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:33,070:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:33,070:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:33,070:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:33,070:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:34,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:34,072:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:34,072:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:34,072:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:35,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:35,073:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:35,073:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:35,073:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:36,074:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:36,074:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:36,074:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:36,074:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:37,075:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:37,075:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:37,075:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:37,076:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:38,077:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:38,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:38,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:38,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:39,077:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:39,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:39,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:39,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:40,078:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:40,079:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:40,079:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:40,079:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:41,080:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:41,080:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:41,080:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:41,080:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:42,081:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:42,081:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:42,081:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:42,081:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:43,082:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:43,082:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:43,082:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:43,082:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:44,083:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:44,083:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:44,083:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:44,083:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:45,084:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:45,084:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:45,085:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:45,085:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:46,086:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:46,086:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:46,086:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:46,086:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:47,087:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:47,087:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:47,087:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:47,088:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:48,088:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:48,088:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:48,089:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:48,089:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:49,089:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:49,090:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:49,090:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:49,090:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:50,091:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:50,091:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:50,091:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:50,091:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:51,092:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:51,093:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:51,093:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:51,093:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:52,094:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:52,094:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:52,094:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:52,094:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:53,095:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:53,095:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:53,095:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:53,095:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:54,097:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:54,097:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:54,097:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:54,097:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:55,098:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:55,098:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:55,098:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:55,098:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:56,099:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:56,099:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:56,099:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:56,099:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:57,100:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:57,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:57,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:57,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:58,102:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:58,102:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:58,102:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:58,103:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:48:59,104:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:48:59,104:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:48:59,104:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:48:59,104:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:00,105:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:00,105:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:00,105:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:00,105:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:01,106:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:01,106:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:01,107:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:01,107:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:02,107:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:02,108:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:02,108:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:02,108:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:03,109:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:03,109:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:03,109:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:03,109:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:04,110:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:04,111:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:04,111:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:04,111:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:05,111:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:05,111:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:05,111:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:05,111:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:06,112:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:06,112:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:06,112:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:06,115:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:07,117:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:07,117:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:07,117:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:07,117:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:08,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:08,118:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:08,118:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:08,119:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:09,120:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:09,120:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:09,120:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:09,120:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:10,122:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:10,122:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:10,122:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:10,122:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:11,123:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:11,123:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:11,123:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:11,123:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:12,124:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:12,124:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:12,124:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:12,124:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:13,125:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:13,125:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:13,125:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:13,125:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:14,126:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:14,126:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:14,126:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:14,126:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:15,127:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:15,127:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:15,127:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:15,127:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:16,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:16,128:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:16,128:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:16,128:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:17,129:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:17,129:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:17,129:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:17,129:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:18,130:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:18,130:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:18,130:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:18,130:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:19,131:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:19,131:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:19,131:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:19,131:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:20,132:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:20,133:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:20,133:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:20,133:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:21,134:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:21,134:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:21,134:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:21,134:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:22,136:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:22,136:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:22,136:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:22,136:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:23,137:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:23,138:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:23,138:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:23,138:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:24,139:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:24,139:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:24,139:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:24,139:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:25,140:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:25,141:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:25,141:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:25,141:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:26,142:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:26,142:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:26,142:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:26,142:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:27,142:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:27,143:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:27,143:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:27,143:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:28,143:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:28,152:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:28,152:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:28,154:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:29,155:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:29,155:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:29,155:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:29,155:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:30,156:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:30,156:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:30,156:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:30,156:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:31,158:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:31,158:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:31,158:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:31,158:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:32,159:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:32,159:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:32,159:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:32,159:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:33,160:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:33,160:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:33,160:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:33,160:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:34,161:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:34,161:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:34,161:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:34,161:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:35,163:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:35,163:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:35,163:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:35,163:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:36,164:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:36,164:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:36,164:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:36,164:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:37,165:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:37,165:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:37,165:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:37,165:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:38,166:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:38,166:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:38,167:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:38,167:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:39,168:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:39,168:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:39,168:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:39,168:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:40,169:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:40,169:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:40,169:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:40,169:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:41,169:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:41,170:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:41,170:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:41,170:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:42,170:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:42,170:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:42,170:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:42,170:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:43,171:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:43,171:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:43,172:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:43,172:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:44,172:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:44,173:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:44,173:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:44,173:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:45,174:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:45,174:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:45,174:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:45,174:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:46,175:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:46,175:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:46,175:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:46,175:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:47,176:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:47,177:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:47,177:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:47,177:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:48,178:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:48,178:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:48,178:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:48,178:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:49,178:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:49,178:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:49,178:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:49,179:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:50,180:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:50,180:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:50,180:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:50,180:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:51,182:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:51,182:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:51,182:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:51,182:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:52,183:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:52,183:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:52,183:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:52,183:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:53,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:53,184:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:53,184:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:53,184:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:54,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:54,185:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:54,185:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:54,185:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:55,185:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:55,186:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:55,186:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:55,186:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:56,187:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:56,187:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:56,187:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:56,187:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:57,188:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:57,188:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:57,188:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:57,188:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:58,189:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:58,189:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:58,189:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:58,189:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:49:59,190:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:49:59,190:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:49:59,190:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:49:59,190:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:00,191:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:00,191:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:00,191:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:00,191:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:01,192:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:01,192:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:01,192:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:01,192:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:02,201:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:02,201:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:02,201:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:02,201:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:03,202:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:03,202:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:03,202:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:03,202:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:04,202:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:04,203:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:04,203:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:04,203:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:05,205:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:05,205:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:05,205:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:05,205:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:06,206:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:06,206:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:06,206:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:06,206:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:07,207:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:07,208:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:07,208:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:07,208:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:08,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:08,209:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:08,209:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:08,209:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:09,210:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:09,210:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:09,210:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:09,210:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:10,211:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:10,211:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:10,211:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:10,211:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:11,212:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:11,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:11,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:11,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:12,213:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:12,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:12,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:12,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:13,214:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:13,215:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:13,215:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:13,215:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:14,216:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:14,216:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:14,216:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:14,216:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:15,218:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:15,218:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:15,218:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:15,218:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:16,219:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:16,219:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:16,219:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:16,219:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:17,220:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:17,220:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:17,220:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:17,220:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:18,221:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:18,221:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:18,221:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:18,221:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:19,222:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:19,222:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:19,222:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:19,222:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:20,224:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:20,224:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:20,224:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:20,224:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:21,225:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:21,225:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:21,225:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:21,225:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:22,226:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:22,226:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:22,226:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:22,226:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:23,227:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:23,227:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:23,227:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:23,227:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:24,229:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:24,229:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:24,229:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:24,229:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:25,230:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:25,230:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:25,230:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:25,230:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:26,231:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:26,231:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:26,231:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:26,231:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:27,233:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:27,233:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:27,233:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:27,233:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:28,234:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:28,234:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:28,234:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:28,234:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:29,235:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:29,236:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:29,236:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:29,236:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:30,237:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:30,237:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:30,237:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:30,237:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:31,238:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:31,238:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:31,238:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:31,238:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:32,239:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:32,239:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:32,239:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:32,239:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:33,242:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:33,243:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:33,243:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:33,243:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:34,243:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:34,244:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:34,244:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:34,244:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:35,245:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:35,245:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:35,245:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:35,245:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:36,246:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:36,246:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:36,246:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:36,246:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:37,248:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:37,248:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:37,248:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:37,248:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:38,249:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:38,249:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:38,249:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:38,249:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:39,251:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:39,251:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:39,251:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:39,251:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:40,252:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:40,253:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:40,253:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:40,253:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:41,256:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:41,257:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:41,257:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:41,257:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:42,257:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:42,257:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:42,257:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:42,257:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:43,259:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:43,259:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:43,259:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:43,259:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:44,260:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:44,260:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:44,260:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:44,260:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:45,260:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:45,261:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:45,261:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:45,261:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:46,262:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:46,262:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:46,262:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:46,262:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:47,262:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:47,262:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:47,263:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:47,263:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:48,264:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:48,264:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:48,264:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:48,264:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:49,264:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:49,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:49,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:49,265:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:50,265:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:50,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:50,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:50,266:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:51,267:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:51,267:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:51,267:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:51,267:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:52,268:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:52,268:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:52,268:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:52,268:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:53,269:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:53,269:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:53,269:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:53,269:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:54,270:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:54,270:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:54,270:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:54,270:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:55,270:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:55,271:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:55,271:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:55,271:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:56,272:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:56,272:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:56,272:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:56,272:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:57,273:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:57,273:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:57,273:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:57,273:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:58,274:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:58,274:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:58,274:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:58,274:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:50:59,275:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:50:59,275:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:50:59,275:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:50:59,275:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:00,279:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:00,279:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:00,279:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:00,279:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:01,283:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:01,283:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:01,283:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:01,283:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:02,285:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:02,285:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:02,285:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:02,285:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:03,286:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:03,286:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:03,286:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:03,286:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:04,287:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:04,287:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:04,287:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:04,287:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:05,287:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:05,288:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:05,288:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:05,288:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:06,289:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:06,289:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:06,289:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:06,289:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:07,290:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:07,290:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:07,290:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:07,290:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:08,292:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:08,292:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:08,292:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:08,292:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:09,293:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:09,293:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:09,293:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:09,293:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:10,294:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:10,294:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:10,294:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:10,294:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:11,296:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:11,296:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:11,296:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:11,296:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:12,297:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:12,297:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:12,297:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:12,297:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:13,299:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:13,299:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:13,299:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:13,299:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:14,299:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:14,299:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:14,299:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:14,299:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:15,301:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:15,301:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:15,301:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:15,301:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:16,301:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:16,301:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:16,301:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:16,301:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:17,302:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:17,302:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:17,302:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:17,302:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:18,303:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:18,303:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:18,303:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:18,303:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:19,304:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:19,305:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:19,305:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:19,305:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:20,305:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:20,305:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:20,305:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:20,305:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:21,307:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:21,307:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:21,307:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:21,307:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:22,308:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:22,308:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:22,308:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:22,308:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:23,308:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:23,309:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:23,309:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:23,309:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:24,312:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:24,312:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:24,312:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:24,313:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:25,314:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:25,314:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:25,314:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:25,314:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:26,316:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:26,317:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:26,317:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:26,317:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:27,318:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:27,318:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:27,318:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:27,318:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:28,319:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:28,319:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:28,319:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:28,319:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:29,321:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:29,321:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:29,321:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:29,321:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:30,322:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:30,322:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:30,322:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:30,322:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:31,323:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:31,324:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:31,324:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:31,324:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:32,325:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:32,325:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:32,325:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:32,325:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:33,326:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:33,326:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:33,326:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:33,326:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:34,327:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:34,327:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:34,327:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:34,328:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:35,329:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:35,329:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:35,329:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:35,329:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:36,330:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:36,330:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:36,330:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:36,330:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:37,331:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:37,331:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:37,331:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:37,331:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:38,332:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:38,333:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:38,333:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:38,333:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:39,333:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:39,333:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:39,333:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:39,333:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:40,335:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:40,335:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:40,335:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:40,335:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:41,335:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:41,335:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:41,335:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:41,336:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:42,336:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:42,337:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:42,337:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:42,337:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:43,338:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:43,338:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:43,338:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:43,338:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:44,339:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:44,339:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:44,339:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:44,339:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:45,341:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:45,341:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:45,341:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:45,341:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:46,341:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:46,341:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:46,341:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:46,341:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:47,342:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:47,342:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:47,342:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:47,342:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:48,343:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:48,343:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:48,343:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:48,343:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:49,344:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:49,345:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:49,345:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:49,345:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:50,345:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:50,346:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:50,346:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:50,346:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:51,362:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:51,362:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:51,362:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:51,362:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:52,363:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:52,364:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:52,364:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:52,364:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:53,365:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:53,365:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:53,365:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:53,365:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:54,366:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:54,366:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:54,366:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:54,367:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:55,368:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:55,368:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:55,368:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:55,368:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:56,369:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:56,369:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:56,369:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:56,369:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:57,370:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:57,371:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:57,371:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:57,371:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:58,371:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:58,371:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:58,371:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:58,371:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:51:59,373:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:51:59,373:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:51:59,373:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:51:59,373:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:00,374:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:00,374:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:00,374:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:00,374:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:01,375:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:01,376:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:01,376:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:01,376:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:02,377:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:02,377:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:02,377:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:02,377:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:03,378:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:03,378:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:03,378:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:03,379:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:04,380:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:04,380:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:04,380:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:04,380:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:05,381:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:05,382:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:05,382:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:05,382:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:06,383:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:06,383:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:06,383:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:06,383:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:07,385:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:07,385:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:07,385:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:07,385:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:08,386:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:08,387:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:08,387:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:08,387:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:09,387:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:09,387:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:09,387:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:09,388:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:10,389:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:10,389:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:10,389:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:10,389:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:11,390:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:11,390:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:11,390:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:11,391:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:12,392:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:12,392:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:12,392:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:12,392:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:13,394:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:13,395:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:13,395:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:13,395:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:14,396:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:14,396:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:14,396:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:14,396:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:15,397:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:15,397:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:15,397:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:15,397:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:16,398:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:16,399:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:16,399:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:16,399:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:17,400:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:17,400:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:17,401:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:17,401:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:18,402:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:18,402:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:18,402:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:18,403:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:19,417:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:19,417:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:19,417:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:19,417:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:20,418:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:20,419:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:20,419:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:20,419:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:21,420:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:21,421:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:21,421:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:21,421:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:22,423:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:22,423:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:22,423:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:22,423:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:23,425:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:23,425:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:23,425:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:23,425:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:24,426:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:24,426:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:24,426:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:24,426:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:25,427:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:25,428:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:25,428:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:25,428:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:26,429:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:26,429:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:26,429:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:26,429:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:27,430:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:27,430:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:27,430:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:27,430:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:28,431:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:28,431:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:28,431:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:28,431:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:29,432:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:29,432:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:29,432:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:29,432:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:30,433:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:30,433:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:30,433:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:30,433:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:31,434:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:31,434:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:31,434:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:31,434:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:32,435:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:32,435:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:32,435:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:32,435:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:33,435:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:33,435:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:33,436:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:33,436:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:34,437:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:34,437:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:34,437:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:34,437:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:35,439:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:35,439:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:35,439:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:35,439:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:36,440:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:36,440:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:36,440:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:36,441:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:37,441:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:37,441:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:37,441:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:37,441:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:38,443:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:38,443:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:38,443:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:38,443:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:39,444:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:39,445:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:39,445:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:39,445:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:40,446:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:40,446:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:40,446:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:40,446:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:41,446:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:41,446:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:41,447:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:41,447:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:42,447:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:42,447:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:42,447:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:42,447:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:43,448:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:43,449:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:43,449:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:43,449:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:44,450:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:44,450:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:44,450:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:44,450:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:45,452:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:45,452:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:45,452:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:45,452:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:46,453:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:46,453:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:46,453:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:46,453:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:47,454:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:47,454:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:47,454:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:47,454:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:48,458:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:48,458:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:48,458:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:48,459:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:49,460:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:49,460:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:49,460:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:49,461:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:50,462:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:50,462:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:50,468:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:50,468:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:51,469:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:51,469:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:51,469:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:51,469:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:52,469:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:52,469:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:52,469:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:52,469:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:53,470:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:53,470:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:53,470:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:53,470:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:54,471:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:54,471:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:54,471:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:54,471:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:55,472:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:55,473:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:55,473:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:55,473:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:56,474:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:56,474:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:56,474:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:56,475:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:57,476:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:57,476:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:57,476:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:57,476:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:58,477:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:58,477:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:58,477:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:58,477:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:52:59,478:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:52:59,479:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:52:59,479:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:52:59,479:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:00,480:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:00,481:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:00,481:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:00,481:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:01,483:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:01,483:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:01,483:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:01,483:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:02,485:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:02,485:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:02,485:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:02,485:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:03,488:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:03,488:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:03,488:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:03,488:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:04,489:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:04,489:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:04,489:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:04,489:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:05,492:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:05,492:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:05,492:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:05,492:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:06,494:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:06,494:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:06,494:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:06,494:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:07,498:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:07,498:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:07,498:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:07,498:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:08,499:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:08,499:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:08,499:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:08,499:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:09,501:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:09,501:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:09,501:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:09,501:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:10,502:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:10,502:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:10,502:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:10,503:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:11,504:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:11,504:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:11,504:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:11,504:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:12,505:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:12,505:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:12,505:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:12,505:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:13,506:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:13,506:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:13,506:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:13,506:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:14,507:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:14,507:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:14,507:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:14,507:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:15,508:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:15,508:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:15,508:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:15,524:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:16,525:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:16,525:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:16,525:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:16,525:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:17,526:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:17,526:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:17,527:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:17,527:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:18,527:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:18,527:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:18,527:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:18,527:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:19,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:19,528:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:19,528:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:19,528:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:20,530:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:20,530:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:20,530:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:20,530:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:21,531:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:21,531:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:21,531:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:21,531:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:22,532:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:22,532:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:22,532:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:22,533:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:23,533:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:23,533:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:23,533:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:23,533:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:24,534:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:24,534:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:24,534:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:24,534:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:25,536:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:25,536:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:25,536:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:25,536:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:26,537:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:26,537:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:26,537:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:26,537:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:27,538:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:27,538:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:27,538:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:27,538:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:28,538:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:28,539:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:28,539:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:28,539:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:29,541:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:29,542:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:29,542:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:29,542:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:30,544:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:30,544:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:30,544:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:30,544:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:31,545:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:31,545:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:31,545:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:31,545:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:32,559:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:32,560:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:32,560:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:32,560:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:33,561:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:33,561:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:33,561:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:33,561:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:34,562:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:34,562:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:34,562:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:34,562:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:35,564:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:35,564:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:35,564:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:35,564:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:36,564:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:36,565:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:36,565:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:36,565:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:37,566:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:37,566:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:37,566:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:37,566:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:38,567:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:38,567:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:38,567:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:38,568:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:39,569:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:39,569:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:39,569:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:39,569:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:40,570:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:40,570:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:40,570:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:40,570:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:41,572:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:41,572:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:41,572:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:41,572:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:42,573:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:42,573:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:42,573:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:42,573:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:43,574:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:43,575:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:43,575:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:43,575:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:44,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:44,576:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:44,576:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:44,576:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:45,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:45,577:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:45,577:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:45,577:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:46,578:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:46,578:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:46,578:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:46,578:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:47,579:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:47,579:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:47,579:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:47,579:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:48,580:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:48,581:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:48,581:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:48,581:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:49,582:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:49,582:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:49,582:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:49,582:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:50,583:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:50,583:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:50,583:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:50,583:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:51,584:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:51,584:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:51,584:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:51,584:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:52,585:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:52,585:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:52,585:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:52,585:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:53,586:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:53,586:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:53,586:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:53,586:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:54,587:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:54,587:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:54,587:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:54,587:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:55,588:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:55,592:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:55,592:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:55,592:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:56,592:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:56,593:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:56,593:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:56,593:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:57,594:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:57,595:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:57,595:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:57,595:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:58,596:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:58,597:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:58,597:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:58,597:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:53:59,598:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:53:59,598:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:53:59,598:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:53:59,598:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:00,599:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:00,600:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:00,600:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:00,600:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:01,601:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:01,601:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:01,601:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:01,602:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:02,603:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:02,603:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:02,603:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:02,603:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:03,604:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:03,605:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:03,605:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:03,605:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:04,606:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:04,606:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:04,606:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:04,606:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:05,607:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:05,608:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:05,608:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:05,608:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:06,612:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:06,613:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:06,613:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:06,613:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:07,614:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:07,614:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:07,614:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:07,614:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:08,615:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:08,616:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:08,616:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:08,616:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:09,617:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:09,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:09,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:09,617:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:10,618:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:10,619:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:10,619:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:10,619:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:11,620:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:11,620:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:11,620:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:11,620:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:12,620:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:12,621:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:12,621:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:12,621:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:13,621:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:13,622:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:13,622:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:13,622:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:14,623:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:14,623:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:14,624:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:14,624:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:15,625:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:15,625:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:15,625:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:15,625:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:16,626:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:16,626:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:16,626:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:16,626:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:17,627:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:17,627:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:17,627:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:17,627:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:18,628:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:18,629:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:18,629:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:18,629:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:19,630:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:19,630:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:19,630:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:19,630:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:20,631:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:20,631:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:20,631:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:20,631:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:21,631:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:21,632:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:21,632:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:21,632:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:22,637:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:22,637:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:22,637:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:22,637:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:23,638:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:23,638:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:23,638:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:23,638:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:24,640:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:24,640:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:24,640:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:24,640:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:25,641:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:25,641:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:25,641:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:25,641:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:26,642:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:26,642:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:26,642:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:26,642:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:27,642:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:27,643:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:27,643:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:27,643:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:28,644:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:28,644:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:28,644:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:28,644:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:29,645:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:29,645:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:29,645:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:29,645:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:30,647:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:30,648:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:30,648:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:30,648:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:31,648:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:31,649:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:31,649:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:31,649:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:32,649:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:32,649:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:32,649:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:32,649:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:33,650:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:33,650:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:33,650:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:33,650:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:34,651:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:34,652:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:34,652:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:34,652:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:35,653:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:35,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:35,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:35,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:36,655:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:36,655:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:36,655:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:36,655:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:37,656:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:37,656:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:37,656:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:37,656:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:38,657:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:38,657:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:38,657:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:38,657:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:39,658:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:39,658:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:39,659:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:39,659:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:40,660:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:40,660:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:40,660:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:40,660:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:41,661:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:41,661:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:41,662:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:41,662:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:42,662:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:42,662:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:42,662:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:42,662:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:43,664:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:43,664:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:43,664:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:43,664:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:44,664:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:44,665:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:44,665:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:44,665:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:45,669:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:45,669:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:45,669:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:45,669:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:46,670:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:46,670:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:46,670:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:46,670:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:47,671:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:47,672:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:47,672:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:47,672:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:48,673:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:48,673:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:48,673:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:48,673:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:49,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:49,676:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:49,676:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:49,676:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:50,677:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:50,677:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:50,677:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:50,677:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:51,712:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:51,713:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:51,713:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:51,713:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:52,714:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:52,714:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:52,714:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:52,714:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:53,714:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:53,714:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:53,714:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:53,714:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:54,716:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:54,716:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:54,716:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:54,716:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:55,717:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:55,717:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:55,717:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:55,717:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:56,721:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:56,721:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:56,721:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:56,721:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:57,726:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:57,726:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:57,726:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:57,726:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:58,730:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:58,730:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:58,730:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:58,730:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:54:59,734:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:54:59,735:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:54:59,735:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:54:59,735:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:00,736:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:00,736:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:00,736:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:00,736:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:01,737:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:01,737:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:01,737:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:01,737:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:02,738:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:02,738:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:02,738:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:02,738:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:03,740:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:03,741:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:03,741:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:03,741:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:04,749:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:04,749:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:04,749:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:04,749:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:05,750:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:05,751:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:05,751:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:05,751:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:06,752:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:06,752:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:06,752:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:06,752:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:07,753:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:07,754:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:07,754:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:07,754:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:08,754:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:08,754:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:08,754:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:08,754:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:09,755:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:09,755:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:09,755:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:09,755:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:10,756:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:10,756:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:10,756:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:10,757:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:11,758:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:11,758:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:11,758:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:11,758:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:12,759:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:12,759:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:12,759:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:12,760:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:13,760:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:13,760:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:13,760:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:13,761:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:14,762:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:14,762:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:14,762:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:14,762:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:15,763:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:15,764:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:15,764:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:15,764:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:16,765:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:16,765:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:16,765:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:16,765:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:17,766:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:17,766:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:17,766:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:17,766:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:18,767:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:18,767:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:18,767:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:18,767:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:19,768:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:19,769:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:19,769:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:19,769:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:20,769:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:20,769:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:20,769:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:20,769:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:21,770:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:21,770:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:21,770:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:21,771:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:22,771:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:22,771:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:22,771:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:22,771:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:23,773:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:23,773:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:23,773:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:23,773:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:24,774:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:24,774:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:24,774:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:24,774:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:25,775:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:25,776:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:25,776:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:25,776:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:26,777:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:26,777:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:26,777:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:26,777:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:27,778:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:27,779:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:27,779:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:27,779:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:28,782:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:28,782:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:28,782:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:28,782:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:29,788:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:29,789:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:29,789:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:29,789:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:30,790:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:30,790:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:30,790:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:30,790:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:31,791:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:31,791:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:31,791:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:31,791:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:32,792:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:32,793:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:32,793:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:32,793:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:33,794:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:33,794:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:33,794:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:33,794:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:34,795:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:34,795:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:34,795:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:34,795:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:35,796:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:35,797:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:35,797:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:35,797:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:36,798:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:36,798:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:36,798:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:36,798:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:37,799:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:37,799:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:37,800:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:37,800:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:38,801:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:38,801:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:38,801:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:38,801:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:39,802:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:39,803:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:39,803:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:39,803:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:40,804:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:40,804:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:40,804:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:40,804:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:41,805:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:41,805:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:41,805:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:41,805:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:42,807:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:42,807:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:42,807:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:42,807:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:43,808:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:43,808:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:43,808:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:43,808:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:44,809:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:44,810:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:44,810:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:44,810:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:45,811:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:45,811:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:45,811:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:45,811:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:46,812:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:46,812:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:46,812:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:46,812:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:47,813:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:47,813:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:47,813:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:47,813:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:48,813:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:48,813:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:48,813:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:48,813:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:49,814:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:49,815:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:49,815:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:49,815:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:50,816:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:50,816:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:50,816:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:50,816:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:51,817:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:51,821:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:51,821:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:51,821:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:52,822:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:52,822:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:52,822:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:52,822:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:53,823:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:53,823:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:53,823:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:53,823:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:54,825:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:54,825:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:54,825:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:54,825:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:55,825:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:55,826:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:55,826:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:55,826:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:56,826:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:56,826:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:56,826:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:56,826:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:57,827:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:57,827:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:57,827:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:57,827:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:58,828:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:58,829:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:58,829:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:58,829:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:55:59,829:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:55:59,830:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:55:59,830:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:55:59,830:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:00,831:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:00,831:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:00,831:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:00,831:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:01,832:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:01,832:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:01,832:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:01,832:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:02,834:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:02,834:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:02,834:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:02,834:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:03,835:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:03,835:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:03,835:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:03,835:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:04,836:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:04,836:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:04,836:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:04,836:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:05,838:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:05,838:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:05,838:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:05,838:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:06,838:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:06,838:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:06,839:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:06,839:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:07,840:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:07,840:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:07,840:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:07,841:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:08,841:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:08,842:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:08,842:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:08,842:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:09,843:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:09,843:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:09,843:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:09,843:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:10,843:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:10,844:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:10,844:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:10,844:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:11,844:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:11,845:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:11,845:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:11,845:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:12,846:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:12,846:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:12,846:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:12,846:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:13,847:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:13,847:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:13,847:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:13,847:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:14,848:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:14,848:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:14,848:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:14,848:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:15,850:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:15,850:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:15,850:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:15,850:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:16,851:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:16,851:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:16,851:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:16,851:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:17,852:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:17,852:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:17,852:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:17,853:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:18,854:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:18,854:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:18,854:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:18,854:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:19,855:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:19,855:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:19,855:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:19,855:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:20,857:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:20,857:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:20,857:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:20,857:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:21,858:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:21,859:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:21,859:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:21,859:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:22,860:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:22,860:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:22,860:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:22,860:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:23,860:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:23,861:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:23,861:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:23,861:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:24,861:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:24,861:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:24,861:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:24,861:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:25,863:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:25,863:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:25,863:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:25,863:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:26,864:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:26,864:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:26,864:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:26,864:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:27,865:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:27,865:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:27,865:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:27,865:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:28,866:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:28,866:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:28,866:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:28,866:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:29,867:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:29,867:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:29,867:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:29,867:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:30,868:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:30,868:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:30,868:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:30,869:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:31,870:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:31,870:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:31,870:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:31,870:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:32,871:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:32,871:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:32,871:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:32,871:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:33,873:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:33,873:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:33,873:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:33,873:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:34,874:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:34,874:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:34,874:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:34,874:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:35,875:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:35,876:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:35,876:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:35,876:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:36,877:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:36,877:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:36,877:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:36,877:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:37,878:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:37,878:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:37,878:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:37,878:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:38,879:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:38,879:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:38,879:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:38,879:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:39,881:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:39,881:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:39,881:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:39,881:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:40,882:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:40,882:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:40,882:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:40,882:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:41,883:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:41,884:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:41,884:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:41,884:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:42,885:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:42,885:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:42,885:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:42,885:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:43,886:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:43,886:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:43,886:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:43,886:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:44,887:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:44,888:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:44,888:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:44,888:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:45,888:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:45,889:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:45,889:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:45,889:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:46,889:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:46,889:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:46,889:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:46,889:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:47,890:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:47,890:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:47,890:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:47,890:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:48,891:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:48,891:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:48,891:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:48,892:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:49,893:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:49,893:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:49,893:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:49,893:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:50,895:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:50,895:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:50,895:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:50,895:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:51,896:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:51,896:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:51,896:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:51,896:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:52,897:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:52,897:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:52,897:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:52,897:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:53,898:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:53,898:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:53,898:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:53,898:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:54,899:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:54,900:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:54,900:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:54,900:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:55,900:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:55,901:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:55,901:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:55,901:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:56,902:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:56,902:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:56,902:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:56,902:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:57,902:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:57,902:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:57,903:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:57,903:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:58,904:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:58,904:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:58,904:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:58,904:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:56:59,905:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:56:59,905:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:56:59,905:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:56:59,905:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:00,906:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:00,906:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:00,906:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:00,906:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:01,907:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:01,907:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:01,907:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:01,907:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:02,908:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:02,908:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:02,908:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:02,908:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:03,908:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:03,909:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:03,909:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:03,909:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:04,910:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:04,910:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:04,910:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:04,910:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:05,911:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:05,911:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:05,911:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:05,912:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:06,913:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:06,913:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:06,913:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:06,913:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:07,914:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:07,914:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:07,914:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:07,914:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:08,915:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:08,915:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:08,915:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:08,915:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:09,916:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:09,916:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:09,916:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:09,916:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:10,917:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:10,917:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:10,917:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:10,917:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:11,918:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:11,918:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:11,919:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:11,919:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:12,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:12,920:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:12,920:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:12,920:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:13,921:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:13,921:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:13,921:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:13,922:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:14,922:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:14,922:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:14,922:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:14,922:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:15,924:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:15,924:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:15,924:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:15,924:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:16,925:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:16,925:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:16,925:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:16,925:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:17,925:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:17,925:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:17,925:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:17,926:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:18,926:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:18,926:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:18,927:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:18,927:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:19,928:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:19,928:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:19,928:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:19,928:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:20,929:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:20,929:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:20,929:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:20,929:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:21,930:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:21,931:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:21,931:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:21,931:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:22,932:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:22,932:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:22,932:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:22,932:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:23,932:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:23,933:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:23,933:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:23,933:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:24,934:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:24,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:24,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:24,934:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:25,935:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:25,936:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:25,936:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:25,936:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:26,936:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:26,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:26,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:26,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:27,937:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:27,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:27,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:27,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:28,939:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:28,939:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:28,939:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:28,939:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:29,940:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:29,940:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:29,940:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:29,940:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:30,941:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:30,941:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:30,941:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:30,941:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:31,941:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:31,941:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:31,941:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:31,941:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:32,942:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:32,943:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:32,943:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:32,943:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:33,943:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:33,943:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:33,943:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:33,944:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:34,944:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:34,944:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:34,944:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:34,944:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:35,945:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:35,945:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:35,945:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:35,945:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:36,947:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:36,947:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:36,947:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:36,947:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:37,948:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:37,948:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:37,948:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:37,948:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:38,949:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:38,949:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:38,949:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:38,949:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:39,951:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:39,951:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:39,951:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:39,951:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:40,952:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:40,952:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:40,952:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:40,952:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:41,953:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:41,953:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:41,953:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:41,953:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:42,954:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:42,954:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:42,954:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:42,955:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:43,956:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:43,956:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:43,956:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:43,956:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:44,957:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:44,957:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:44,957:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:44,957:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:45,958:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:45,958:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:45,958:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:45,958:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:46,959:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:46,959:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:46,959:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:46,959:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:47,960:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:47,960:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:47,961:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:47,961:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:48,962:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:48,962:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:48,962:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:48,962:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:49,963:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:49,963:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:49,963:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:49,963:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:50,964:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:50,965:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:50,965:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:50,965:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:51,966:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:51,966:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:51,966:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:51,966:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:52,967:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:52,967:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:52,967:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:52,967:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:53,969:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:53,969:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:53,969:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:53,969:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:54,970:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:54,970:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:54,970:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:54,970:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:55,971:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:55,971:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:55,971:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:55,971:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:56,977:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:56,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:56,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:56,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:57,978:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:57,978:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:57,978:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:57,978:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:58,978:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:58,978:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:58,978:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:58,979:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:57:59,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:57:59,980:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:57:59,980:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:57:59,980:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:00,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:00,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:00,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:00,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:01,981:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:01,982:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:01,982:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:01,982:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:02,983:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:02,983:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:02,983:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:02,983:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:03,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:03,985:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:03,985:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:03,985:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:04,986:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:04,986:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:04,986:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:04,986:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:05,987:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:05,987:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:05,987:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:05,987:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:06,988:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:06,988:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:06,988:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:06,988:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:07,989:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:07,989:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:07,989:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:07,989:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:08,990:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:08,990:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:08,990:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:08,991:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:09,991:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:09,991:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:09,991:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:09,991:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:10,993:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:10,993:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:10,993:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:10,993:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:11,994:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:11,994:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:11,994:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:11,994:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:12,995:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:12,996:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:12,996:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:12,996:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:13,996:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:13,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:13,997:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:13,997:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:14,997:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:14,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:14,998:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:14,998:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:15,999:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:15,999:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:15,999:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:15,999:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:17,000:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:17,000:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:17,000:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:17,000:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:18,000:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:18,001:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:18,001:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:18,001:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:19,002:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:19,002:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:19,002:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:19,002:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:20,004:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:20,004:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:20,004:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:20,004:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:21,009:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:21,009:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:21,009:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:21,009:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:22,010:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:22,010:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:22,010:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:22,010:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:23,011:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:23,011:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:23,011:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:23,011:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:24,012:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:24,013:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:24,013:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:24,013:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:25,016:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:25,017:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:25,017:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:25,017:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:26,021:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:26,021:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:26,021:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:26,021:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:27,022:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:27,022:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:27,022:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:27,022:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:28,022:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:28,022:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:28,022:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:28,022:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:29,024:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:29,024:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:29,024:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:29,024:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:30,024:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:30,025:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:30,025:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:30,025:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:31,026:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:31,026:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:31,026:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:31,026:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:32,036:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:32,037:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:32,037:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:32,037:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:33,038:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:33,038:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:33,038:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:33,038:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:34,040:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:34,041:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:34,041:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:34,041:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:35,042:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:35,042:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:35,042:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:35,042:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:36,043:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:36,043:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:36,043:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:36,043:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:37,044:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:37,044:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:37,044:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:37,044:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:38,045:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:38,045:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:38,045:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:38,045:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:39,046:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:39,046:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:39,046:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:39,046:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:40,048:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:40,048:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:40,048:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:40,048:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:41,049:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:41,049:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:41,049:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:41,049:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:42,050:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:42,050:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:42,050:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:42,050:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:43,051:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:43,051:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:43,051:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:43,051:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:44,052:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:44,052:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:44,052:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:44,052:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:45,053:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:45,054:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:45,054:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:45,054:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:46,054:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:46,054:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:46,054:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:46,054:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:47,055:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:47,055:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:47,055:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:47,055:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:48,056:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:48,056:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:48,056:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:48,056:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:49,056:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:49,057:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:49,057:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:49,057:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:50,058:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:50,058:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:50,058:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:50,058:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:51,059:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:51,059:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:51,059:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:51,059:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:52,060:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:52,061:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:52,061:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:52,061:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:53,062:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:53,062:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:53,062:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:53,062:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:54,063:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:54,063:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:54,063:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:54,063:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:55,064:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:55,065:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:55,065:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:55,065:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:56,066:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:56,066:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:56,066:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:56,066:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:57,067:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:57,067:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:57,067:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:57,067:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:58,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:58,068:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:58,068:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:58,068:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:58:59,069:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:58:59,069:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:58:59,069:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:58:59,069:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:00,070:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:00,070:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:00,070:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:00,070:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:01,071:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:01,071:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:01,071:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:01,071:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:02,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:02,073:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:02,073:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:02,073:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:03,074:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:03,074:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:03,074:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:03,074:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:04,075:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:04,076:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:04,076:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:04,076:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:05,076:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:05,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:05,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:05,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:06,078:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:06,078:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:06,078:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:06,078:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:07,078:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:07,079:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:07,079:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:07,079:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:08,079:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:08,079:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:08,080:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:08,080:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:09,081:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:09,081:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:09,081:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:09,081:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:10,082:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:10,082:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:10,082:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:10,082:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:11,083:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:11,086:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:11,086:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:11,086:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:12,087:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:12,087:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:12,087:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:12,087:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:13,088:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:13,088:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:13,088:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:13,088:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:14,088:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:14,089:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:14,089:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:14,089:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:15,090:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:15,090:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:15,090:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:15,090:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:16,091:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:16,091:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:16,091:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:16,091:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:17,091:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:17,091:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:17,091:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:17,092:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:18,093:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:18,093:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:18,093:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:18,093:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:19,093:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:19,093:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:19,093:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:19,093:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:20,094:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:20,094:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:20,094:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:20,094:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:21,096:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:21,097:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:21,097:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:21,097:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:22,098:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:22,098:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:22,098:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:22,098:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:23,099:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:23,099:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:23,099:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:23,099:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:24,100:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:24,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:24,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:24,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:25,101:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:25,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:25,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:25,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:26,102:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:26,102:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:26,102:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:26,102:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:27,103:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:27,103:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:27,103:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:27,103:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:28,104:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:28,105:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:28,105:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:28,105:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:29,106:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:29,106:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:29,106:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:29,106:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:30,107:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:30,107:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:30,107:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:30,107:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:31,108:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:31,108:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:31,108:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:31,109:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:32,110:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:32,110:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:32,110:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:32,110:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:33,110:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:33,112:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:33,112:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:33,112:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:34,112:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:34,113:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:34,113:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:34,113:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:35,114:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:35,114:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:35,114:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:35,114:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:36,115:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:36,115:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:36,115:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:36,115:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:37,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:37,116:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:37,116:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:37,116:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:38,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:38,117:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:38,117:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:38,117:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:39,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:39,118:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:39,118:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:39,118:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:40,119:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:40,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:40,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:40,120:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:41,120:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:41,121:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:41,121:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:41,121:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:42,122:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:42,122:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:42,122:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:42,122:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:43,125:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:43,125:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:43,125:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:43,125:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:44,126:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:44,126:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:44,126:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:44,126:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:45,127:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:45,127:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:45,127:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:45,127:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:46,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:46,128:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:46,128:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:46,129:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:47,132:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:47,133:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:47,133:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:47,133:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:48,134:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:48,134:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:48,134:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:48,134:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:49,135:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:49,135:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:49,135:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:49,136:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:50,137:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:50,137:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:50,137:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:50,137:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:51,138:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:51,138:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:51,138:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:51,138:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:52,139:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:52,139:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:52,139:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:52,139:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:53,139:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:53,139:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:53,139:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:53,139:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:54,141:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:54,141:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:54,141:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:54,141:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:55,142:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:55,142:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:55,142:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:55,142:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:56,143:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:56,143:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:56,143:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:56,143:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:57,144:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:57,144:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:57,144:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:57,144:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:58,145:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:58,145:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:58,145:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:58,146:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 06:59:59,146:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 06:59:59,146:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 06:59:59,146:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 06:59:59,146:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:00,148:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:00,148:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:00,148:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:00,148:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:01,149:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:01,149:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:01,149:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:01,149:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:02,150:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:02,150:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:02,150:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:02,150:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:03,153:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:03,153:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:03,153:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:03,153:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:04,153:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:04,154:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:04,154:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:04,154:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:05,155:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:05,155:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:05,155:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:05,155:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:06,156:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:06,157:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:06,157:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:06,157:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:07,158:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:07,158:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:07,158:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:07,158:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:08,159:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:08,159:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:08,159:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:08,159:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:09,159:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:09,160:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:09,160:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:09,160:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:10,160:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:10,161:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:10,161:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:10,161:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:11,162:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:11,162:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:11,162:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:11,162:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:12,164:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:12,165:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:12,165:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:12,165:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:13,166:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:13,166:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:13,166:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:13,166:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:14,167:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:14,167:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:14,168:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:14,168:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:15,169:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:15,169:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:15,169:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:15,169:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:16,170:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:16,170:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:16,170:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:16,170:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:17,171:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:17,171:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:17,171:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:17,171:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:18,172:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:18,173:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:18,173:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:18,173:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:19,173:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:19,174:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:19,174:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:19,174:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:20,174:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:20,174:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:20,174:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:20,174:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:21,176:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:21,176:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:21,176:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:21,176:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:22,177:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:22,177:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:22,177:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:22,177:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:23,179:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:23,179:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:23,179:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:23,179:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:24,180:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:24,180:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:24,180:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:24,180:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:25,182:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:25,182:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:25,182:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:25,182:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:26,183:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:26,183:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:26,184:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:26,184:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:27,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:27,184:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:27,184:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:27,184:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:28,185:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:28,185:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:28,185:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:28,185:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:29,186:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:29,186:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:29,186:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:29,186:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:30,188:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:30,188:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:30,188:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:30,188:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:31,189:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:31,189:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:31,189:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:31,189:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:32,191:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:32,191:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:32,192:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:32,192:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:33,193:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:33,193:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:33,193:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:33,193:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:34,194:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:34,194:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:34,194:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:34,194:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:35,195:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:35,195:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:35,195:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:35,195:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:36,197:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:36,197:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:36,197:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:36,197:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:37,198:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:37,198:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:37,198:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:37,198:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:38,199:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:38,199:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:38,199:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:38,200:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:39,201:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:39,201:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:39,201:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:39,201:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:40,202:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:40,202:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:40,202:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:40,202:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:41,203:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:41,203:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:41,203:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:41,203:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:42,204:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:42,204:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:42,205:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:42,205:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:43,205:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:43,205:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:43,205:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:43,205:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:44,206:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:44,206:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:44,207:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:44,207:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:45,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:45,208:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:45,208:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:45,208:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:46,210:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:46,210:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:46,210:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:46,210:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:47,211:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:47,211:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:47,211:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:47,211:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:48,212:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:48,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:48,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:48,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:49,214:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:49,214:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:49,214:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:49,214:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:50,215:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:50,215:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:50,215:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:50,215:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:51,216:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:51,217:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:51,217:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:51,217:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:52,218:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:52,218:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:52,218:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:52,218:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:53,219:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:53,219:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:53,219:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:53,219:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:54,221:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:54,221:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:54,221:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:54,221:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:55,222:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:55,222:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:55,222:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:55,222:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:56,223:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:56,223:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:56,223:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:56,223:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:57,224:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:57,225:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:57,225:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:57,225:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:58,226:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:58,226:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:58,226:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:58,226:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:00:59,227:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:00:59,227:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:00:59,227:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:00:59,227:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:00,228:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:00,229:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:00,229:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:00,229:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:01,230:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:01,231:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:01,231:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:01,231:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:02,232:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:02,232:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:02,232:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:02,232:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:03,236:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:03,236:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:03,236:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:03,236:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:04,237:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:04,237:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:04,237:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:04,237:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:05,238:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:05,238:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:05,238:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:05,238:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:06,239:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:06,240:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:06,240:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:06,240:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:07,241:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:07,241:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:07,241:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:07,241:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:08,242:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:08,242:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:08,242:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:08,242:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:09,243:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:09,243:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:09,243:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:09,243:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:10,245:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:10,245:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:10,245:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:10,245:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:11,246:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:11,246:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:11,246:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:11,246:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:12,247:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:12,248:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:12,248:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:12,248:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:13,249:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:13,249:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:13,249:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:13,249:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:14,249:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:14,250:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:14,250:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:14,250:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:15,251:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:15,251:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:15,251:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:15,251:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:16,252:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:16,252:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:16,252:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:16,252:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:17,253:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:17,253:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:17,253:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:17,253:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:18,254:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:18,254:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:18,254:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:18,254:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:19,255:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:19,255:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:19,255:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:19,255:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:20,256:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:20,256:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:20,256:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:20,256:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:21,256:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:21,260:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:21,260:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:21,260:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:22,262:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:22,262:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:22,262:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:22,262:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:23,263:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:23,263:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:23,263:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:23,263:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:24,264:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:24,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:24,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:24,265:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:25,265:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:25,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:25,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:25,265:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:26,286:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:26,286:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:26,286:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:26,287:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:27,288:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:27,288:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:27,288:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:27,288:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:28,288:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:28,289:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:28,289:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:28,289:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:29,289:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:29,289:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:29,290:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:29,290:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:30,291:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:30,291:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:30,291:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:30,291:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:31,291:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:31,292:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:31,292:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:31,292:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:32,293:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:32,293:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:32,293:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:32,293:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:33,294:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:33,294:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:33,294:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:33,295:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:34,295:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:34,295:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:34,295:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:34,295:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:35,296:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:35,296:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:35,296:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:35,296:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:36,296:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:36,297:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:36,297:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:36,297:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:37,298:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:37,298:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:37,298:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:37,298:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:38,299:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:38,300:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:38,300:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:38,300:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:39,301:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:39,301:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:39,301:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:39,301:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:40,302:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:40,302:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:40,302:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:40,302:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:41,303:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:41,303:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:41,303:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:41,303:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:42,304:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:42,305:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:42,305:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:42,305:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:43,306:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:43,306:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:43,306:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:43,306:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:44,317:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:44,317:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:44,317:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:44,317:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:45,317:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:45,318:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:45,318:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:45,318:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:46,318:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:46,318:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:46,318:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:46,318:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:47,319:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:47,319:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:47,319:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:47,319:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:48,321:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:48,321:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:48,321:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:48,321:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:49,322:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:49,322:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:49,322:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:49,322:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:50,323:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:50,323:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:50,323:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:50,323:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:51,324:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:51,325:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:51,325:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:51,325:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:52,326:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:52,326:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:52,326:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:52,326:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:53,327:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:53,327:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:53,327:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:53,327:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:54,328:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:54,329:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:54,329:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:54,329:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:55,330:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:55,330:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:55,330:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:55,330:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:56,332:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:56,332:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:56,332:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:56,332:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:57,333:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:57,333:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:57,333:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:57,333:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:58,335:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:58,335:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:58,335:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:58,335:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:01:59,336:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:01:59,337:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:01:59,337:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:01:59,337:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:00,337:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:00,337:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:00,337:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:00,337:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:01,338:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:01,339:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:01,339:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:01,339:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:02,340:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:02,340:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:02,340:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:02,340:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:03,341:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:03,341:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:03,341:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:03,341:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:04,342:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:04,342:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:04,342:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:04,342:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:05,343:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:05,343:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:05,343:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:05,343:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:06,343:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:06,344:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:06,344:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:06,344:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:07,344:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:07,345:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:07,345:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:07,345:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:08,346:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:08,346:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:08,346:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:08,346:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:09,347:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:09,347:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:09,347:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:09,347:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:10,348:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:10,348:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:10,348:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:10,348:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:11,350:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:11,350:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:11,350:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:11,350:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:12,353:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:12,353:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:12,353:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:12,353:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:13,354:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:13,354:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:13,354:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:13,354:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:14,355:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:14,355:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:14,355:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:14,355:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:15,356:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:15,357:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:15,357:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:15,357:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:16,358:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:16,358:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:16,358:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:16,358:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:17,359:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:17,359:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:17,359:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:17,359:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:18,360:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:18,361:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:18,361:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:18,361:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:19,362:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:19,362:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:19,362:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:19,362:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:20,363:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:20,363:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:20,363:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:20,363:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:21,366:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:21,367:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:21,367:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:21,367:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:22,368:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:22,368:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:22,368:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:22,368:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:23,374:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:23,374:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:23,374:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:23,374:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:24,375:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:24,376:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:24,376:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:24,376:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:25,376:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:25,377:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:25,377:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:25,377:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:26,379:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:26,379:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:26,379:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:26,380:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:27,381:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:27,381:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:27,381:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:27,381:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:28,382:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:28,382:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:28,382:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:28,383:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:29,384:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:29,384:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:29,384:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:29,384:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:30,385:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:30,385:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:30,385:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:30,385:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:31,387:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:31,387:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:31,387:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:31,387:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:32,388:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:32,388:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:32,388:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:32,388:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:33,389:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:33,389:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:33,389:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:33,389:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:34,389:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:34,389:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:34,389:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:34,389:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:35,393:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:35,394:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:35,394:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:35,394:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:36,395:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:36,395:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:36,395:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:36,395:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:37,395:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:37,396:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:37,396:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:37,396:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:38,396:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:38,397:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:38,397:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:38,397:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:39,398:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:39,399:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:39,399:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:39,399:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:40,400:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:40,400:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:40,400:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:40,400:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:41,402:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:41,402:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:41,402:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:41,402:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:42,403:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:42,404:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:42,404:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:42,404:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:43,405:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:43,405:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:43,405:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:43,405:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:44,406:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:44,406:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:44,406:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:44,407:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:45,408:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:45,408:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:45,408:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:45,408:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:46,409:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:46,409:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:46,409:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:46,409:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:47,410:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:47,410:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:47,410:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:47,410:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:48,411:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:48,412:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:48,412:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:48,412:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:49,413:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:49,413:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:49,413:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:49,413:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:50,414:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:50,414:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:50,414:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:50,414:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:51,415:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:51,416:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:51,416:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:51,416:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:52,416:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:52,417:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:52,417:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:52,417:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:53,418:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:53,418:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:53,418:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:53,419:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:54,419:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:54,419:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:54,419:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:54,419:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:55,421:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:55,421:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:55,421:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:55,421:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:56,421:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:56,421:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:56,421:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:56,421:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:57,423:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:57,423:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:57,423:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:57,423:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:58,424:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:58,424:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:58,424:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:58,424:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:02:59,426:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:02:59,426:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:02:59,426:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:02:59,426:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:00,426:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:00,426:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:00,426:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:00,426:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:01,427:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:01,427:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:01,427:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:01,427:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:02,432:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:02,432:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:02,432:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:02,432:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:03,433:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:03,433:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:03,433:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:03,433:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:04,437:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:04,437:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:04,437:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:04,437:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:05,444:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:05,444:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:05,444:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:05,444:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:06,445:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:06,445:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:06,445:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:06,445:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:07,447:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:07,447:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:07,447:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:07,447:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:08,448:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:08,448:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:08,448:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:08,448:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:09,450:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:09,450:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:09,450:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:09,450:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:10,451:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:10,451:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:10,451:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:10,451:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:11,473:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:11,473:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:11,473:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:11,473:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:12,474:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:12,474:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:12,474:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:12,474:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:13,476:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:13,476:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:13,476:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:13,476:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:14,477:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:14,477:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:14,477:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:14,477:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:15,478:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:15,478:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:15,478:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:15,478:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:16,480:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:16,480:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:16,480:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:16,480:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:17,480:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:17,481:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:17,481:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:17,481:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:18,482:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:18,482:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:18,482:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:18,482:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:19,483:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:19,483:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:19,483:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:19,483:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:20,484:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:20,484:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:20,484:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:20,484:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:21,486:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:21,486:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:21,486:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:21,486:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:22,487:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:22,487:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:22,487:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:22,487:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:23,505:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:23,505:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:23,505:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:23,505:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:24,506:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:24,506:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:24,506:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:24,507:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:25,508:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:25,508:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:25,508:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:25,508:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:26,509:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:26,509:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:26,509:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:26,509:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:27,511:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:27,512:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:27,512:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:27,512:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:28,513:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:28,513:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:28,513:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:28,513:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:29,517:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:29,518:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:29,518:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:29,518:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:30,519:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:30,519:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:30,519:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:30,519:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:31,520:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:31,521:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:31,521:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:31,521:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:32,522:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:32,522:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:32,522:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:32,522:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:33,523:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:33,523:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:33,523:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:33,523:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:34,526:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:34,526:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:34,526:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:34,526:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:35,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:35,528:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:35,528:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:35,528:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:36,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:36,529:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:36,529:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:36,529:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:37,530:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:37,530:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:37,530:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:37,530:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:38,531:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:38,532:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:38,532:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:38,532:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:39,533:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:39,533:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:39,533:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:39,533:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:40,534:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:40,534:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:40,534:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:40,534:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:41,536:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:41,536:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:41,536:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:41,536:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:42,536:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:42,537:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:42,537:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:42,537:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:43,538:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:43,538:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:43,538:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:43,538:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:44,539:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:44,539:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:44,539:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:44,539:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:45,541:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:45,541:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:45,541:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:45,541:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:46,542:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:46,542:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:46,542:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:46,542:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:47,543:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:47,544:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:47,544:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:47,544:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:48,545:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:48,545:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:48,545:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:48,545:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:49,546:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:49,546:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:49,546:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:49,546:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:50,547:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:50,547:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:50,548:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:50,548:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:51,549:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:51,549:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:51,549:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:51,549:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:52,550:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:52,551:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:52,551:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:52,551:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:53,552:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:53,552:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:53,552:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:53,552:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:54,552:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:54,553:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:54,553:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:54,553:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:55,553:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:55,554:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:55,554:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:55,554:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:56,555:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:56,555:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:56,555:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:56,555:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:57,556:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:57,556:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:57,556:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:57,556:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:58,556:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:58,557:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:58,557:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:58,557:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:03:59,557:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:03:59,557:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:03:59,557:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:03:59,557:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:00,559:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:00,559:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:00,559:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:00,559:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:01,560:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:01,560:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:01,560:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:01,560:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:02,561:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:02,561:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:02,561:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:02,561:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:03,562:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:03,562:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:03,562:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:03,562:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:04,564:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:04,564:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:04,564:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:04,564:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:05,568:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:05,569:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:05,569:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:05,569:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:06,574:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:06,574:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:06,574:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:06,574:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:07,575:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:07,575:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:07,575:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:07,575:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:08,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:08,576:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:08,576:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:08,576:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:09,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:09,577:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:09,577:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:09,577:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:10,577:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:10,578:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:10,578:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:10,578:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:11,579:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:11,579:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:11,579:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:11,579:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:12,580:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:12,580:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:12,580:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:12,580:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:13,581:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:13,581:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:13,581:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:13,581:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:14,582:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:14,582:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:14,582:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:14,583:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:15,584:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:15,584:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:15,584:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:15,584:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:16,584:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:16,585:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:16,585:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:16,585:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:17,585:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:17,585:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:17,585:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:17,585:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:18,586:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:18,586:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:18,586:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:18,587:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:19,587:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:19,587:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:19,587:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:19,588:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:20,588:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:20,589:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:20,589:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:20,589:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:21,590:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:21,590:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:21,590:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:21,590:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:22,590:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:22,590:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:22,590:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:22,590:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:23,591:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:23,591:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:23,591:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:23,591:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:24,592:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:24,593:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:24,593:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:24,593:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:25,593:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:25,593:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:25,593:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:25,593:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:26,594:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:26,594:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:26,594:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:26,594:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:27,595:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:27,595:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:27,595:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:27,595:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:28,596:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:28,597:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:28,597:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:28,597:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:29,598:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:29,598:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:29,598:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:29,598:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:30,599:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:30,599:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:30,599:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:30,599:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:31,599:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:31,599:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:31,599:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:31,599:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:32,601:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:32,601:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:32,601:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:32,601:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:33,602:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:33,602:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:33,602:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:33,602:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:34,603:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:34,603:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:34,603:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:34,603:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:35,605:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:35,605:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:35,605:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:35,605:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:36,606:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:36,606:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:36,606:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:36,606:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:37,608:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:37,608:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:37,608:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:37,608:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:38,609:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:38,609:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:38,609:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:38,609:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:39,611:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:39,611:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:39,611:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:39,611:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:40,613:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:40,613:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:40,613:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:40,613:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:41,614:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:41,615:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:41,615:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:41,615:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:42,615:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:42,615:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:42,615:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:42,616:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:43,616:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:43,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:43,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:43,617:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:44,617:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:44,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:44,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:44,618:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:45,618:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:45,619:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:45,619:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:45,619:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:46,620:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:46,620:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:46,620:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:46,620:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:47,621:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:47,621:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:47,621:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:47,621:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:48,622:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:48,622:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:48,622:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:48,622:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:49,623:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:49,623:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:49,623:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:49,623:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:50,630:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:50,631:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:50,631:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:50,631:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:51,632:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:51,632:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:51,632:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:51,632:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:52,634:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:52,634:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:52,634:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:52,634:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:53,635:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:53,635:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:53,635:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:53,635:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:54,636:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:54,636:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:54,636:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:54,636:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:55,637:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:55,637:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:55,637:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:55,637:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:56,638:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:56,638:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:56,638:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:56,638:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:57,639:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:57,639:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:57,639:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:57,639:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:58,641:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:58,641:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:58,641:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:58,641:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:04:59,642:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:04:59,642:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:04:59,642:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:04:59,642:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:00,643:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:00,644:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:00,644:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:00,644:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:01,644:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:01,645:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:01,645:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:01,645:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:02,646:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:02,646:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:02,646:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:02,646:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:03,647:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:03,647:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:03,647:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:03,647:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:04,648:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:04,649:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:04,649:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:04,649:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:05,650:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:05,650:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:05,650:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:05,650:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:06,652:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:06,652:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:06,652:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:06,652:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:07,653:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:07,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:07,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:07,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:08,653:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:08,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:08,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:08,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:09,654:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:09,654:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:09,654:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:09,654:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:10,655:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:10,655:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:10,655:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:10,655:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:11,656:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:11,656:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:11,656:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:11,656:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:12,671:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:12,671:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:12,671:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:12,671:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:13,672:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:13,673:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:13,673:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:13,673:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:14,674:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:14,674:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:14,674:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:14,675:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:15,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:15,676:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:15,676:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:15,676:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:16,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:16,677:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:16,677:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:16,677:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:17,678:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:17,678:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:17,678:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:17,679:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:18,680:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:18,680:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:18,680:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:18,680:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:19,681:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:19,681:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:19,681:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:19,681:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:20,683:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:20,683:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:20,683:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:20,683:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:21,684:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:21,684:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:21,684:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:21,685:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:22,686:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:22,686:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:22,686:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:22,686:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:23,687:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:23,688:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:23,688:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:23,688:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:24,689:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:24,689:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:24,689:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:24,689:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:25,691:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:25,691:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:25,691:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:25,691:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:26,692:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:26,692:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:26,692:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:26,692:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:27,694:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:27,694:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:27,694:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:27,694:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:28,695:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:28,695:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:28,695:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:28,695:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:29,696:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:29,697:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:29,697:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:29,697:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:30,697:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:30,699:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:30,699:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:30,699:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:31,704:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:31,704:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:31,704:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:31,705:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:32,706:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:32,706:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:32,706:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:32,706:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:33,707:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:33,707:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:33,707:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:33,707:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:34,708:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:34,709:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:34,709:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:34,709:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:35,709:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:35,709:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:35,709:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:35,709:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:36,711:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:36,711:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:36,711:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:36,711:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:37,712:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:37,712:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:37,712:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:37,712:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:38,714:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:38,714:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:38,714:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:38,714:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:39,715:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:39,715:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:39,715:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:39,716:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:40,717:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:40,717:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:40,717:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:40,717:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:41,718:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:41,718:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:41,718:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:41,718:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:42,720:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:42,720:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:42,720:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:42,720:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:43,721:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:43,721:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:43,721:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:43,721:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:44,722:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:44,722:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:44,722:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:44,722:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:45,723:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:45,723:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:45,723:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:45,723:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:46,724:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:46,725:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:46,725:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:46,725:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:47,726:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:47,726:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:47,726:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:47,726:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:48,727:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:48,727:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:48,727:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:48,728:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:49,729:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:49,729:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:49,729:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:49,729:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:50,730:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:50,730:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:50,730:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:50,730:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:51,731:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:51,731:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:51,731:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:51,731:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:52,733:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:52,733:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:52,733:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:52,733:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:53,733:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:53,733:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:53,733:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:53,733:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:54,734:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:54,734:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:54,735:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:54,735:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:55,735:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:55,735:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:55,735:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:55,735:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:56,736:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:56,736:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:56,736:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:56,736:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:57,737:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:57,737:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:57,737:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:57,737:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:58,738:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:58,738:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:58,738:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:58,738:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:05:59,739:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:05:59,739:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:05:59,739:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:05:59,739:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:00,740:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:00,740:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:00,740:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:00,740:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:01,740:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:01,741:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:01,741:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:01,741:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:02,742:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:02,742:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:02,742:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:02,742:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:03,743:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:03,743:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:03,743:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:03,744:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:04,744:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:04,745:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:04,745:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:04,745:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:05,746:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:05,746:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:05,746:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:05,747:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:06,748:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:06,748:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:06,748:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:06,748:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:07,748:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:07,749:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:07,749:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:07,749:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:08,750:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:08,750:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:08,750:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:08,750:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:09,751:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:09,751:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:09,751:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:09,751:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:10,753:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:10,753:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:10,753:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:10,753:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:11,755:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:11,755:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:11,755:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:11,755:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:12,756:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:12,756:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:12,756:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:12,756:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:13,757:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:13,757:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:13,757:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:13,758:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:14,759:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:14,759:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:14,759:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:14,759:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:15,761:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:15,761:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:15,761:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:15,761:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:16,762:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:16,762:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:16,762:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:16,762:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:17,764:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:17,764:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:17,764:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:17,764:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:18,765:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:18,765:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:18,765:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:18,765:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:19,766:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:19,766:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:19,767:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:19,767:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:20,767:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:20,767:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:20,767:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:20,767:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:21,768:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:21,769:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:21,769:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:21,769:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:22,770:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:22,770:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:22,770:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:22,770:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:23,771:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:23,771:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:23,771:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:23,771:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:24,772:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:24,772:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:24,772:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:24,772:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:25,773:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:25,773:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:25,773:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:25,774:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:26,774:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:26,775:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:26,775:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:26,775:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:27,776:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:27,776:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:27,776:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:27,777:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:28,778:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:28,778:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:28,778:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:28,778:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:29,778:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:29,779:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:29,779:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:29,779:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:30,780:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:30,781:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:30,781:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:30,781:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:31,782:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:31,782:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:31,782:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:31,782:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:32,784:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:32,784:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:32,784:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:32,784:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:33,785:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:33,785:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:33,785:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:33,785:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:34,786:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:34,786:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:34,786:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:34,786:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:35,787:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:35,788:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:35,788:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:35,788:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:36,789:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:36,789:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:36,789:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:36,789:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:37,790:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:37,791:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:37,791:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:37,791:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:38,792:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:38,792:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:38,792:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:38,792:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:39,793:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:39,793:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:39,793:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:39,793:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:40,793:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:40,793:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:40,793:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:40,793:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:41,795:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:41,795:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:41,795:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:41,795:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:42,797:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:42,797:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:42,797:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:42,797:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:43,798:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:43,798:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:43,798:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:43,798:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:44,799:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:44,799:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:44,799:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:44,799:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:45,800:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:45,801:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:45,801:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:45,801:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:46,802:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:46,802:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:46,802:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:46,802:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:47,803:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:47,803:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:47,803:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:47,803:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:48,804:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:48,805:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:48,805:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:48,805:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:49,806:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:49,806:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:49,806:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:49,806:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:50,807:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:50,807:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:50,807:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:50,808:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:51,809:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:51,809:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:51,809:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:51,809:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:52,810:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:52,810:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:52,810:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:52,810:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:53,812:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:53,812:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:53,812:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:53,812:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:54,813:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:54,813:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:54,813:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:54,814:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:55,814:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:55,814:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:55,815:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:55,815:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:56,816:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:56,816:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:56,816:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:56,817:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:57,817:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:57,817:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:57,817:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:57,817:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:58,818:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:58,818:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:58,819:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:58,819:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:06:59,820:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:06:59,820:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:06:59,820:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:06:59,820:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:00,821:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:00,821:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:00,821:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:00,821:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:01,822:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:01,823:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:01,823:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:01,823:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:02,824:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:02,824:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:02,824:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:02,824:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:03,826:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:03,826:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:03,826:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:03,826:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:04,827:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:04,827:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:04,827:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:04,828:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:05,829:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:05,829:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:05,829:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:05,829:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:06,830:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:06,831:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:06,831:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:06,831:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:07,832:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:07,832:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:07,832:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:07,832:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:08,834:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:08,834:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:08,834:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:08,834:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:09,836:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:09,836:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:09,836:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:09,836:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:10,836:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:10,837:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:10,837:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:10,837:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:11,838:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:11,838:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:11,838:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:11,838:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:12,839:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:12,839:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:12,839:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:12,840:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:13,840:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:13,841:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:13,841:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:13,841:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:14,842:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:14,842:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:14,842:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:14,842:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:15,843:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:15,843:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:15,844:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:15,844:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:16,845:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:16,845:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:16,845:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:16,845:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:17,847:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:17,847:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:17,847:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:17,847:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:18,849:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:18,849:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:18,849:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:18,849:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:19,850:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:19,850:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:19,850:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:19,850:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:20,851:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:20,851:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:20,851:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:20,851:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:21,852:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:21,853:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:21,853:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:21,853:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:22,854:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:22,854:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:22,854:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:22,854:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:23,857:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:23,857:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:23,857:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:23,857:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:24,858:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:24,859:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:24,859:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:24,859:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:25,860:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:25,860:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:25,860:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:25,860:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:26,862:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:26,862:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:26,862:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:26,862:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:27,863:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:27,863:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:27,863:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:27,863:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:28,864:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:28,865:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:28,865:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:28,865:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:29,866:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:29,866:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:29,866:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:29,866:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:30,868:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:30,868:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:30,868:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:30,868:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:31,869:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:31,869:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:31,869:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:31,869:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:32,870:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:32,870:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:32,870:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:32,870:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:33,873:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:33,873:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:33,873:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:33,873:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:34,873:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:34,874:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:34,874:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:34,874:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:35,876:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:35,877:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:35,877:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:35,877:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:36,878:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:36,878:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:36,878:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:36,878:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:37,880:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:37,880:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:37,880:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:37,880:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:38,881:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:38,881:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:38,881:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:38,881:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:39,882:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:39,883:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:39,883:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:39,883:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:40,884:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:40,884:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:40,884:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:40,884:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:41,886:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:41,886:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:41,886:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:41,886:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:42,887:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:42,887:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:42,887:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:42,887:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:43,888:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:43,888:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:43,888:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:43,888:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:44,889:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:44,889:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:44,890:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:44,890:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:45,890:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:45,890:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:45,890:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:45,890:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:46,892:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:46,892:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:46,892:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:46,892:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:47,892:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:47,893:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:47,893:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:47,893:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:48,894:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:48,895:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:48,895:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:48,895:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:49,896:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:49,896:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:49,896:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:49,896:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:50,897:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:50,897:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:50,897:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:50,897:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:51,898:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:51,898:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:51,898:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:51,898:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:52,899:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:52,900:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:52,900:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:52,900:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:53,901:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:53,901:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:53,901:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:53,901:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:54,903:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:54,903:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:54,903:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:54,903:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:55,905:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:55,905:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:55,905:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:55,905:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:56,906:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:56,907:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:56,907:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:56,907:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:57,908:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:57,908:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:57,908:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:57,908:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:58,909:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:58,909:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:58,909:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:58,909:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:07:59,910:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:07:59,910:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:07:59,910:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:07:59,910:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:00,910:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:00,911:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:00,911:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:00,911:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:01,911:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:01,911:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:01,911:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:01,911:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:02,912:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:02,912:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:02,912:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:02,912:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:03,913:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:03,913:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:03,913:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:03,913:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:04,914:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:04,914:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:04,914:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:04,914:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:05,916:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:05,916:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:05,916:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:05,916:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:06,917:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:06,917:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:06,917:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:06,917:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:07,919:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:07,919:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:07,919:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:07,919:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:08,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:08,920:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:08,920:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:08,920:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:09,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:09,921:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:09,921:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:09,921:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:10,922:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:10,922:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:10,922:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:10,922:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:11,923:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:11,924:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:11,924:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:11,924:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:12,925:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:12,925:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:12,925:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:12,925:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:13,926:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:13,926:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:13,926:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:13,926:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:14,928:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:14,928:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:14,928:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:14,928:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:15,930:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:15,930:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:15,930:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:15,930:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:16,931:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:16,931:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:16,931:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:16,931:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:17,932:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:17,932:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:17,932:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:17,932:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:18,933:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:18,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:18,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:18,934:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:19,935:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:19,935:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:19,935:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:19,935:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:20,936:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:20,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:20,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:20,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:21,937:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:21,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:21,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:21,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:22,941:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:22,942:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:22,942:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:22,942:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:23,943:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:23,943:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:23,943:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:23,943:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:24,944:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:24,945:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:24,945:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:24,945:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:25,947:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:25,948:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:25,948:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:25,948:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:26,949:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:26,949:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:26,949:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:26,949:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:27,950:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:27,950:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:27,950:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:27,950:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:28,951:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:28,951:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:28,951:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:28,951:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:29,952:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:29,952:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:29,952:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:29,952:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:30,954:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:30,954:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:30,954:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:30,954:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:31,954:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:31,954:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:31,955:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:31,955:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:32,956:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:32,956:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:32,956:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:32,956:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:33,957:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:33,957:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:33,957:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:33,957:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:34,958:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:34,958:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:34,958:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:34,958:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:35,965:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:35,966:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:35,966:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:35,966:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:36,967:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:36,967:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:36,967:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:36,967:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:37,968:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:37,969:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:37,969:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:37,969:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:38,970:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:38,970:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:38,970:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:38,970:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:39,971:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:39,971:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:39,971:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:39,971:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:40,972:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:40,973:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:40,973:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:40,973:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:41,974:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:41,974:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:41,974:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:41,974:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:42,976:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:42,976:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:42,976:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:42,976:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:43,977:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:43,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:43,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:43,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:44,977:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:44,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:44,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:44,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:45,978:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:45,979:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:45,979:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:45,979:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:46,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:46,980:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:46,980:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:46,980:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:47,981:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:47,981:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:47,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:47,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:48,982:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:48,982:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:48,982:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:48,982:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:49,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:49,984:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:49,984:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:49,984:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:50,985:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:50,985:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:50,985:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:50,985:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:51,986:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:51,986:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:51,986:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:51,987:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:52,987:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:52,987:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:52,988:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:52,988:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:53,988:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:53,989:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:53,989:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:53,989:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:54,990:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:54,990:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:54,990:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:54,990:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:55,991:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:55,992:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:55,992:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:55,992:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:56,994:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:56,994:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:56,994:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:56,994:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:57,995:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:57,995:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:57,995:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:57,995:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:58,996:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:58,996:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:58,996:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:58,996:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:08:59,997:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:08:59,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:08:59,997:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:08:59,998:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:00,999:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:00,999:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:00,999:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:00,999:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:02,000:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:02,001:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:02,001:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:02,002:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:03,003:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:03,003:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:03,003:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:03,004:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:04,005:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:04,005:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:04,005:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:04,005:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:05,006:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:05,006:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:05,006:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:05,006:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:06,007:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:06,007:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:06,007:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:06,007:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:07,008:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:07,008:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:07,008:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:07,008:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:08,009:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:08,009:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:08,009:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:08,009:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:09,010:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:09,010:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:09,010:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:09,010:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:10,011:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:10,012:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:10,012:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:10,012:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:11,013:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:11,013:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:11,013:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:11,013:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:12,013:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:12,013:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:12,013:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:12,013:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:13,015:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:13,015:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:13,015:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:13,015:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:14,016:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:14,016:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:14,016:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:14,016:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:15,017:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:15,017:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:15,017:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:15,017:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:16,018:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:16,019:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:16,019:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:16,019:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:17,020:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:17,021:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:17,021:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:17,021:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:18,022:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:18,022:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:18,022:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:18,022:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:19,023:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:19,023:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:19,023:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:19,023:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:20,024:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:20,025:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:20,025:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:20,025:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:21,025:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:21,025:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:21,025:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:21,025:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:22,026:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:22,027:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:22,027:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:22,027:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:23,028:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:23,028:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:23,028:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:23,028:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:24,029:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:24,029:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:24,029:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:24,029:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:25,035:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:25,035:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:25,035:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:25,035:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:26,036:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:26,037:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:26,037:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:26,037:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:27,038:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:27,038:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:27,038:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:27,038:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:28,039:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:28,039:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:28,039:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:28,039:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:29,040:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:29,041:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:29,041:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:29,041:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:30,041:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:30,041:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:30,041:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:30,041:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:31,042:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:31,043:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:31,043:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:31,043:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:32,044:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:32,044:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:32,044:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:32,044:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:33,045:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:33,045:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:33,045:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:33,046:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:34,047:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:34,047:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:34,047:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:34,047:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:35,048:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:35,048:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:35,048:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:35,048:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:36,049:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:36,049:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:36,049:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:36,049:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:37,049:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:37,050:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:37,050:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:37,050:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:38,050:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:38,051:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:38,051:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:38,051:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:39,052:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:39,052:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:39,052:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:39,052:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:40,052:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:40,053:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:40,053:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:40,053:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:41,054:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:41,054:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:41,054:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:41,054:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:42,056:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:42,056:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:42,056:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:42,056:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:43,058:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:43,058:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:43,062:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:43,062:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:44,064:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:44,064:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:44,064:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:44,064:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:45,065:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:45,065:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:45,065:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:45,065:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:46,066:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:46,067:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:46,067:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:46,067:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:47,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:47,068:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:47,068:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:47,068:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:48,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:48,069:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:48,069:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:48,069:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:49,070:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:49,070:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:49,070:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:49,070:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:50,071:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:50,071:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:50,072:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:50,072:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:51,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:51,073:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:51,073:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:51,073:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:52,073:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:52,073:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:52,073:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:52,073:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:53,074:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:53,074:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:53,074:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:53,075:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:54,075:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:54,075:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:54,076:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:54,076:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:55,077:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:55,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:55,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:55,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:56,078:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:56,079:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:56,079:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:56,079:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:57,080:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:57,080:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:57,080:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:57,080:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:58,081:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:58,081:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:58,081:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:58,081:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:09:59,082:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:09:59,082:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:09:59,082:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:09:59,082:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:00,083:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:00,083:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:00,083:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:00,083:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:01,084:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:01,084:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:01,084:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:01,084:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:02,085:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:02,085:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:02,085:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:02,085:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:03,086:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:03,086:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:03,087:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:03,087:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:04,088:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:04,088:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:04,088:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:04,088:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:05,089:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:05,089:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:05,089:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:05,089:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:06,090:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:06,091:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:06,091:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:06,091:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:07,092:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:07,092:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:07,092:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:07,092:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:08,093:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:08,093:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:08,093:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:08,093:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:09,094:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:09,095:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:09,095:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:09,095:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:10,096:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:10,096:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:10,096:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:10,096:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:11,097:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:11,097:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:11,097:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:11,097:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:12,098:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:12,098:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:12,098:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:12,098:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:13,100:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:13,100:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:13,100:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:13,100:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:14,101:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:14,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:14,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:14,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:15,102:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:15,103:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:15,103:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:15,103:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:16,104:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:16,104:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:16,105:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:16,105:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:17,106:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:17,106:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:17,106:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:17,106:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:18,108:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:18,108:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:18,108:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:18,108:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:19,109:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:19,109:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:19,109:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:19,110:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:20,111:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:20,111:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:20,111:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:20,111:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:21,113:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:21,113:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:21,113:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:21,113:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:22,114:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:22,114:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:22,114:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:22,114:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:23,115:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:23,115:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:23,115:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:23,115:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:24,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:24,116:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:24,116:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:24,116:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:25,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:25,118:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:25,118:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:25,118:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:26,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:26,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:26,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:26,119:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:27,119:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:27,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:27,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:27,119:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:28,121:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:28,121:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:28,121:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:28,121:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:29,122:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:29,122:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:29,122:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:29,122:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:30,123:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:30,123:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:30,124:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:30,124:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:31,125:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:31,125:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:31,125:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:31,125:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:32,125:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:32,125:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:32,125:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:32,125:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:33,126:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:33,127:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:33,127:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:33,127:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:34,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:34,128:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:34,128:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:34,128:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:35,129:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:35,129:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:35,129:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:35,130:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:36,131:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:36,131:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:36,132:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:36,132:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:37,143:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:37,143:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:37,143:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:37,143:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:38,144:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:38,144:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:38,144:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:38,145:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:39,146:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:39,146:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:39,146:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:39,146:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:40,149:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:40,149:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:40,150:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:40,150:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:41,151:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:41,151:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:41,151:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:41,151:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:42,152:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:42,153:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:42,153:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:42,153:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:43,154:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:43,154:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:43,155:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:43,155:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:44,156:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:44,156:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:44,156:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:44,156:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:45,157:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:45,157:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:45,157:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:45,157:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:46,158:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:46,159:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:46,159:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:46,159:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:47,160:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:47,160:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:47,160:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:47,160:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:48,160:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:48,161:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:48,161:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:48,161:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:49,162:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:49,162:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:49,162:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:49,162:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:50,163:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:50,164:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:50,164:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:50,164:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:51,164:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:51,164:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:51,164:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:51,164:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:52,168:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:52,168:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:52,168:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:52,168:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:53,168:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:53,169:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:53,169:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:53,169:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:54,170:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:54,170:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:54,170:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:54,170:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:55,171:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:55,171:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:55,171:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:55,171:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:56,172:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:56,173:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:56,173:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:56,173:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:57,173:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:57,173:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:57,173:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:57,173:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:58,174:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:58,174:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:58,174:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:58,175:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:10:59,175:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:10:59,175:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:10:59,175:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:10:59,175:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:00,176:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:00,176:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:00,176:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:00,176:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:01,178:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:01,178:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:01,178:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:01,178:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:02,179:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:02,179:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:02,179:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:02,179:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:03,180:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:03,180:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:03,180:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:03,180:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:04,181:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:04,181:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:04,181:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:04,181:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:05,182:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:05,182:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:05,182:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:05,183:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:06,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:06,184:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:06,184:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:06,184:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:07,185:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:07,185:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:07,186:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:07,186:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:08,187:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:08,187:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:08,187:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:08,187:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:09,188:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:09,188:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:09,188:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:09,189:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:10,190:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:10,190:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:10,190:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:10,190:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:11,191:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:11,191:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:11,191:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:11,192:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:12,192:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:12,193:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:12,193:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:12,193:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:13,194:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:13,194:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:13,194:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:13,195:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:14,196:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:14,196:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:14,196:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:14,196:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:15,196:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:15,197:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:15,197:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:15,197:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:16,197:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:16,197:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:16,197:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:16,197:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:17,199:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:17,199:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:17,199:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:17,199:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:18,200:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:18,200:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:18,200:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:18,201:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:19,201:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:19,201:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:19,201:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:19,201:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:20,202:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:20,202:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:20,202:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:20,202:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:21,203:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:21,204:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:21,204:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:21,204:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:22,205:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:22,205:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:22,205:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:22,206:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:23,207:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:23,207:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:23,207:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:23,207:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:24,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:24,208:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:24,208:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:24,208:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:25,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:25,209:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:25,209:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:25,209:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:26,209:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:26,209:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:26,209:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:26,209:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:27,210:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:27,210:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:27,210:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:27,210:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:28,211:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:28,211:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:28,212:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:28,212:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:29,212:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:29,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:29,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:29,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:30,213:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:30,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:30,214:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:30,214:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:31,215:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:31,215:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:31,215:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:31,215:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:32,216:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:32,216:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:32,216:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:32,217:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:33,218:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:33,218:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:33,218:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:33,218:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:34,226:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:34,226:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:34,226:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:34,226:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:35,227:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:35,228:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:35,228:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:35,228:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:36,228:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:36,229:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:36,229:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:36,229:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:37,230:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:37,230:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:37,230:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:37,230:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:38,231:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:38,232:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:38,232:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:38,232:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:39,232:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:39,233:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:39,233:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:39,233:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:40,234:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:40,234:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:40,234:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:40,234:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:41,235:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:41,235:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:41,235:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:41,235:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:42,236:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:42,237:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:42,237:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:42,237:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:43,238:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:43,238:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:43,238:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:43,238:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:44,239:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:44,239:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:44,240:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:44,240:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:45,240:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:45,241:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:45,241:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:45,241:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:46,242:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:46,242:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:46,242:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:46,242:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:47,243:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:47,243:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:47,243:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:47,243:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:48,244:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:48,244:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:48,244:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:48,244:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:49,244:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:49,245:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:49,245:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:49,245:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:50,245:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:50,245:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:50,245:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:50,246:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:51,246:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:51,246:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:51,246:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:51,246:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:52,247:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:52,248:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:52,248:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:52,248:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:53,254:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:53,254:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:53,254:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:53,254:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:54,255:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:54,255:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:54,255:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:54,256:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:55,256:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:55,257:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:55,257:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:55,257:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:56,258:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:56,258:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:56,258:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:56,259:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:57,260:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:57,260:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:57,260:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:57,260:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:58,261:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:58,261:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:58,261:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:58,261:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:11:59,262:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:11:59,262:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:11:59,262:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:11:59,262:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:00,264:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:00,264:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:00,264:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:00,264:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:01,265:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:01,265:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:01,265:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:01,266:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:02,267:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:02,267:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:02,267:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:02,268:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:03,268:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:03,269:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:03,269:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:03,269:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:04,270:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:04,271:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:04,271:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:04,271:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:05,272:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:05,272:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:05,272:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:05,272:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:06,274:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:06,274:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:06,274:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:06,274:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:07,275:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:07,275:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:07,275:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:07,275:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:08,275:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:08,275:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:08,275:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:08,275:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:09,276:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:09,277:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:09,277:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:09,277:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:10,277:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:10,277:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:10,277:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:10,277:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:11,279:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:11,279:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:11,279:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:11,279:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:12,280:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:12,280:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:12,280:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:12,280:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:13,282:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:13,282:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:13,282:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:13,282:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:14,283:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:14,283:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:14,284:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:14,284:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:15,285:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:15,285:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:15,285:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:15,285:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:16,286:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:16,286:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:16,286:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:16,286:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:17,287:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:17,287:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:17,287:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:17,287:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:18,287:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:18,287:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:18,287:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:18,287:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:19,288:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:19,289:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:19,289:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:19,289:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:20,290:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:20,290:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:20,290:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:20,290:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:21,294:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:21,294:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:21,294:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:21,294:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:22,295:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:22,295:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:22,295:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:22,295:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:23,296:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:23,297:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:23,297:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:23,297:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:24,300:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:24,300:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:24,300:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:24,300:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:25,302:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:25,302:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:25,302:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:25,302:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:26,303:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:26,303:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:26,303:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:26,303:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:27,308:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:27,309:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:27,309:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:27,309:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:28,312:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:28,313:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:28,313:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:28,313:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:29,314:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:29,314:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:29,314:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:29,314:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:30,315:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:30,315:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:30,315:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:30,315:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:31,315:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:31,315:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:31,315:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:31,315:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:32,319:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:32,319:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:32,319:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:32,319:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:33,321:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:33,321:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:33,321:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:33,321:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:34,322:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:34,322:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:34,322:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:34,322:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:35,323:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:35,323:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:35,323:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:35,323:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:36,324:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:36,325:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:36,325:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:36,325:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:37,326:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:37,326:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:37,326:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:37,326:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:38,327:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:38,327:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:38,327:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:38,328:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:39,328:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:39,329:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:39,329:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:39,329:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:40,330:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:40,330:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:40,330:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:40,330:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:41,330:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:41,331:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:41,331:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:41,331:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:42,332:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:42,332:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:42,332:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:42,332:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:43,332:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:43,333:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:43,333:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:43,333:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:44,334:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:44,334:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:44,334:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:44,334:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:45,338:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:45,338:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:45,338:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:45,338:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:46,356:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:46,356:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:46,356:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:46,357:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:47,358:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:47,358:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:47,358:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:47,358:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:48,359:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:48,360:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:48,360:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:48,360:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:49,360:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:49,361:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:49,361:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:49,361:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:50,362:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:50,362:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:50,362:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:50,362:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:51,363:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:51,363:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:51,363:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:51,363:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:52,364:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:52,364:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:52,364:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:52,364:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:53,365:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:53,365:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:53,365:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:53,365:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:54,365:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:54,365:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:54,365:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:54,365:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:55,367:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:55,368:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:55,368:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:55,368:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:56,368:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:56,369:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:56,369:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:56,369:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:57,369:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:57,369:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:57,369:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:57,369:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:58,370:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:58,370:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:58,370:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:58,371:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:12:59,371:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:12:59,372:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:12:59,372:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:12:59,372:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:00,373:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:00,373:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:00,373:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:00,373:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:01,374:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:01,374:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:01,374:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:01,374:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:02,376:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:02,376:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:02,376:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:02,376:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:03,376:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:03,377:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:03,377:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:03,377:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:04,377:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:04,377:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:04,377:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:04,377:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:05,384:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:05,385:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:05,385:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:05,385:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:06,386:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:06,386:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:06,386:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:06,386:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:07,388:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:07,388:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:07,388:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:07,388:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:08,389:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:08,389:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:08,389:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:08,389:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:09,390:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:09,391:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:09,391:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:09,391:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:10,392:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:10,392:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:10,392:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:10,392:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:11,393:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:11,393:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:11,393:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:11,393:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:12,393:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:12,394:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:12,394:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:12,394:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:13,394:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:13,394:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:13,394:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:13,394:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:14,395:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:14,395:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:14,395:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:14,395:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:15,396:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:15,397:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:15,397:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:15,397:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:16,398:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:16,398:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:16,398:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:16,398:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:17,400:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:17,400:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:17,400:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:17,400:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:18,401:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:18,401:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:18,401:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:18,401:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:19,402:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:19,402:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:19,402:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:19,402:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:20,403:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:20,403:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:20,403:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:20,403:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:21,404:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:21,404:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:21,404:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:21,404:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:22,406:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:22,406:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:22,406:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:22,406:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:23,407:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:23,407:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:23,407:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:23,408:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:24,408:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:24,409:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:24,409:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:24,409:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:25,410:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:25,411:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:25,411:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:25,411:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:26,411:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:26,411:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:26,411:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:26,411:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:27,413:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:27,413:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:27,413:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:27,413:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:28,414:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:28,414:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:28,414:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:28,414:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:29,415:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:29,415:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:29,415:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:29,416:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:30,417:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:30,417:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:30,417:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:30,417:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:31,418:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:31,418:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:31,418:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:31,418:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:32,420:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:32,420:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:32,420:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:32,420:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:33,421:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:33,421:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:33,421:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:33,421:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:34,422:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:34,422:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:34,422:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:34,422:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:35,424:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:35,424:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:35,424:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:35,424:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:36,425:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:36,425:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:36,425:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:36,425:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:37,427:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:37,427:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:37,427:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:37,427:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:38,428:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:38,428:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:38,428:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:38,428:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:39,429:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:39,430:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:39,430:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:39,430:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:40,432:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:40,433:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:40,433:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:40,433:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:41,436:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:41,436:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:41,436:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:41,436:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:42,437:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:42,437:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:42,437:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:42,437:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:43,438:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:43,438:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:43,438:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:43,438:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:44,439:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:44,439:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:44,439:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:44,439:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:45,440:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:45,440:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:45,440:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:45,440:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:46,441:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:46,441:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:46,441:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:46,441:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:47,442:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:47,442:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:47,442:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:47,442:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:48,443:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:48,443:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:48,444:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:48,444:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:49,445:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:49,445:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:49,445:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:49,445:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:50,446:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:50,446:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:50,446:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:50,446:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:51,447:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:51,447:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:51,447:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:51,448:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:52,449:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:52,449:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:52,449:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:52,449:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:53,449:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:53,450:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:53,450:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:53,450:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:54,451:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:54,451:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:54,451:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:54,451:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:55,452:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:55,452:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:55,452:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:55,452:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:56,453:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:56,453:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:56,453:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:56,453:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:57,454:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:57,454:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:57,454:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:57,454:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:58,455:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:58,455:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:58,455:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:58,455:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:13:59,457:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:13:59,457:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:13:59,457:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:13:59,457:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:00,458:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:00,458:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:00,458:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:00,458:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:01,459:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:01,459:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:01,459:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:01,459:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:02,460:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:02,460:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:02,461:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:02,461:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:03,465:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:03,465:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:03,465:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:03,465:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:04,466:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:04,466:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:04,466:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:04,466:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:05,468:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:05,468:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:05,468:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:05,468:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:06,469:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:06,469:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:06,469:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:06,469:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:07,469:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:07,469:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:07,469:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:07,470:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:08,471:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:08,471:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:08,471:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:08,471:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:09,471:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:09,472:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:09,472:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:09,472:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:10,473:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:10,473:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:10,473:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:10,473:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:11,474:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:11,474:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:11,474:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:11,474:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:12,476:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:12,476:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:12,476:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:12,476:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:13,477:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:13,477:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:13,477:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:13,477:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:14,477:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:14,477:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:14,477:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:14,478:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:15,479:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:15,479:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:15,479:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:15,479:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:16,480:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:16,480:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:16,480:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:16,480:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:17,482:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:17,482:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:17,482:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:17,482:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:18,483:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:18,483:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:18,483:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:18,483:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:19,485:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:19,485:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:19,485:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:19,485:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:20,486:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:20,486:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:20,486:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:20,486:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:21,487:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:21,487:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:21,487:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:21,487:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:22,497:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:22,497:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:22,497:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:22,497:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:23,498:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:23,498:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:23,498:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:23,498:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:24,499:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:24,499:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:24,499:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:24,499:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:25,500:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:25,501:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:25,501:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:25,501:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:26,502:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:26,503:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:26,503:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:26,503:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:27,504:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:27,505:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:27,505:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:27,505:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:28,506:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:28,506:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:28,506:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:28,506:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:29,507:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:29,508:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:29,508:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:29,508:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:30,509:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:30,509:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:30,509:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:30,509:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:31,510:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:31,510:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:31,510:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:31,510:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:32,511:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:32,511:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:32,511:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:32,511:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:33,512:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:33,512:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:33,512:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:33,512:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:34,512:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:34,513:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:34,513:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:34,513:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:35,514:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:35,514:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:35,514:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:35,514:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:36,516:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:36,516:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:36,516:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:36,516:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:37,517:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:37,517:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:37,517:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:37,517:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:38,519:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:38,519:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:38,519:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:38,519:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:39,520:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:39,520:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:39,520:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:39,520:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:40,522:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:40,522:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:40,522:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:40,522:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:41,523:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:41,523:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:41,523:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:41,523:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:42,524:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:42,525:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:42,525:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:42,525:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:43,526:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:43,526:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:43,526:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:43,526:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:44,527:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:44,527:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:44,527:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:44,528:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:45,528:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:45,528:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:45,528:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:45,528:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:46,529:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:46,529:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:46,529:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:46,529:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:47,530:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:47,530:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:47,530:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:47,530:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:48,531:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:48,532:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:48,532:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:48,532:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:49,532:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:49,533:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:49,533:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:49,533:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:50,534:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:50,534:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:50,534:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:50,534:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:51,535:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:51,535:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:51,535:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:51,535:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:52,536:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:52,536:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:52,536:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:52,536:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:53,545:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:53,545:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:53,545:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:53,545:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:54,547:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:54,547:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:54,547:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:54,547:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:55,548:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:55,548:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:55,548:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:55,548:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:56,549:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:56,549:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:56,549:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:56,549:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:57,550:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:57,550:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:57,550:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:57,551:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:58,551:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:58,551:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:58,551:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:58,551:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:14:59,553:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:14:59,553:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:14:59,553:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:14:59,553:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:00,553:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:00,554:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:00,554:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:00,554:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:01,555:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:01,555:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:01,555:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:01,555:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:02,556:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:02,557:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:02,557:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:02,557:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:03,557:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:03,557:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:03,557:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:03,557:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:04,559:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:04,559:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:04,559:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:04,559:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:05,560:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:05,561:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:05,561:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:05,561:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:06,562:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:06,562:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:06,562:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:06,562:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:07,563:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:07,563:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:07,563:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:07,563:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:08,564:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:08,565:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:08,565:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:08,565:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:09,566:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:09,566:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:09,566:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:09,566:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:10,567:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:10,567:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:10,567:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:10,568:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:11,569:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:11,569:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:11,569:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:11,569:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:12,570:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:12,570:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:12,570:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:12,570:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:13,571:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:13,571:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:13,571:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:13,572:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:14,573:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:14,573:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:14,573:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:14,573:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:15,574:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:15,574:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:15,574:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:15,574:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:16,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:16,576:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:16,576:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:16,576:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:17,576:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:17,577:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:17,577:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:17,577:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:18,577:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:18,577:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:18,577:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:18,577:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:19,579:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:19,579:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:19,579:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:19,579:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:20,579:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:20,579:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:20,579:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:20,579:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:21,580:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:21,580:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:21,580:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:21,580:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:22,582:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:22,582:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:22,582:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:22,582:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:23,583:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:23,583:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:23,583:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:23,583:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:24,584:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:24,585:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:24,585:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:24,585:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:25,586:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:25,586:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:25,586:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:25,586:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:26,587:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:26,587:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:26,587:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:26,587:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:27,588:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:27,589:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:27,589:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:27,589:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:28,589:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:28,589:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:28,589:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:28,589:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:29,593:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:29,593:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:29,593:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:29,593:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:30,595:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:30,596:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:30,596:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:30,596:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:31,596:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:31,597:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:31,597:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:31,597:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:32,598:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:32,598:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:32,598:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:32,598:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:33,599:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:33,599:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:33,599:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:33,599:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:34,600:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:34,600:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:34,600:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:34,600:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:35,601:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:35,601:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:35,601:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:35,601:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:36,602:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:36,602:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:36,602:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:36,602:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:37,604:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:37,604:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:37,604:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:37,604:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:38,605:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:38,605:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:38,605:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:38,605:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:39,607:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:39,607:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:39,607:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:39,607:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:40,607:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:40,607:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:40,607:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:40,607:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:41,608:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:41,609:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:41,609:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:41,609:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:42,610:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:42,610:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:42,610:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:42,610:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:43,612:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:43,613:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:43,613:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:43,613:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:44,614:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:44,614:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:44,614:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:44,614:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:45,615:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:45,615:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:45,615:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:45,615:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:46,616:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:46,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:46,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:46,617:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:47,617:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:47,617:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:47,617:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:47,617:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:48,617:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:48,618:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:48,618:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:48,618:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:49,618:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:49,619:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:49,619:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:49,619:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:50,620:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:50,620:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:50,620:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:50,620:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:51,621:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:51,621:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:51,621:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:51,621:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:52,622:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:52,622:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:52,622:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:52,622:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:53,623:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:53,624:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:53,624:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:53,624:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:54,625:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:54,625:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:54,625:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:54,625:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:55,626:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:55,626:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:55,626:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:55,628:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:56,630:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:56,630:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:56,630:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:56,630:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:57,631:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:57,631:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:57,631:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:57,631:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:58,632:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:58,632:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:58,632:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:58,633:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:15:59,634:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:15:59,634:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:15:59,634:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:15:59,634:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:00,635:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:00,636:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:00,636:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:00,636:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:01,637:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:01,637:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:01,637:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:01,637:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:02,638:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:02,638:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:02,638:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:02,638:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:03,639:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:03,639:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:03,639:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:03,639:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:04,640:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:04,641:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:04,642:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:04,642:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:05,643:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:05,643:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:05,643:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:05,643:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:06,644:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:06,645:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:06,645:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:06,645:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:07,646:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:07,646:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:07,646:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:07,646:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:08,646:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:08,647:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:08,647:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:08,647:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:09,648:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:09,648:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:09,648:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:09,648:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:10,648:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:10,649:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:10,649:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:10,649:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:11,650:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:11,650:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:11,650:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:11,650:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:12,652:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:12,652:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:12,652:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:12,652:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:13,653:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:13,653:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:13,653:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:13,653:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:14,654:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:14,654:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:14,654:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:14,654:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:15,654:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:15,655:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:15,655:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:15,655:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:16,655:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:16,655:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:16,655:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:16,655:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:17,657:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:17,657:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:17,657:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:17,658:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:18,659:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:18,659:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:18,659:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:18,659:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:19,659:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:19,659:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:19,659:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:19,659:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:20,660:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:20,661:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:20,661:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:20,661:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:21,661:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:21,661:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:21,661:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:21,661:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:22,663:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:22,663:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:22,663:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:22,663:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:23,664:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:23,664:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:23,664:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:23,664:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:24,664:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:24,665:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:24,665:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:24,665:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:25,668:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:25,668:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:25,668:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:25,668:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:26,669:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:26,669:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:26,669:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:26,669:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:27,671:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:27,671:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:27,671:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:27,671:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:28,672:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:28,672:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:28,672:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:28,672:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:29,673:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:29,673:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:29,673:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:29,673:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:30,674:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:30,674:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:30,674:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:30,674:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:31,675:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:31,675:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:31,675:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:31,675:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:32,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:32,676:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:32,676:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:32,676:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:33,676:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:33,677:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:33,677:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:33,677:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:34,678:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:34,678:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:34,678:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:34,678:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:35,679:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:35,680:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:35,680:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:35,680:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:36,681:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:36,681:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:36,681:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:36,681:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:37,682:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:37,682:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:37,682:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:37,682:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:38,683:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:38,683:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:38,683:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:38,684:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:39,684:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:39,685:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:39,685:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:39,685:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:40,686:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:40,686:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:40,686:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:40,686:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:41,687:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:41,687:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:41,687:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:41,687:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:42,689:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:42,689:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:42,689:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:42,689:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:43,690:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:43,690:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:43,690:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:43,690:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:44,691:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:44,691:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:44,691:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:44,691:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:45,692:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:45,692:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:45,692:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:45,692:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:46,692:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:46,693:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:46,693:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:46,693:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:47,694:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:47,694:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:47,694:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:47,694:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:48,695:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:48,695:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:48,695:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:48,695:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:49,696:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:49,697:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:49,697:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:49,697:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:50,699:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:50,699:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:50,699:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:50,699:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:51,700:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:51,700:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:51,700:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:51,700:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:52,700:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:52,701:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:52,701:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:52,701:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:53,702:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:53,702:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:53,702:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:53,702:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:54,703:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:54,704:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:54,704:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:54,704:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:55,704:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:55,705:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:55,705:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:55,705:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:56,706:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:56,706:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:56,706:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:56,707:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:57,708:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:57,708:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:57,708:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:57,708:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:58,708:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:58,709:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:58,709:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:58,709:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:16:59,710:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:16:59,710:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:16:59,710:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:16:59,710:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:00,711:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:00,711:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:00,711:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:00,711:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:01,711:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:01,711:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:01,711:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:01,711:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:02,713:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:02,713:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:02,713:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:02,713:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:03,714:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:03,714:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:03,714:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:03,714:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:04,715:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:04,715:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:04,715:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:04,715:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:05,717:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:05,717:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:05,717:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:05,717:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:06,718:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:06,719:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:06,719:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:06,719:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:07,720:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:07,720:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:07,720:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:07,721:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:08,722:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:08,722:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:08,722:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:08,722:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:09,722:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:09,722:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:09,722:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:09,722:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:10,724:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:10,724:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:10,724:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:10,724:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:11,725:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:11,725:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:11,725:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:11,725:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:12,726:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:12,726:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:12,726:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:12,726:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:13,728:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:13,728:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:13,728:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:13,728:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:14,728:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:14,729:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:14,729:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:14,729:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:15,730:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:15,730:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:15,730:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:15,730:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:16,736:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:16,736:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:16,736:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:16,736:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:17,738:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:17,738:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:17,738:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:17,738:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:18,739:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:18,739:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:18,739:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:18,740:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:19,740:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:19,741:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:19,741:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:19,741:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:20,741:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:20,742:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:20,742:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:20,742:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:21,742:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:21,742:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:21,742:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:21,742:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:22,743:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:22,743:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:22,743:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:22,743:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:23,745:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:23,745:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:23,745:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:23,745:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:24,746:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:24,746:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:24,746:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:24,746:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:25,747:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:25,748:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:25,748:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:25,748:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:26,750:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:26,750:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:26,750:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:26,750:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:27,752:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:27,752:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:27,752:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:27,752:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:28,755:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:28,755:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:28,755:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:28,755:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:29,756:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:29,757:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:29,757:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:29,757:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:30,758:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:30,758:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:30,758:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:30,758:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:31,759:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:31,760:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:31,760:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:31,760:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:32,761:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:32,761:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:32,761:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:32,761:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:33,762:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:33,762:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:33,762:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:33,762:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:34,763:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:34,763:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:34,763:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:34,763:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:35,764:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:35,764:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:35,764:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:35,764:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:36,765:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:36,765:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:36,765:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:36,765:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:37,766:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:37,766:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:37,766:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:37,766:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:38,767:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:38,767:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:38,767:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:38,767:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:39,768:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:39,768:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:39,768:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:39,769:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:40,770:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:40,770:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:40,770:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:40,770:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:41,786:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:41,786:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:41,786:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:41,786:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:42,796:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:42,797:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:42,797:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:42,797:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:43,798:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:43,798:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:43,798:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:43,798:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:44,799:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:44,799:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:44,799:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:44,800:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:45,800:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:45,801:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:45,801:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:45,801:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:46,802:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:46,802:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:46,802:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:46,802:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:47,803:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:47,803:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:47,803:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:47,804:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:48,804:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:48,805:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:48,805:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:48,805:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:49,805:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:49,805:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:49,805:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:49,805:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:50,807:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:50,807:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:50,807:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:50,807:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:51,808:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:51,808:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:51,808:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:51,808:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:52,809:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:52,809:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:52,809:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:52,809:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:53,810:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:53,810:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:53,810:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:53,810:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:54,811:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:54,811:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:54,811:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:54,811:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:55,812:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:55,812:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:55,812:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:55,813:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:56,814:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:56,814:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:56,814:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:56,814:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:57,815:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:57,815:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:57,815:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:57,815:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:58,817:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:58,817:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:58,817:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:58,817:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:17:59,818:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:17:59,818:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:17:59,818:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:17:59,818:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:00,818:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:00,819:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:00,819:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:00,819:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:01,820:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:01,820:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:01,820:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:01,820:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:02,827:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:02,827:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:02,827:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:02,827:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:03,829:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:03,829:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:03,829:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:03,830:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:04,831:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:04,831:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:04,831:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:04,831:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:05,833:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:05,833:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:05,833:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:05,833:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:06,834:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:06,834:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:06,834:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:06,834:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:07,835:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:07,835:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:07,835:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:07,835:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:08,836:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:08,836:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:08,836:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:08,837:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:09,838:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:09,838:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:09,838:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:09,838:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:10,840:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:10,840:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:10,840:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:10,840:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:11,841:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:11,841:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:11,841:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:11,841:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:12,842:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:12,842:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:12,842:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:12,842:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:13,843:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:13,843:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:13,843:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:13,843:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:14,844:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:14,845:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:14,845:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:14,845:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:15,845:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:15,845:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:15,845:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:15,845:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:16,846:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:16,846:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:16,847:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:16,847:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:17,848:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:17,848:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:17,848:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:17,848:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:18,848:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:18,849:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:18,849:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:18,849:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:19,850:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:19,850:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:19,850:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:19,850:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:20,851:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:20,851:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:20,851:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:20,851:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:21,852:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:21,852:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:21,852:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:21,852:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:22,854:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:22,854:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:22,854:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:22,854:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:23,855:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:23,855:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:23,855:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:23,855:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:24,856:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:24,856:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:24,856:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:24,856:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:25,857:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:25,857:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:25,857:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:25,857:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:26,857:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:26,857:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:26,857:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:26,857:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:27,858:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:27,858:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:27,858:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:27,858:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:28,859:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:28,859:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:28,859:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:28,859:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:29,860:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:29,860:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:29,860:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:29,860:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:30,861:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:30,862:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:30,862:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:30,862:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:31,863:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:31,863:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:31,863:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:31,863:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:32,864:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:32,865:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:32,865:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:32,865:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:33,866:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:33,866:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:33,866:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:33,866:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:34,867:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:34,867:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:34,868:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:34,868:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:35,869:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:35,869:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:35,869:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:35,869:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:36,870:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:36,870:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:36,870:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:36,870:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:37,871:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:37,871:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:37,871:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:37,871:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:38,872:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:38,872:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:38,872:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:38,872:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:39,873:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:39,873:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:39,873:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:39,873:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:40,874:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:40,874:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:40,874:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:40,874:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:41,875:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:41,875:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:41,875:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:41,875:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:42,875:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:42,876:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:42,876:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:42,876:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:43,876:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:43,877:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:43,877:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:43,877:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:44,878:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:44,878:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:44,878:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:44,878:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:45,879:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:45,879:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:45,879:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:45,879:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:46,881:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:46,881:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:46,881:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:46,881:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:47,881:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:47,881:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:47,881:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:47,881:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:48,883:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:48,883:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:48,883:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:48,883:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:49,884:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:49,884:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:49,884:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:49,884:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:50,885:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:50,885:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:50,885:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:50,885:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:51,886:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:51,887:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:51,887:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:51,887:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:52,888:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:52,888:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:52,888:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:52,888:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:53,889:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:53,889:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:53,889:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:53,889:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:54,891:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:54,891:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:54,891:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:54,891:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:55,892:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:55,892:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:55,892:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:55,892:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:56,893:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:56,893:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:56,893:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:56,893:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:57,894:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:57,894:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:57,894:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:57,894:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:58,895:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:58,895:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:58,895:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:58,895:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:18:59,896:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:18:59,897:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:18:59,897:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:18:59,897:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:00,898:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:00,898:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:00,898:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:00,898:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:01,900:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:01,900:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:01,900:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:01,901:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:02,902:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:02,902:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:02,902:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:02,902:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:03,903:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:03,903:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:03,904:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:03,904:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:04,905:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:04,905:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:04,905:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:04,905:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:05,906:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:05,907:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:05,907:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:05,907:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:06,907:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:06,908:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:06,908:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:06,908:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:07,908:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:07,909:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:07,909:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:07,909:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:08,909:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:08,909:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:08,909:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:08,909:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:09,910:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:09,910:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:09,910:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:09,910:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:10,911:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:10,911:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:10,911:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:10,911:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:11,913:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:11,913:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:11,913:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:11,913:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:12,913:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:12,913:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:12,914:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:12,914:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:13,914:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:13,914:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:13,914:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:13,914:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:14,915:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:14,915:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:14,915:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:14,915:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:15,916:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:15,916:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:15,916:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:15,916:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:16,916:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:16,917:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:16,917:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:16,917:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:17,918:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:17,918:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:17,918:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:17,918:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:18,919:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:18,919:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:18,919:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:18,919:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:19,920:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:19,920:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:19,920:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:19,920:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:20,922:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:20,922:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:20,922:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:20,922:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:21,923:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:21,924:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:21,924:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:21,924:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:22,926:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:22,926:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:22,926:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:22,926:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:23,927:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:23,928:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:23,928:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:23,928:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:24,929:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:24,929:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:24,930:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:24,930:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:25,931:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:25,931:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:25,931:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:25,931:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:26,932:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:26,932:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:26,932:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:26,932:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:27,934:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:27,934:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:27,934:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:27,934:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:28,935:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:28,935:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:28,935:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:28,935:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:29,937:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:29,937:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:29,937:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:29,937:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:30,939:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:30,939:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:30,940:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:30,940:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:31,940:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:31,941:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:31,941:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:31,941:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:32,942:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:32,942:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:32,942:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:32,942:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:33,943:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:33,944:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:33,944:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:33,944:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:34,944:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:34,944:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:34,945:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:34,945:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:35,946:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:35,946:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:35,946:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:35,946:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:36,947:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:36,948:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:36,948:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:36,948:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:37,949:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:37,949:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:37,949:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:37,949:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:38,950:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:38,950:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:38,950:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:38,950:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:39,951:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:39,951:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:39,951:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:39,951:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:40,952:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:40,953:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:40,953:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:40,953:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:41,953:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:41,954:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:41,954:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:41,954:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:42,955:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:42,955:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:42,955:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:42,956:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:43,957:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:43,957:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:43,957:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:43,957:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:44,957:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:44,957:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:44,957:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:44,957:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:45,959:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:45,959:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:45,959:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:45,959:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:46,961:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:46,961:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:46,961:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:46,961:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:47,962:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:47,962:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:47,962:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:47,962:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:48,964:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:48,964:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:48,964:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:48,964:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:49,964:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:49,965:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:49,965:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:49,965:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:50,966:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:50,966:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:50,966:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:50,966:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:51,967:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:51,968:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:51,968:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:51,968:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:52,969:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:52,969:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:52,969:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:52,970:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:53,971:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:53,971:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:53,971:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:53,971:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:54,973:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:54,973:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:54,973:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:54,973:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:55,976:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:55,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:55,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:55,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:56,977:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:56,977:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:56,977:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:56,977:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:57,979:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:57,979:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:57,979:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:57,979:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:58,980:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:58,980:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:58,981:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:58,981:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:19:59,982:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:19:59,982:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:19:59,982:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:19:59,982:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:00,983:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:00,983:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:00,983:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:00,983:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:01,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:01,984:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:01,984:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:01,984:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:02,984:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:02,985:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:02,985:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:02,985:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:03,986:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:03,986:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:03,986:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:03,986:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:04,992:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:04,992:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:04,992:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:04,992:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:05,993:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:05,993:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:05,993:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:05,993:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:06,994:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:06,994:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:06,994:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:06,995:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:07,996:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:07,996:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:07,996:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:07,996:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:08,997:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:08,997:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:08,997:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:08,997:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:09,998:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:09,999:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:09,999:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:09,999:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:11,000:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:11,000:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:11,000:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:11,000:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:12,001:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:12,001:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:12,001:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:12,001:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:13,003:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:13,003:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:13,003:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:13,003:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:14,004:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:14,004:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:14,004:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:14,004:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:15,004:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:15,005:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:15,005:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:15,005:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:16,006:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:16,006:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:16,006:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:16,006:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:17,007:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:17,007:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:17,007:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:17,007:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:18,008:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:18,008:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:18,008:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:18,008:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:19,008:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:19,009:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:19,009:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:19,009:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:20,010:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:20,010:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:20,010:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:20,010:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:21,025:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:21,025:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:21,025:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:21,025:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:22,026:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:22,026:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:22,026:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:22,026:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:23,027:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:23,027:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:23,027:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:23,028:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:24,028:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:24,029:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:24,029:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:24,029:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:25,030:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:25,030:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:25,030:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:25,030:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:26,030:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:26,030:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:26,030:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:26,031:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:27,032:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:27,032:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:27,032:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:27,032:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:28,033:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:28,034:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:28,034:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:28,034:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:29,034:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:29,034:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:29,034:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:29,034:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:30,036:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:30,036:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:30,036:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:30,036:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:31,055:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:31,055:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:31,055:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:31,055:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:32,056:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:32,057:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:32,057:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:32,057:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:33,058:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:33,058:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:33,058:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:33,058:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:34,060:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:34,060:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:34,060:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:34,060:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:35,060:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:35,061:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:35,061:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:35,061:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:36,062:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:36,062:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:36,062:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:36,062:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:37,063:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:37,064:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:37,064:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:37,064:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:38,065:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:38,065:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:38,065:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:38,065:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:39,067:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:39,067:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:39,067:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:39,067:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:40,068:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:40,068:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:40,068:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:40,068:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:41,069:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:41,069:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:41,069:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:41,069:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:42,071:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:42,071:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:42,071:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:42,071:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:43,072:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:43,072:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:43,072:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:43,073:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:44,074:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:44,074:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:44,074:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:44,074:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:45,075:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:45,075:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:45,075:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:45,075:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:46,076:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:46,077:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:46,077:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:46,077:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:47,078:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:47,078:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:47,078:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:47,078:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:48,080:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:48,080:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:48,080:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:48,080:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:49,081:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:49,081:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:49,081:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:49,081:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:50,082:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:50,082:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:50,082:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:50,082:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:51,083:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:51,084:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:51,084:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:51,084:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:52,085:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:52,085:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:52,085:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:52,085:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:53,086:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:53,087:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:53,087:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:53,087:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:54,087:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:54,088:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:54,088:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:54,088:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:55,089:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:55,089:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:55,089:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:55,089:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:56,091:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:56,091:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:56,091:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:56,091:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:57,093:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:57,093:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:57,093:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:57,094:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:58,095:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:58,095:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:58,096:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:58,096:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:20:59,097:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:20:59,097:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:20:59,097:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:20:59,097:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:00,097:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:00,097:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:00,097:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:00,098:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:01,098:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:01,098:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:01,098:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:01,098:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:02,099:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:02,099:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:02,099:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:02,099:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:03,100:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:03,101:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:03,101:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:03,101:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:04,102:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:04,102:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:04,102:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:04,102:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:05,102:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:05,102:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:05,102:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:05,102:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:06,103:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:06,104:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:06,104:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:06,104:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:07,105:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:07,105:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:07,105:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:07,105:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:08,105:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:08,105:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:08,105:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:08,105:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:09,106:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:09,106:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:09,106:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:09,106:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:10,107:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:10,107:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:10,107:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:10,107:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:11,109:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:11,109:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:11,109:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:11,109:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:12,109:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:12,109:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:12,109:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:12,109:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:13,110:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:13,111:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:13,111:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:13,111:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:14,112:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:14,112:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:14,112:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:14,112:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:15,113:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:15,113:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:15,113:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:15,113:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:16,113:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:16,113:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:16,113:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:16,114:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:17,115:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:17,115:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:17,115:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:17,115:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:18,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:18,116:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:18,116:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:18,116:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:19,116:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:19,117:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:19,117:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:19,117:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:20,118:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:20,118:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:20,118:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:20,118:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:21,119:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:21,119:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:21,119:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:21,120:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:22,120:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:22,121:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:22,121:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:22,121:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:23,122:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:23,122:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:23,122:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:23,122:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:24,123:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:24,123:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:24,123:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:24,123:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:25,125:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:25,125:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:25,125:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:25,125:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:26,126:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:26,126:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:26,126:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:26,126:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:27,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:27,128:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:27,128:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:27,128:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:28,128:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:28,129:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:28,129:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:28,129:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:29,130:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:29,130:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:29,130:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:29,130:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:30,131:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:30,131:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:30,131:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:30,131:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:31,133:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:31,133:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:31,133:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:31,133:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:32,134:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:32,134:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:32,134:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:32,134:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:33,135:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:33,136:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:33,136:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:33,136:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:34,137:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:34,137:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:34,137:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:34,137:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:35,141:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:35,142:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:35,142:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:35,142:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:36,143:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:36,143:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:36,143:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:36,143:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:37,144:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:37,144:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:37,144:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:37,144:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:38,145:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:38,145:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:38,145:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:38,145:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:39,146:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:39,146:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:39,146:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:39,146:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:40,147:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:40,147:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:40,147:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:40,147:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:41,148:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:41,149:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:41,149:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:41,149:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:42,149:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:42,149:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:42,150:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:42,150:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:43,150:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:43,150:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:43,150:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:43,151:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:44,151:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:44,151:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:44,151:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:44,151:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:45,152:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:45,152:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:45,152:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:45,152:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:46,153:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:46,154:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:46,154:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:46,154:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:47,155:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:47,155:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:47,155:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:47,155:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:48,156:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:48,156:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:48,156:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:48,163:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:49,164:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:49,165:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:49,165:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:49,165:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:50,166:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:50,166:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:50,166:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:50,166:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:51,167:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:51,168:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:51,168:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:51,168:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:52,169:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:52,169:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:52,169:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:52,169:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:53,170:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:53,170:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:53,170:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:53,170:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:54,171:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:54,171:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:54,172:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:54,172:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:55,183:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:55,183:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:55,183:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:55,183:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:56,184:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:56,185:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:56,185:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:56,185:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:57,186:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:57,187:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:57,187:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:57,187:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:58,187:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:58,187:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:58,187:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:58,187:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:21:59,188:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:21:59,188:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:21:59,188:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:21:59,188:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:00,189:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:00,189:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:00,189:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:00,189:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:01,190:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:01,191:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:01,191:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:01,191:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:02,192:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:02,192:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:02,192:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:02,192:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:03,193:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:03,193:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:03,193:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:03,193:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:04,194:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:04,194:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:04,194:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:04,194:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:05,195:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:05,195:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:05,195:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:05,195:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:06,197:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:06,197:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:06,197:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:06,197:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:07,199:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:07,199:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:07,199:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:07,199:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:08,205:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:08,206:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:08,206:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:08,206:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:09,206:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:09,207:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:09,207:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:09,207:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:10,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:10,208:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:10,208:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:10,208:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:11,208:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:11,209:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:11,209:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:11,209:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:12,210:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:12,210:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:12,210:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:12,210:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:13,211:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:13,211:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:13,211:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:13,211:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:14,212:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:14,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:14,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:14,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181] 2026-09-14 07:22:15,213:1(0x7f98ba6e9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 07:22:15,213:1(0x7f98ba6e9640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 07:22:15,213:1(0x7f98ba6e9640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 07:22:15,213:1(0x7f98ba6e9640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.50:2181]