+++ date ++ echo 'INFO: =================== Mon Sep 2 02:15:00 UTC 2024 ===================' INFO: =================== Mon Sep 2 02:15:00 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.24 ++ 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=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=True ++ 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.24 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.24 ++ ANALYTICSDB_NODES=10.0.0.24 ++ ANALYTICS_SNMP_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8081 ' +++ '[' -n '10.0.0.24:8081 ' ']' +++ echo 10.0.0.24:8081 ++ ANALYTICS_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9042 ' +++ '[' -n '10.0.0.24:9042 ' ']' +++ echo 10.0.0.24:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.24:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8086 ' +++ '[' -n '10.0.0.24:8086 ' ']' +++ echo 10.0.0.24:8086 ++ COLLECTOR_SERVERS=10.0.0.24: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.24 ++ CONFIGDB_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8082 ' +++ '[' -n '10.0.0.24:8082 ' ']' +++ echo 10.0.0.24:8082 ++ CONFIG_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9161 ' +++ '[' -n '10.0.0.24:9161 ' ']' +++ echo 10.0.0.24:9161 ++ CONFIGDB_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9041 ' +++ '[' -n '10.0.0.24:9041 ' ']' +++ echo 10.0.0.24:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.24:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=True ++ 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=True ++ 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=True ++ 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.24 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.24 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:2181, +++ '[' -n 10.0.0.24:2181, ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:2181 ' +++ '[' -n '10.0.0.24:2181 ' ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.24:2181 ++ RABBITMQ_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:5673, +++ '[' -n 10.0.0.24:5673, ']' +++ echo 10.0.0.24:5673 ++ RABBITMQ_SERVERS=10.0.0.24: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=True ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:6379 ' +++ '[' -n '10.0.0.24:6379 ' ']' +++ echo 10.0.0.24:6379 ++ REDIS_SERVERS=10.0.0.24:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=True ++ 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 True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' redis_ssl_config ++ true ++ KAFKA_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9092 ' +++ '[' -n '10.0.0.24:9092 ' ']' +++ echo 10.0.0.24:9092 ++ KAFKA_SERVERS=10.0.0.24:9092 ++ KAFKA_SSL_ENABLE=True ++ 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=password ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=252.24.101.20 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5050 ++ KEYSTONE_AUTH_PUBLIC_PORT=5050 ++ 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.24 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=password ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.24 ++ 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=True ++ 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=True ++ 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=True ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password password' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' xmpp_certs_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' analytics_api_ssl_opts ++ true ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' rabbitmq_ssl_config ++ true ++ read -r -d '' kombu_ssl_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' kafka_ssl_config ++ true ++ [[ -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 + for i in '{1..10}' ++ find_my_ip_and_order_for_node ZOOKEEPER ++ local server_typ=ZOOKEEPER_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.24 ++ local servers=10.0.0.24 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ grep -vi host +++ sort +++ uniq +++ awk '/32 host/ { print f } {f=$2}' ++ local local_ips=,10.0.0.24,10.234.149.1,127.0.0.1,172.17.0.1,252.24.0.1,, ++ local ord=1 ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.24'\''))' ++ local server_ip=10.0.0.24 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.24 ]] ++ [[ ,10.0.0.24,10.234.149.1,127.0.0.1,172.17.0.1,252.24.0.1,, =~ ,10\.0\.0\.24, ]] ++ echo 10.0.0.24 1 ++ return + my_ip_and_order='10.0.0.24 1' + '[' -n '10.0.0.24 1' ']' + break + '[' -z '10.0.0.24 1' ']' ++ echo 10.0.0.24 1 ++ cut -d ' ' -f 1 + export MY_ZOO_IP=10.0.0.24 + MY_ZOO_IP=10.0.0.24 ++ echo 10.0.0.24 1 ++ cut -d ' ' -f 2 + my_ord=1 + [[ -z '' ]] + ord=1 ++ echo 10.0.0.24 ++ tr , ' ' + for srv in '$(echo $ZOOKEEPER_NODES | tr '\'','\'' '\'' '\'')' + zoo_servers+='server.1=10.0.0.24:2888:3888 ' + ord=2 + export ZOO_SERVERS=server.1=10.0.0.24:2888:3888 + ZOO_SERVERS=server.1=10.0.0.24:2888:3888 + export ZOO_PORT=2181 + ZOO_PORT=2181 + export ZOO_MY_ID=1 + ZOO_MY_ID=1 + echo 'INFO: ZOO_MY_ID=1, ZOO_PORT=2181' INFO: ZOO_MY_ID=1, ZOO_PORT=2181 + echo 'INFO: ZOO_SERVERS=server.1=10.0.0.24:2888:3888' INFO: ZOO_SERVERS=server.1=10.0.0.24:2888:3888 + echo 'INFO: do_run_service zkServer.sh' start-foreground INFO: do_run_service zkServer.sh start-foreground + export ZOO_DATA_DIR=/data + ZOO_DATA_DIR=/data + export ZOO_DATA_LOG_DIR=/data + ZOO_DATA_LOG_DIR=/data + export ZOO_LOG_DIR=/var/log/zookeeper + ZOO_LOG_DIR=/var/log/zookeeper + export 'ZOO_LOG4J_PROP=INFO, CONSOLE, ROLLINGFILE' + ZOO_LOG4J_PROP='INFO, CONSOLE, ROLLINGFILE' + CONFIG=/conf/zoo.cfg + cat + '[' -n '' ']' + '[' -n '' ']' + for server in '$ZOO_SERVERS' + echo server.1=10.0.0.24:2888:3888 + mkdir -p /data /data /var/log/zookeeper + [[ ! -f /data/myid ]] + echo 1 + touch /data/snapshot.0 + chown -R zookeeper:zookeeper /data /data /var/log/zookeeper /conf ++ id -u zookeeper + CONTRAIL_UID=1000 ++ id -g zookeeper + CONTRAIL_GID=1000 + do_run_service zkServer.sh start-foreground + [[ -n 1000 ]] + [[ -n 1000 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1000 + local user_name=zookeeper + export HOME=/home/zookeeper + HOME=/home/zookeeper + mkdir -p /home/zookeeper + chown -R 1000:1000 /home/zookeeper + exec setpriv --reuid 1000 --regid 1000 --clear-groups --no-new-privs zkServer.sh start-foreground /usr/bin/java ZooKeeper JMX enabled by default Using config: /conf/zoo.cfg 2024-09-02 02:15:01,511 [myid:] - INFO [main:QuorumPeerConfig@174] - Reading configuration from: /conf/zoo.cfg 2024-09-02 02:15:01,517 [myid:] - INFO [main:QuorumPeerConfig@441] - clientPortAddress is 10.0.0.24:2181 2024-09-02 02:15:01,517 [myid:] - INFO [main:QuorumPeerConfig@448] - secureClientPort is not set 2024-09-02 02:15:01,517 [myid:] - INFO [main:QuorumPeerConfig@464] - observerMasterPort is not set 2024-09-02 02:15:01,518 [myid:] - INFO [main:QuorumPeerConfig@481] - metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider 2024-09-02 02:15:01,523 [myid:] - ERROR [main:QuorumPeerConfig@706] - Invalid configuration, only one server specified (ignoring) 2024-09-02 02:15:01,525 [myid:1] - INFO [main:DatadirCleanupManager@78] - autopurge.snapRetainCount set to 3 2024-09-02 02:15:01,526 [myid:1] - INFO [main:DatadirCleanupManager@79] - autopurge.purgeInterval set to 0 2024-09-02 02:15:01,526 [myid:1] - INFO [main:DatadirCleanupManager@101] - Purge task is not scheduled. 2024-09-02 02:15:01,526 [myid:1] - WARN [main:QuorumPeerMain@139] - Either no config or no quorum defined in config, running in standalone mode 2024-09-02 02:15:01,527 [myid:1] - INFO [main:ManagedUtil@46] - Log4j 1.2 jmx support not found; jmx disabled. 2024-09-02 02:15:01,528 [myid:1] - INFO [main:QuorumPeerConfig@174] - Reading configuration from: /conf/zoo.cfg 2024-09-02 02:15:01,528 [myid:1] - INFO [main:QuorumPeerConfig@441] - clientPortAddress is 10.0.0.24:2181 2024-09-02 02:15:01,529 [myid:1] - INFO [main:QuorumPeerConfig@448] - secureClientPort is not set 2024-09-02 02:15:01,529 [myid:1] - INFO [main:QuorumPeerConfig@464] - observerMasterPort is not set 2024-09-02 02:15:01,529 [myid:1] - INFO [main:QuorumPeerConfig@481] - metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider 2024-09-02 02:15:01,529 [myid:1] - ERROR [main:QuorumPeerConfig@706] - Invalid configuration, only one server specified (ignoring) 2024-09-02 02:15:01,530 [myid:1] - INFO [main:ZooKeeperServerMain@123] - Starting server 2024-09-02 02:15:01,541 [myid:1] - INFO [main:ServerMetrics@62] - ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1cd072a9 2024-09-02 02:15:01,543 [myid:1] - INFO [main:DigestAuthenticationProvider@47] - ACL digest algorithm is: SHA1 2024-09-02 02:15:01,543 [myid:1] - INFO [main:DigestAuthenticationProvider@61] - zookeeper.DigestAuthenticationProvider.enabled = true 2024-09-02 02:15:01,546 [myid:1] - INFO [main:FileTxnSnapLog@124] - zookeeper.snapshot.trust.empty : true 2024-09-02 02:15:01,555 [myid:1] - INFO [main:ZookeeperBanner@42] - 2024-09-02 02:15:01,555 [myid:1] - INFO [main:ZookeeperBanner@42] - ______ _ 2024-09-02 02:15:01,556 [myid:1] - INFO [main:ZookeeperBanner@42] - |___ / | | 2024-09-02 02:15:01,556 [myid:1] - INFO [main:ZookeeperBanner@42] - / / ___ ___ | | __ ___ ___ _ __ ___ _ __ 2024-09-02 02:15:01,556 [myid:1] - INFO [main:ZookeeperBanner@42] - / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| 2024-09-02 02:15:01,556 [myid:1] - INFO [main:ZookeeperBanner@42] - / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | 2024-09-02 02:15:01,556 [myid:1] - INFO [main:ZookeeperBanner@42] - /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| 2024-09-02 02:15:01,557 [myid:1] - INFO [main:ZookeeperBanner@42] - | | 2024-09-02 02:15:01,557 [myid:1] - INFO [main:ZookeeperBanner@42] - |_| 2024-09-02 02:15:01,557 [myid:1] - INFO [main:ZookeeperBanner@42] - 2024-09-02 02:15:01,558 [myid:1] - INFO [main:Environment@98] - Server environment:zookeeper.version=3.7.1-a2fb57c55f8e59cdd76c34b357ad5181df1258d5, built on 2022-05-07 06:45 UTC 2024-09-02 02:15:01,559 [myid:1] - INFO [main:Environment@98] - Server environment:host.name=cn-jenkins-deploy-platform-juju-os-390-1 2024-09-02 02:15:01,559 [myid:1] - INFO [main:Environment@98] - Server environment:java.version=1.8.0_402 2024-09-02 02:15:01,559 [myid:1] - INFO [main:Environment@98] - Server environment:java.vendor=Red Hat, Inc. 2024-09-02 02:15:01,559 [myid:1] - INFO [main:Environment@98] - Server environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64/jre 2024-09-02 02:15:01,559 [myid:1] - INFO [main:Environment@98] - Server environment:java.class.path=/apache-zookeeper-3.7.1-bin/bin/../zookeeper-server/target/classes:/apache-zookeeper-3.7.1-bin/bin/../build/classes:/apache-zookeeper-3.7.1-bin/bin/../zookeeper-server/target/lib/*.jar:/apache-zookeeper-3.7.1-bin/bin/../build/lib/*.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/zookeeper-prometheus-metrics-3.7.1.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/zookeeper-jute-3.7.1.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/zookeeper-3.7.1.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/snappy-java-1.1.7.7.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/slf4j-reload4j-1.7.35.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/slf4j-api-1.7.35.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/simpleclient_common-0.9.0.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/simpleclient-0.9.0.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/reload4j-1.2.19.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-transport-native-unix-common-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-transport-native-epoll-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-transport-classes-epoll-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-transport-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-resolver-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-handler-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-common-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-codec-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/netty-buffer-4.1.76.Final.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/metrics-core-4.1.12.1.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jline-2.14.6.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-util-ajax-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-util-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-servlet-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-server-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-security-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-io-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jetty-http-9.4.43.v20210629.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jackson-databind-2.13.2.1.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jackson-core-2.13.2.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/jackson-annotations-2.13.2.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/commons-cli-1.4.jar:/apache-zookeeper-3.7.1-bin/bin/../lib/audience-annotations-0.12.0.jar:/apache-zookeeper-3.7.1-bin/bin/../zookeeper-*.jar:/apache-zookeeper-3.7.1-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/conf: 2024-09-02 02:15:01,560 [myid:1] - INFO [main:Environment@98] - Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 2024-09-02 02:15:01,560 [myid:1] - INFO [main:Environment@98] - Server environment:java.io.tmpdir=/tmp 2024-09-02 02:15:01,560 [myid:1] - INFO [main:Environment@98] - Server environment:java.compiler= 2024-09-02 02:15:01,560 [myid:1] - INFO [main:Environment@98] - Server environment:os.name=Linux 2024-09-02 02:15:01,560 [myid:1] - INFO [main:Environment@98] - Server environment:os.arch=amd64 2024-09-02 02:15:01,561 [myid:1] - INFO [main:Environment@98] - Server environment:os.version=5.15.0-100-generic 2024-09-02 02:15:01,561 [myid:1] - INFO [main:Environment@98] - Server environment:user.name=zookeeper 2024-09-02 02:15:01,561 [myid:1] - INFO [main:Environment@98] - Server environment:user.home=/home/zookeeper 2024-09-02 02:15:01,561 [myid:1] - INFO [main:Environment@98] - Server environment:user.dir=/apache-zookeeper-3.7.1-bin 2024-09-02 02:15:01,562 [myid:1] - INFO [main:Environment@98] - Server environment:os.memory.free=461MB 2024-09-02 02:15:01,562 [myid:1] - INFO [main:Environment@98] - Server environment:os.memory.max=889MB 2024-09-02 02:15:01,562 [myid:1] - INFO [main:Environment@98] - Server environment:os.memory.total=479MB 2024-09-02 02:15:01,562 [myid:1] - INFO [main:ZooKeeperServer@138] - zookeeper.enableEagerACLCheck = false 2024-09-02 02:15:01,562 [myid:1] - INFO [main:ZooKeeperServer@151] - zookeeper.digest.enabled = true 2024-09-02 02:15:01,563 [myid:1] - INFO [main:ZooKeeperServer@155] - zookeeper.closeSessionTxn.enabled = true 2024-09-02 02:15:01,563 [myid:1] - INFO [main:ZooKeeperServer@1505] - zookeeper.flushDelay=0 2024-09-02 02:15:01,563 [myid:1] - INFO [main:ZooKeeperServer@1514] - zookeeper.maxWriteQueuePollTime=0 2024-09-02 02:15:01,563 [myid:1] - INFO [main:ZooKeeperServer@1523] - zookeeper.maxBatchSize=1000 2024-09-02 02:15:01,563 [myid:1] - INFO [main:ZooKeeperServer@260] - zookeeper.intBufferStartingSizeBytes = 1024 2024-09-02 02:15:01,565 [myid:1] - INFO [main:BlueThrottle@141] - Weighed connection throttling is disabled 2024-09-02 02:15:01,566 [myid:1] - INFO [main:ZooKeeperServer@1306] - minSessionTimeout set to 4000 2024-09-02 02:15:01,566 [myid:1] - INFO [main:ZooKeeperServer@1315] - maxSessionTimeout set to 40000 2024-09-02 02:15:01,567 [myid:1] - INFO [main:ResponseCache@45] - getData response cache size is initialized with value 400. 2024-09-02 02:15:01,568 [myid:1] - INFO [main:ResponseCache@45] - getChildren response cache size is initialized with value 400. 2024-09-02 02:15:01,569 [myid:1] - INFO [main:RequestPathMetricsCollector@109] - zookeeper.pathStats.slotCapacity = 60 2024-09-02 02:15:01,569 [myid:1] - INFO [main:RequestPathMetricsCollector@110] - zookeeper.pathStats.slotDuration = 15 2024-09-02 02:15:01,569 [myid:1] - INFO [main:RequestPathMetricsCollector@111] - zookeeper.pathStats.maxDepth = 6 2024-09-02 02:15:01,570 [myid:1] - INFO [main:RequestPathMetricsCollector@112] - zookeeper.pathStats.initialDelay = 5 2024-09-02 02:15:01,570 [myid:1] - INFO [main:RequestPathMetricsCollector@113] - zookeeper.pathStats.delay = 5 2024-09-02 02:15:01,570 [myid:1] - INFO [main:RequestPathMetricsCollector@114] - zookeeper.pathStats.enabled = false 2024-09-02 02:15:01,575 [myid:1] - INFO [main:ZooKeeperServer@1542] - The max bytes for all large requests are set to 104857600 2024-09-02 02:15:01,575 [myid:1] - INFO [main:ZooKeeperServer@1556] - The large request threshold is set to -1 2024-09-02 02:15:01,576 [myid:1] - INFO [main:AuthenticationHelper@66] - zookeeper.enforce.auth.enabled = false 2024-09-02 02:15:01,576 [myid:1] - INFO [main:AuthenticationHelper@67] - zookeeper.enforce.auth.schemes = [] 2024-09-02 02:15:01,576 [myid:1] - INFO [main:ZooKeeperServer@361] - Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /data/version-2 snapdir /data/version-2 2024-09-02 02:15:01,585 [myid:1] - INFO [main:ServerCnxnFactory@169] - Using org.apache.zookeeper.server.NIOServerCnxnFactory as server connection factory 2024-09-02 02:15:01,586 [myid:1] - WARN [main:ServerCnxnFactory@309] - maxCnxns is not configured, using default value 0. 2024-09-02 02:15:01,588 [myid:1] - INFO [main:NIOServerCnxnFactory@652] - Configuring NIO connection handler with 10s sessionless connection timeout, 2 selector thread(s), 16 worker threads, and 64 kB direct buffers. 2024-09-02 02:15:01,594 [myid:1] - INFO [main:NIOServerCnxnFactory@660] - binding to port /10.0.0.24:2181 2024-09-02 02:15:01,614 [myid:1] - INFO [main:WatchManagerFactory@42] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager 2024-09-02 02:15:01,615 [myid:1] - INFO [main:WatchManagerFactory@42] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager 2024-09-02 02:15:01,615 [myid:1] - INFO [main:ZKDatabase@133] - zookeeper.snapshotSizeFactor = 0.33 2024-09-02 02:15:01,615 [myid:1] - INFO [main:ZKDatabase@153] - zookeeper.commitLogCount=500 2024-09-02 02:15:01,621 [myid:1] - INFO [main:SnapStream@61] - zookeeper.snapshot.compression.method = CHECKED 2024-09-02 02:15:01,621 [myid:1] - INFO [main:FileTxnSnapLog@479] - Snapshotting: 0x0 to /data/version-2/snapshot.0 2024-09-02 02:15:01,624 [myid:1] - INFO [main:ZKDatabase@290] - Snapshot loaded in 9 ms, highest zxid is 0x0, digest is 1371985504 2024-09-02 02:15:01,626 [myid:1] - INFO [main:FileTxnSnapLog@479] - Snapshotting: 0x0 to /data/version-2/snapshot.0 2024-09-02 02:15:03,408 [myid:1] - INFO [main:ZooKeeperServer@543] - Snapshot taken in 1781 ms 2024-09-02 02:15:03,419 [myid:1] - INFO [main:RequestThrottler@75] - zookeeper.request_throttler.shutdownTimeout = 10000 2024-09-02 02:15:03,420 [myid:1] - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@137] - PrepRequestProcessor (sid:0) started, reconfigEnabled=false 2024-09-02 02:15:03,435 [myid:1] - INFO [main:ContainerManager@84] - Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 2024-09-02 02:15:03,436 [myid:1] - INFO [main:ZKAuditProvider@42] - ZooKeeper audit is disabled. 2024-09-02 02:15:53,836 [myid:1] - INFO [SyncThread:0:FileTxnLog@284] - Creating new log file: log.1 2024-09-02 02:15:56,339 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2180ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:02,805 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1134ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:16,018 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2012ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:18,071 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2051ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:20,317 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2024ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:24,804 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2027ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:25,096 [myid:1] - WARN [NIOWorkerThread-6:NIOServerCnxn@371] - Unexpected exception EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /10.0.0.24:49624, session = 0x100007803a90005 at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170) at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333) at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508) at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2024-09-02 02:16:25,096 [myid:1] - WARN [NIOWorkerThread-8:NIOServerCnxn@371] - Unexpected exception EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /10.0.0.24:49608, session = 0x100007803a90004 at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170) at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333) at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508) at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2024-09-02 02:16:33,762 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2010ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:44,599 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2124ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:16:49,089 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2012ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:04,153 [myid:1] - INFO [SessionTracker:ZooKeeperServer@628] - Expiring session 0x100007803a90005, timeout of 40000ms exceeded 2024-09-02 02:17:04,154 [myid:1] - INFO [SessionTracker:ZooKeeperServer@628] - Expiring session 0x100007803a90004, timeout of 40000ms exceeded 2024-09-02 02:17:23,951 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2071ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:28,438 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1496ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:30,673 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2142ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:32,811 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1930ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:35,093 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2180ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:37,302 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2088ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:39,506 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2077ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:41,693 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2083ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:43,914 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2142ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:46,125 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2011ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:17:48,165 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2012ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:01,574 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1967ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:03,791 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1879ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:05,963 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2171ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:08,225 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1999ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:10,434 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1932ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:12,687 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2110ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:14,942 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2146ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:19,377 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 4300ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:21,674 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2161ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:23,769 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1998ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:25,885 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2013ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:28,044 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1887ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:30,402 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2242ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:32,543 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1726ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:34,770 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2081ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:37,001 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2128ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:41,491 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2084ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:43,681 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1552ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:45,939 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2015ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:48,143 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2105ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:50,392 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2171ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:52,592 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1988ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:54,735 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1963ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:56,977 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1811ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:18:59,197 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2047ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:03,714 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2338ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:05,942 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2046ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:08,089 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1985ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:08,106 [myid:1] - WARN [NIOWorkerThread-12:NIOServerCnxn@380] - Close of session 0x100007803a9000e java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:197) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:331) at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508) at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2024-09-02 02:19:12,426 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2085ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:14,599 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1265ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:16,934 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1135ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:19,075 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1805ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:21,315 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2120ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:23,478 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2053ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:25,680 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1693ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:27,919 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1636ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:30,161 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2181ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:32,410 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2150ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:32,441 [myid:1] - WARN [NIOWorkerThread-10:NIOServerCnxn@380] - Close of session 0x100007803a90014 java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:197) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:331) at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508) at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2024-09-02 02:19:34,597 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2113ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:36,682 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1257ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:38,929 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1562ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:41,185 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2243ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:43,400 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1934ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:47,806 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1985ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:49,210 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1154ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:52,233 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1946ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:56,495 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1559ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:19:58,653 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1747ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:00,919 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2141ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:05,269 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1980ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:07,513 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2149ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:09,122 [myid:1] - WARN [NIOWorkerThread-9:NIOServerCnxn@371] - Unexpected exception EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /10.0.0.24:47712, session = 0x100007803a9001b at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170) at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333) at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508) at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2024-09-02 02:20:09,757 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2044ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:11,943 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2122ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:14,150 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1753ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:16,290 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2045ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:18,445 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2087ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:20,694 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1990ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:22,937 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2153ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:29,595 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2105ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:31,786 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1823ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:33,991 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1797ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:36,109 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1878ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:38,339 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1205ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:40,584 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2129ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:42,878 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2169ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:45,080 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2039ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:20:47,322 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2115ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:21:31,564 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1522ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:21:36,050 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1962ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:26:17,749 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1421ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:26:19,827 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1892ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:26:55,502 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1534ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:27:39,746 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1537ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:27:59,502 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1865ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:28:01,763 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2156ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:28:03,996 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2098ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:28:34,770 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2132ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:06,423 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1915ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:15,324 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1893ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:17,558 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2121ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:21,995 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1098ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:24,110 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1918ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:30,835 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1275ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:33,079 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1873ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:41,773 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1020ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:46,250 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1550ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:50,564 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 4100ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:29:59,375 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1594ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:30:01,541 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1966ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:30:03,709 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1920ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:30:12,452 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2096ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:30:27,906 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1076ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:30:30,155 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1211ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:31:09,548 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2050ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:31:14,034 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1540ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:31:20,512 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1326ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:32:13,262 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2089ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:32:39,897 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1529ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:32:44,389 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1175ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:08,762 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2109ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:10,992 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1723ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:13,240 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1988ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:15,484 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2173ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:17,734 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1382ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:19,977 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2141ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:28,814 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1772ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:33:31,031 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1253ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:34:08,637 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1089ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:34:40,830 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1155ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:34:45,110 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1621ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:34:47,355 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2211ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:35:09,197 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1937ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:35:15,918 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1706ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:35:44,707 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1804ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:36:28,373 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1743ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:36:37,109 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1533ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:37:20,872 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1225ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:38:20,388 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 1407ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide 2024-09-02 02:38:22,620 [myid:1] - WARN [SyncThread:0:FileTxnLog@393] - fsync-ing the write ahead log in SyncThread:0 took 2151ms which will adversely effect operation latency.File size is 67108880 bytes. See the ZooKeeper troubleshooting guide