Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2023-03-12 23:41:57,920 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-03-12 23:41:57,929 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-03-12 23:41:57,929 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-03-12 23:41:57,934 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-03-12 23:41:57,934 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-03-12 23:41:57,934 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-03-12 23:41:57,973 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-03-12 23:41:57,973 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-03-12 23:41:57,975 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-12 23:41:57,976 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-03-12 23:41:57,976 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-03-12 23:41:57,983 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-03-12 23:41:57,996 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-12 23:41:57,997 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-03-12 23:41:58,112 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,112 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,112 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,192 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-03-12 23:41:58,194 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-03-12 23:41:58,194 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,194 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,194 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,217 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-03-12 23:41:58,218 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-03-12 23:41:58,226 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,231 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-03-12 23:41:58,232 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,232 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,233 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,251 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,251 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,252 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,252 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.2.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.32.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-jaeger-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-6.29.4.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.2-1.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,254 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.memory.free=170MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO Server environment:os.memory.total=187MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,255 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,256 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,256 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,256 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-03-12 23:41:58,265 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-03-12 23:41:58,265 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-03-12 23:41:58,268 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-03-12 23:41:58,268 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-03-12 23:41:58,284 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,284 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,284 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,284 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,284 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,284 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,285 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,299 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-03-12 23:41:58,299 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-03-12 23:41:58,307 INFO Snapshot loaded in 22 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-03-12 23:41:58,308 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,313 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,315 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,424 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,424 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,427 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-03-12 23:41:58,428 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-03-12 23:41:58,438 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-03-12 23:41:58,441 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-03-12 23:41:58,442 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-03-12 23:41:58,447 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-03-12 23:41:58,448 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.71:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.71:3888] 2023-03-12 23:41:58,461 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,463 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,474 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-03-12 23:41:58,478 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2023-03-12 23:41:58,492 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-03-12 23:41:58,494 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-03-12 23:41:58,695 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,696 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,700 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,701 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,701 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,701 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,701 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,705 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,706 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,706 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,708 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,708 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,709 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,709 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,709 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,709 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,710 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,710 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,713 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,713 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,713 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,718 INFO LEADING - LEADER ELECTION TOOK - 255 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,722 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,722 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,729 INFO Snapshot taken in 7 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,750 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:54551] 2023-03-12 23:41:58,763 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:54551] 2023-03-12 23:41:58,764 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:54551] 2023-03-12 23:41:58,764 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:54551] 2023-03-12 23:41:58,768 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,825 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,842 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,843 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,852 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2023-03-12 23:41:58,854 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,855 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:41:58,875 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-03-12 23:42:17,517 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2023-03-12 23:42:17,518 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2023-03-12 23:42:17,518 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:42:17,518 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:42:27,455 INFO Processing ruok command from /127.0.0.1:42528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:42:27,505 INFO Processing ruok command from /127.0.0.1:42530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:42:32,331 INFO Received connection request from /127.0.0.6:33599 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.71:3888] 2023-03-12 23:42:32,376 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-03-12 23:42:32,489 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:56861] 2023-03-12 23:42:32,496 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:56861] 2023-03-12 23:42:32,496 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:56861] 2023-03-12 23:42:32,504 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:56861] 2023-03-12 23:42:37,464 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:42:37,508 INFO Processing ruok command from /127.0.0.1:42598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:42:47,452 INFO Processing ruok command from /127.0.0.1:42652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:42:47,529 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:42:51,169 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-03-12 23:42:51,194 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2023-03-12 23:42:51,208 INFO Committing global session 0x200004365810000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:42:51,832 INFO Submitting global closeSession request for session 0x200004365810000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-12 23:42:57,471 INFO Processing ruok command from /127.0.0.1:42730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:42:57,510 INFO Processing ruok command from /127.0.0.1:42732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:43:02,661 INFO Committing global session 0x1000046d8200000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:05,573 INFO Committing global session 0x3000046f9d80000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:06,260 INFO Committing global session 0x1000046d8200001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:07,492 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:43:07,531 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:43:09,381 INFO Committing global session 0x3000046f9d80001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:12,282 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-03-12 23:43:12,299 INFO Committing global session 0x200004365810001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:17,466 INFO Processing ruok command from /127.0.0.1:42880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:43:17,504 INFO Processing ruok command from /127.0.0.1:42882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:43:19,568 INFO Committing global session 0x3000046f9d80002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:43:27,460 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:43:27,491 INFO Processing ruok command from /127.0.0.1:42950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:43:37,457 INFO Processing ruok command from /127.0.0.1:43016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:43:37,489 INFO Processing ruok command from /127.0.0.1:43018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:43:47,459 INFO Processing ruok command from /127.0.0.1:43084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:43:47,493 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:43:57,450 INFO Processing ruok command from /127.0.0.1:43168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:43:57,488 INFO Processing ruok command from /127.0.0.1:43170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:44:07,462 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:44:07,504 INFO Processing ruok command from /127.0.0.1:43236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:44:17,460 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:44:17,492 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:44:23,681 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-03-12 23:44:23,689 INFO Committing global session 0x200004365810002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:44:27,469 INFO Processing ruok command from /127.0.0.1:43376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:44:27,508 INFO Processing ruok command from /127.0.0.1:43378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:44:37,449 INFO Processing ruok command from /127.0.0.1:43450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:44:37,537 INFO Processing ruok command from /127.0.0.1:43452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:44:47,448 INFO Processing ruok command from /127.0.0.1:43518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:44:47,491 INFO Processing ruok command from /127.0.0.1:43520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:44:49,495 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-03-12 23:44:49,507 INFO Committing global session 0x200004365810003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:44:50,266 INFO Submitting global closeSession request for session 0x200004365810003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-12 23:44:56,439 INFO Committing global session 0x1000046d8200002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:44:57,445 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:44:57,478 INFO Processing ruok command from /127.0.0.1:43594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:45:07,456 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:45:07,493 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:45:17,465 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:45:17,488 INFO Processing ruok command from /127.0.0.1:43736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:45:27,466 INFO Processing ruok command from /127.0.0.1:43800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:45:27,503 INFO Processing ruok command from /127.0.0.1:43802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:45:37,453 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:45:37,493 INFO Processing ruok command from /127.0.0.1:43868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:45:47,461 INFO Processing ruok command from /127.0.0.1:43932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:45:47,502 INFO Processing ruok command from /127.0.0.1:43934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:45:57,456 INFO Processing ruok command from /127.0.0.1:43998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:45:57,511 INFO Processing ruok command from /127.0.0.1:44000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:46:07,485 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:46:07,512 INFO Processing ruok command from /127.0.0.1:44120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:46:17,463 INFO Processing ruok command from /127.0.0.1:44208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:46:17,552 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:46:27,536 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:46:27,576 INFO Processing ruok command from /127.0.0.1:44288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:46:37,456 INFO Processing ruok command from /127.0.0.1:44368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:46:37,526 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:46:47,463 INFO Processing ruok command from /127.0.0.1:44450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:46:47,498 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:46:56,457 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-03-12 23:46:56,467 INFO Committing global session 0x200004365810004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:46:57,236 INFO Submitting global closeSession request for session 0x200004365810004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-12 23:46:57,471 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:46:57,502 INFO Processing ruok command from /127.0.0.1:44534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:47:07,475 INFO Processing ruok command from /127.0.0.1:44614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:47:07,516 INFO Processing ruok command from /127.0.0.1:44616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:47:17,444 INFO Processing ruok command from /127.0.0.1:44700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:47:17,513 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:47:27,455 INFO Processing ruok command from /127.0.0.1:44780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:47:27,495 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:47:37,452 INFO Processing ruok command from /127.0.0.1:44856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:47:37,489 INFO Processing ruok command from /127.0.0.1:44858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:47:47,452 INFO Processing ruok command from /127.0.0.1:44934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:47:47,486 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:47:57,455 INFO Processing ruok command from /127.0.0.1:45012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:47:57,504 INFO Processing ruok command from /127.0.0.1:45014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:48:07,450 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:48:07,516 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:48:17,451 INFO Processing ruok command from /127.0.0.1:45176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:48:17,487 INFO Processing ruok command from /127.0.0.1:45178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:48:27,461 INFO Processing ruok command from /127.0.0.1:45256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:48:27,495 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:48:37,468 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:48:37,503 INFO Processing ruok command from /127.0.0.1:45336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:48:47,457 INFO Processing ruok command from /127.0.0.1:45410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:48:47,514 INFO Processing ruok command from /127.0.0.1:45412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:48:57,464 INFO Processing ruok command from /127.0.0.1:45488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:48:57,498 INFO Processing ruok command from /127.0.0.1:45490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:48:57,646 INFO Committing global session 0x1000046d8200003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:49:07,475 INFO Processing ruok command from /127.0.0.1:45570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:49:07,505 INFO Processing ruok command from /127.0.0.1:45572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:49:17,459 INFO Processing ruok command from /127.0.0.1:45646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:49:17,494 INFO Processing ruok command from /127.0.0.1:45648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:49:27,453 INFO Processing ruok command from /127.0.0.1:45736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:49:27,493 INFO Processing ruok command from /127.0.0.1:45738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:49:37,452 INFO Processing ruok command from /127.0.0.1:45814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:49:37,486 INFO Processing ruok command from /127.0.0.1:45816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:49:47,470 INFO Processing ruok command from /127.0.0.1:45892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:49:47,511 INFO Processing ruok command from /127.0.0.1:45894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:49:57,460 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:49:57,496 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:50:07,465 INFO Processing ruok command from /127.0.0.1:46052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:50:07,523 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:50:17,448 INFO Processing ruok command from /127.0.0.1:46126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:50:17,482 INFO Processing ruok command from /127.0.0.1:46128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:50:27,472 INFO Processing ruok command from /127.0.0.1:46218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:50:27,508 INFO Processing ruok command from /127.0.0.1:46220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:50:37,455 INFO Processing ruok command from /127.0.0.1:46294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:50:37,515 INFO Processing ruok command from /127.0.0.1:46296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:50:47,446 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:50:47,480 INFO Processing ruok command from /127.0.0.1:46370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:50:56,401 INFO Committing global session 0x3000046f9d80003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:50:57,456 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:50:57,492 INFO Processing ruok command from /127.0.0.1:46450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:51:07,460 INFO Processing ruok command from /127.0.0.1:46524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:51:07,498 INFO Processing ruok command from /127.0.0.1:46526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:51:17,452 INFO Processing ruok command from /127.0.0.1:46602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:51:17,488 INFO Processing ruok command from /127.0.0.1:46604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:51:27,453 INFO Processing ruok command from /127.0.0.1:46682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:51:27,498 INFO Processing ruok command from /127.0.0.1:46684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:51:37,460 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:51:37,495 INFO Processing ruok command from /127.0.0.1:46774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:51:47,455 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:51:47,491 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:51:57,479 INFO Processing ruok command from /127.0.0.1:46932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:51:57,517 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:52:07,464 INFO Processing ruok command from /127.0.0.1:47010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:52:07,496 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:52:17,466 INFO Processing ruok command from /127.0.0.1:47084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:52:17,508 INFO Processing ruok command from /127.0.0.1:47086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:52:27,449 INFO Processing ruok command from /127.0.0.1:47162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:52:27,492 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:52:37,459 INFO Processing ruok command from /127.0.0.1:47258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:52:37,493 INFO Processing ruok command from /127.0.0.1:47260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:52:47,461 INFO Processing ruok command from /127.0.0.1:47332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:52:47,495 INFO Processing ruok command from /127.0.0.1:47334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:52:57,454 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-03-12 23:52:57,464 INFO Committing global session 0x200004365810005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:52:57,474 INFO Processing ruok command from /127.0.0.1:47412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:52:57,501 INFO Processing ruok command from /127.0.0.1:47414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:52:57,567 INFO Submitting global closeSession request for session 0x200004365810005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-12 23:53:07,467 INFO Processing ruok command from /127.0.0.1:47492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:53:07,531 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:53:17,464 INFO Processing ruok command from /127.0.0.1:47568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:53:17,496 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:53:27,452 INFO Processing ruok command from /127.0.0.1:47648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:53:27,482 INFO Processing ruok command from /127.0.0.1:47652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:53:37,456 INFO Processing ruok command from /127.0.0.1:47726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:53:37,493 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:53:47,468 INFO Processing ruok command from /127.0.0.1:47812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:53:47,547 INFO Processing ruok command from /127.0.0.1:47814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:53:57,457 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:53:57,488 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:54:07,448 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:54:07,482 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:54:17,460 INFO Processing ruok command from /127.0.0.1:48044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:54:17,498 INFO Processing ruok command from /127.0.0.1:48046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:54:27,455 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:54:27,479 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:54:37,448 INFO Processing ruok command from /127.0.0.1:48206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:54:37,486 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:54:47,466 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:54:47,547 INFO Processing ruok command from /127.0.0.1:48294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:54:57,455 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:54:57,491 INFO Processing ruok command from /127.0.0.1:48370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:54:57,875 INFO Committing global session 0x3000046f9d80004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:55:07,453 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:55:07,498 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:55:17,459 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:55:17,494 INFO Processing ruok command from /127.0.0.1:48526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:55:27,449 INFO Processing ruok command from /127.0.0.1:48602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:55:27,484 INFO Processing ruok command from /127.0.0.1:48604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:55:37,450 INFO Processing ruok command from /127.0.0.1:48684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:55:37,492 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:55:47,459 INFO Processing ruok command from /127.0.0.1:48762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:55:47,494 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:55:57,455 INFO Processing ruok command from /127.0.0.1:48854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:55:57,489 INFO Processing ruok command from /127.0.0.1:48856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:56:07,455 INFO Processing ruok command from /127.0.0.1:48944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:56:07,507 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:56:17,464 INFO Processing ruok command from /127.0.0.1:49028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:56:17,507 INFO Processing ruok command from /127.0.0.1:49030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:56:27,453 INFO Processing ruok command from /127.0.0.1:49112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:56:27,484 INFO Processing ruok command from /127.0.0.1:49114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:56:37,450 INFO Processing ruok command from /127.0.0.1:49192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:56:37,490 INFO Processing ruok command from /127.0.0.1:49194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:56:47,491 INFO Processing ruok command from /127.0.0.1:49274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:56:47,521 INFO Processing ruok command from /127.0.0.1:49276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:56:56,491 INFO Committing global session 0x1000046d8200004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:56:57,456 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:56:57,537 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:57:07,474 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:57:07,512 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:57:17,470 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:57:17,540 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:57:27,453 INFO Processing ruok command from /127.0.0.1:49686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:57:27,493 INFO Processing ruok command from /127.0.0.1:49688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:57:37,470 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:57:37,517 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:57:47,464 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:57:47,499 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:57:57,450 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:57:57,486 INFO Processing ruok command from /127.0.0.1:49968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:58:07,455 INFO Processing ruok command from /127.0.0.1:50072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:58:07,489 INFO Processing ruok command from /127.0.0.1:50074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:58:17,453 INFO Processing ruok command from /127.0.0.1:50164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:58:17,490 INFO Processing ruok command from /127.0.0.1:50166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:58:27,459 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:58:27,495 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:58:37,453 INFO Processing ruok command from /127.0.0.1:50350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:58:37,485 INFO Processing ruok command from /127.0.0.1:50352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-12 23:58:47,442 INFO Processing ruok command from /127.0.0.1:50440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-12 23:58:47,484 INFO Processing ruok command from /127.0.0.1:50442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-12 23:58:56,746 INFO Committing global session 0x1000046d8200005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:58:57,463 INFO Processing ruok command from /127.0.0.1:50532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-12 23:58:57,498 INFO Processing ruok command from /127.0.0.1:50534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-12 23:58:59,151 INFO Committing global session 0x1000046d8200006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:58:59,314 INFO Committing global session 0x1000046d8200007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:59:01,956 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-03-12 23:59:01,968 INFO Committing global session 0x200004365810006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-12 23:59:07,456 INFO Processing ruok command from /127.0.0.1:50640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-12 23:59:07,489 INFO Processing ruok command from /127.0.0.1:50642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-12 23:59:17,456 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-12 23:59:17,505 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-12 23:59:27,461 INFO Processing ruok command from /127.0.0.1:50826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-12 23:59:27,490 INFO Processing ruok command from /127.0.0.1:50828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-12 23:59:37,450 INFO Processing ruok command from /127.0.0.1:50922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-12 23:59:37,485 INFO Processing ruok command from /127.0.0.1:50924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-12 23:59:47,455 INFO Processing ruok command from /127.0.0.1:51016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-12 23:59:47,488 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-12 23:59:57,464 INFO Processing ruok command from /127.0.0.1:51110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-12 23:59:57,523 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:00:07,455 INFO Processing ruok command from /127.0.0.1:51200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:00:07,493 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:00:17,459 INFO Processing ruok command from /127.0.0.1:51300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:00:17,495 INFO Processing ruok command from /127.0.0.1:51302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:00:27,455 INFO Processing ruok command from /127.0.0.1:51392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:00:27,485 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:00:37,454 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:00:37,499 INFO Processing ruok command from /127.0.0.1:51490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:00:47,463 INFO Processing ruok command from /127.0.0.1:51578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:00:47,490 INFO Processing ruok command from /127.0.0.1:51580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:00:56,169 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-03-13 00:00:56,180 INFO Committing global session 0x200004365810007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:00:57,026 INFO Submitting global closeSession request for session 0x200004365810007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:00:57,446 INFO Processing ruok command from /127.0.0.1:51668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:00:57,488 INFO Processing ruok command from /127.0.0.1:51670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:01:07,445 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:01:07,480 INFO Processing ruok command from /127.0.0.1:51764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:01:17,457 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:01:17,493 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:01:27,450 INFO Processing ruok command from /127.0.0.1:51952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:01:27,483 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:01:37,458 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:01:37,500 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:01:47,448 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:01:47,485 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:01:57,462 INFO Processing ruok command from /127.0.0.1:52232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:01:57,499 INFO Processing ruok command from /127.0.0.1:52234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:02:07,450 INFO Processing ruok command from /127.0.0.1:52324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:02:07,487 INFO Processing ruok command from /127.0.0.1:52326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:02:17,450 INFO Processing ruok command from /127.0.0.1:52414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:02:17,491 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:02:27,454 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:02:27,490 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:02:37,470 INFO Processing ruok command from /127.0.0.1:52622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:02:37,506 INFO Processing ruok command from /127.0.0.1:52624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:02:47,452 INFO Processing ruok command from /127.0.0.1:52712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:02:47,492 INFO Processing ruok command from /127.0.0.1:52714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:02:56,325 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-03-13 00:02:56,334 INFO Committing global session 0x200004365810008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:02:57,105 INFO Submitting global closeSession request for session 0x200004365810008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:02:57,445 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:02:57,485 INFO Processing ruok command from /127.0.0.1:52804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:03:07,464 INFO Processing ruok command from /127.0.0.1:52898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:03:07,501 INFO Processing ruok command from /127.0.0.1:52900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:03:17,462 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:03:17,518 INFO Processing ruok command from /127.0.0.1:52990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:03:27,469 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:03:27,501 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:03:37,466 INFO Processing ruok command from /127.0.0.1:53184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:03:37,503 INFO Processing ruok command from /127.0.0.1:53186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:03:47,446 INFO Processing ruok command from /127.0.0.1:53276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:03:47,479 INFO Processing ruok command from /127.0.0.1:53278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:03:57,467 INFO Processing ruok command from /127.0.0.1:53368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:03:57,501 INFO Processing ruok command from /127.0.0.1:53370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:04:07,449 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:04:07,488 INFO Processing ruok command from /127.0.0.1:53464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:04:17,457 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:04:17,516 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:04:27,450 INFO Processing ruok command from /127.0.0.1:53642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:04:27,486 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:04:37,469 INFO Processing ruok command from /127.0.0.1:53746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:04:37,497 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:04:47,461 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:04:47,492 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:04:56,837 INFO Committing global session 0x1000046d8200008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:04:57,456 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:04:57,533 INFO Processing ruok command from /127.0.0.1:53934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:05:07,486 INFO Processing ruok command from /127.0.0.1:54022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:05:07,514 INFO Processing ruok command from /127.0.0.1:54024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:05:17,456 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:05:17,494 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:05:27,460 INFO Processing ruok command from /127.0.0.1:54200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:05:27,528 INFO Processing ruok command from /127.0.0.1:54202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:05:37,473 INFO Processing ruok command from /127.0.0.1:54304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:05:37,559 INFO Processing ruok command from /127.0.0.1:54306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:05:47,452 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:05:47,524 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:05:57,499 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:05:57,540 INFO Processing ruok command from /127.0.0.1:54618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:06:07,504 INFO Processing ruok command from /127.0.0.1:54748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:06:07,585 INFO Processing ruok command from /127.0.0.1:54750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:06:17,504 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:06:17,571 INFO Processing ruok command from /127.0.0.1:54866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:06:27,498 INFO Processing ruok command from /127.0.0.1:55012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:06:27,564 INFO Processing ruok command from /127.0.0.1:55014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:06:37,502 INFO Processing ruok command from /127.0.0.1:55166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:06:37,580 INFO Processing ruok command from /127.0.0.1:55170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:06:47,487 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:06:47,514 INFO Processing ruok command from /127.0.0.1:55320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:06:55,974 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-03-13 00:06:55,983 INFO Committing global session 0x200004365810009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:06:56,803 INFO Submitting global closeSession request for session 0x200004365810009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:06:57,499 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:06:57,581 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:06:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/87017994-66e3-43bd-8734-790467c63670/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:07:07,468 INFO Processing ruok command from /127.0.0.1:55632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:07:07,527 INFO Processing ruok command from /127.0.0.1:55634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:07:17,455 INFO Processing ruok command from /127.0.0.1:55814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:07:17,500 INFO Processing ruok command from /127.0.0.1:55816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:07:27,461 INFO Processing ruok command from /127.0.0.1:55982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:07:27,534 INFO Processing ruok command from /127.0.0.1:55984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:07:37,478 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:07:37,511 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:07:47,461 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:07:47,543 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:07:57,480 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:07:57,514 INFO Processing ruok command from /127.0.0.1:56472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:07:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/08a810df-4dbb-41b7-8dd3-6099993d2d83/onap-policy-clamp-ac-a1pms-ppnt-58854544dd-9jjjc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:07:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/87017994-66e3-43bd-8734-790467c63670 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:08:07,450 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:08:07,492 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:08:17,469 INFO Processing ruok command from /127.0.0.1:56778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:08:17,532 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:08:27,458 INFO Processing ruok command from /127.0.0.1:56940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:08:27,492 INFO Processing ruok command from /127.0.0.1:56942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:08:37,448 INFO Processing ruok command from /127.0.0.1:57096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:08:37,489 INFO Processing ruok command from /127.0.0.1:57098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:08:47,460 INFO Processing ruok command from /127.0.0.1:57250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:08:47,508 INFO Processing ruok command from /127.0.0.1:57252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:08:56,732 INFO Committing global session 0x1000046d8200009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:08:57,480 INFO Processing ruok command from /127.0.0.1:57422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:08:57,514 INFO Processing ruok command from /127.0.0.1:57428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:08:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:08:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dfca832f-0534-4f06-aff4-b1223d723468/onap-policy-clamp-ac-a1pms-ppnt-58854544dd-9jjjc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:08:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6ccdd93c-7da8-4cb7-88e6-3b7f656f4680/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:08:58,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/58c1482d-8306-4f85-9414-7f56624200eb/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:08:58,898 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/08a810df-4dbb-41b7-8dd3-6099993d2d83 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:09:07,450 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:09:07,512 INFO Processing ruok command from /127.0.0.1:57588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:09:17,467 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:09:17,505 INFO Processing ruok command from /127.0.0.1:57750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:09:27,463 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:09:27,556 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:09:37,457 INFO Processing ruok command from /127.0.0.1:58084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:09:37,520 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:09:47,460 INFO Processing ruok command from /127.0.0.1:58276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:09:47,492 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:09:57,472 INFO Processing ruok command from /127.0.0.1:58464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:09:57,516 INFO Processing ruok command from /127.0.0.1:58466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:09:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/450a4ada-c3c0-4d0f-9b62-bffd411aa1d2/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:09:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/31886343-13e6-49d5-a0b2-3a94410e87aa/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:09:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/58c1482d-8306-4f85-9414-7f56624200eb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:09:58,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dfca832f-0534-4f06-aff4-b1223d723468 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:09:58,899 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6ccdd93c-7da8-4cb7-88e6-3b7f656f4680 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:10:07,462 INFO Processing ruok command from /127.0.0.1:58628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:10:07,511 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:10:17,464 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:10:17,536 INFO Processing ruok command from /127.0.0.1:58802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:10:27,457 INFO Processing ruok command from /127.0.0.1:58972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:10:27,508 INFO Processing ruok command from /127.0.0.1:58974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:10:37,465 INFO Processing ruok command from /127.0.0.1:59146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:10:37,531 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:10:47,457 INFO Processing ruok command from /127.0.0.1:59320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:10:47,493 INFO Processing ruok command from /127.0.0.1:59322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:10:56,960 INFO Committing global session 0x3000046f9d80005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:10:57,470 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:10:57,509 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:10:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9cc935be-18e9-4508-b5fa-06b94f11c2ce/onap-policy-clamp-ac-a1pms-ppnt-58854544dd-9jjjc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:10:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/31886343-13e6-49d5-a0b2-3a94410e87aa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:10:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/450a4ada-c3c0-4d0f-9b62-bffd411aa1d2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:10:58,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/58dde7c2-fb2a-4122-9f6f-07f973c0c9c4/onap-policy-xacml-pdp-848464c549-gzjfs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:07,457 INFO Processing ruok command from /127.0.0.1:59686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:11:07,529 INFO Processing ruok command from /127.0.0.1:59688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:11:17,468 INFO Processing ruok command from /127.0.0.1:59854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:11:17,540 INFO Processing ruok command from /127.0.0.1:59856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:11:27,448 INFO Processing ruok command from /127.0.0.1:60026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:11:27,491 INFO Processing ruok command from /127.0.0.1:60028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:11:37,456 INFO Processing ruok command from /127.0.0.1:60204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:11:37,496 INFO Processing ruok command from /127.0.0.1:60208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:11:47,460 INFO Processing ruok command from /127.0.0.1:60376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:11:47,508 INFO Processing ruok command from /127.0.0.1:60378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:11:57,454 INFO Processing ruok command from /127.0.0.1:60550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:11:57,492 INFO Processing ruok command from /127.0.0.1:60552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:11:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/89bc32ec-2799-43b1-8cbd-f138c3b738ad/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/afc8ef12-8d66-407f-b6a0-123af8b4b8b2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f0ce501f-b6ff-4bff-ba9d-fa588657bc32/onap-policy-clamp-ac-a1pms-ppnt-58854544dd-9jjjc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:58,892 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/58dde7c2-fb2a-4122-9f6f-07f973c0c9c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:58,898 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9cc935be-18e9-4508-b5fa-06b94f11c2ce (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:11:58,904 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1ca0a0fc-fb14-4c2d-9dcb-a56e8f4813cf/onap-policy-pap-6bd6fb56d7-zfwzg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:07,483 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:12:07,559 INFO Processing ruok command from /127.0.0.1:60752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:12:17,465 INFO Processing ruok command from /127.0.0.1:60954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:12:17,502 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:12:27,457 INFO Processing ruok command from /127.0.0.1:32984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:12:27,532 INFO Processing ruok command from /127.0.0.1:32986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:12:37,503 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:12:37,548 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:12:47,457 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:12:47,554 INFO Processing ruok command from /127.0.0.1:33582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:12:56,364 INFO Committing global session 0x3000046f9d80006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:12:57,477 INFO Processing ruok command from /127.0.0.1:33878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:12:57,524 INFO Processing ruok command from /127.0.0.1:33880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:12:58,874 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,885 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4a548322-7e6a-43ae-b0ef-01bcf48123db/onap-policy-clamp-ac-a1pms-ppnt-58854544dd-9jjjc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,892 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e50f4fa4-5b11-43f2-9f2a-9997e2dfce0e/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,898 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/89bc32ec-2799-43b1-8cbd-f138c3b738ad (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,904 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f0ce501f-b6ff-4bff-ba9d-fa588657bc32 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,910 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:12:58,916 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1ca0a0fc-fb14-4c2d-9dcb-a56e8f4813cf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:07,465 INFO Processing ruok command from /127.0.0.1:34084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:13:07,509 INFO Processing ruok command from /127.0.0.1:34086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:13:17,462 INFO Processing ruok command from /127.0.0.1:34262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:13:17,504 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:13:27,467 INFO Processing ruok command from /127.0.0.1:34440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:13:27,501 INFO Processing ruok command from /127.0.0.1:34442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:13:37,461 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:13:37,492 INFO Processing ruok command from /127.0.0.1:34620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:13:47,445 INFO Processing ruok command from /127.0.0.1:34788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:13:47,489 INFO Processing ruok command from /127.0.0.1:34790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:13:57,454 INFO Processing ruok command from /127.0.0.1:34970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:13:57,486 INFO Processing ruok command from /127.0.0.1:34972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:13:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4a548322-7e6a-43ae-b0ef-01bcf48123db (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:58,880 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/50800643-13a0-4ebc-8d54-4d97915e1b44/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:58,892 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:58,898 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e50f4fa4-5b11-43f2-9f2a-9997e2dfce0e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:13:58,905 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2b7e7de7-3ac1-4a01-b198-eef6a095383c/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:07,462 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:14:07,501 INFO Processing ruok command from /127.0.0.1:35146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:14:17,454 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:14:17,489 INFO Processing ruok command from /127.0.0.1:35334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:14:27,460 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:14:27,520 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:14:37,449 INFO Processing ruok command from /127.0.0.1:35674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:14:37,521 INFO Processing ruok command from /127.0.0.1:35676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:14:47,467 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:14:47,503 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:14:56,228 INFO Committing global session 0x3000046f9d80007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:14:57,464 INFO Processing ruok command from /127.0.0.1:36014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:14:57,502 INFO Processing ruok command from /127.0.0.1:36016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:14:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/50800643-13a0-4ebc-8d54-4d97915e1b44 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2b7e7de7-3ac1-4a01-b198-eef6a095383c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:58,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c8b16ec5-9320-402b-b3d8-e54960a13080/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:58,900 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:14:58,906 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8ee9223a-e0f9-42f7-b2cd-3562ef0d6e3d/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:15:07,456 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:15:07,502 INFO Processing ruok command from /127.0.0.1:36192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:15:17,482 INFO Processing ruok command from /127.0.0.1:36360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:15:17,522 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:15:27,464 INFO Processing ruok command from /127.0.0.1:36536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:15:27,503 INFO Processing ruok command from /127.0.0.1:36538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:15:37,462 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:15:37,500 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:15:47,469 INFO Processing ruok command from /127.0.0.1:36886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:15:47,542 INFO Processing ruok command from /127.0.0.1:36888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:15:57,450 INFO Processing ruok command from /127.0.0.1:37060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:15:57,489 INFO Processing ruok command from /127.0.0.1:37062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:15:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c697b1bc-69da-442a-ba35-0c0ac681c9d7/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:15:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c8b16ec5-9320-402b-b3d8-e54960a13080 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:15:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8ee9223a-e0f9-42f7-b2cd-3562ef0d6e3d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:15:58,892 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:16:07,460 INFO Processing ruok command from /127.0.0.1:37238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:16:07,511 INFO Processing ruok command from /127.0.0.1:37240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:16:17,463 INFO Processing ruok command from /127.0.0.1:37408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:16:17,502 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:16:27,461 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:16:27,540 INFO Processing ruok command from /127.0.0.1:37600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:16:37,458 INFO Processing ruok command from /127.0.0.1:37816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:16:37,547 INFO Processing ruok command from /127.0.0.1:37818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:16:47,459 INFO Processing ruok command from /127.0.0.1:37968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:16:47,542 INFO Processing ruok command from /127.0.0.1:37970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:16:57,139 INFO Committing global session 0x3000046f9d80008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:16:57,476 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:16:57,584 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:16:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c697b1bc-69da-442a-ba35-0c0ac681c9d7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:16:58,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:17:07,502 INFO Processing ruok command from /127.0.0.1:38300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:17:07,528 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:17:17,465 INFO Processing ruok command from /127.0.0.1:38474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:17:17,537 INFO Processing ruok command from /127.0.0.1:38476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:17:27,468 INFO Processing ruok command from /127.0.0.1:38648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:17:27,510 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:17:37,467 INFO Processing ruok command from /127.0.0.1:38826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:17:37,510 INFO Processing ruok command from /127.0.0.1:38828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:17:47,449 INFO Processing ruok command from /127.0.0.1:38998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:17:47,486 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:17:57,475 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:17:57,514 INFO Processing ruok command from /127.0.0.1:39170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:17:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:17:58,880 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:18:07,497 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:18:07,530 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:18:17,456 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:18:17,521 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:18:27,465 INFO Processing ruok command from /127.0.0.1:39684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:18:27,500 INFO Processing ruok command from /127.0.0.1:39686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:18:37,455 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:18:37,523 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:18:47,460 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:18:47,520 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:18:57,281 INFO Committing global session 0x3000046f9d80009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:18:57,463 INFO Processing ruok command from /127.0.0.1:40216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:18:57,549 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:18:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/198b1ce9-7a44-4f6c-bf5d-bb639cc33100/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:19:07,496 INFO Processing ruok command from /127.0.0.1:40430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:19:07,585 INFO Processing ruok command from /127.0.0.1:40432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:19:17,484 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:19:17,549 INFO Processing ruok command from /127.0.0.1:40642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:19:27,541 INFO Processing ruok command from /127.0.0.1:40854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:19:27,606 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:19:37,511 INFO Processing ruok command from /127.0.0.1:41038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:19:37,583 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:19:47,475 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:19:47,617 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:19:57,468 INFO Processing ruok command from /127.0.0.1:41494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:19:57,584 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:19:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/198b1ce9-7a44-4f6c-bf5d-bb639cc33100 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:20:07,488 INFO Processing ruok command from /127.0.0.1:41756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:20:07,621 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:20:17,481 INFO Processing ruok command from /127.0.0.1:41960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:20:17,582 INFO Processing ruok command from /127.0.0.1:41962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:20:27,461 INFO Processing ruok command from /127.0.0.1:42148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:20:27,593 INFO Processing ruok command from /127.0.0.1:42150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:20:37,448 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:20:37,541 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:20:47,447 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:20:47,487 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:20:57,077 INFO Committing global session 0x1000046d820000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:20:57,457 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:20:57,515 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:20:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:21:07,444 INFO Processing ruok command from /127.0.0.1:42974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:21:07,481 INFO Processing ruok command from /127.0.0.1:42976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:21:17,463 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:21:17,506 INFO Processing ruok command from /127.0.0.1:43180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:21:27,459 INFO Processing ruok command from /127.0.0.1:43382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:21:27,532 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:21:37,456 INFO Processing ruok command from /127.0.0.1:43590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:21:37,521 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:21:47,454 INFO Processing ruok command from /127.0.0.1:43792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:21:47,495 INFO Processing ruok command from /127.0.0.1:43794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:21:57,457 INFO Processing ruok command from /127.0.0.1:44006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:21:57,512 INFO Processing ruok command from /127.0.0.1:44008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:21:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/cf4ba8f3-25c4-46a2-bd28-24c9f2261794/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:22:07,445 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:22:07,485 INFO Processing ruok command from /127.0.0.1:44212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:22:17,457 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:22:17,516 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:22:27,466 INFO Processing ruok command from /127.0.0.1:44618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:22:27,507 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:22:37,465 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:22:37,502 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:22:47,460 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:22:47,528 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:22:56,088 INFO Committing global session 0x1000046d820000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:22:57,457 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:22:57,521 INFO Processing ruok command from /127.0.0.1:45252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:22:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/cf4ba8f3-25c4-46a2-bd28-24c9f2261794 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:23:07,448 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:23:07,488 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:23:17,466 INFO Processing ruok command from /127.0.0.1:45658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:23:17,500 INFO Processing ruok command from /127.0.0.1:45660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:23:27,471 INFO Processing ruok command from /127.0.0.1:45876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:23:27,533 INFO Processing ruok command from /127.0.0.1:45878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:23:37,463 INFO Processing ruok command from /127.0.0.1:46082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:23:37,497 INFO Processing ruok command from /127.0.0.1:46084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:23:47,474 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:23:47,511 INFO Processing ruok command from /127.0.0.1:46290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:23:57,469 INFO Processing ruok command from /127.0.0.1:46488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:23:57,508 INFO Processing ruok command from /127.0.0.1:46490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:23:58,874 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:23:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:24:07,471 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:24:07,515 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:24:17,475 INFO Processing ruok command from /127.0.0.1:46918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:24:17,517 INFO Processing ruok command from /127.0.0.1:46920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:24:27,460 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:24:27,493 INFO Processing ruok command from /127.0.0.1:47126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:24:37,464 INFO Processing ruok command from /127.0.0.1:47334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:24:37,514 INFO Processing ruok command from /127.0.0.1:47336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:24:47,480 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:24:47,527 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:24:56,527 INFO Committing global session 0x3000046f9d8000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:24:57,469 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:24:57,535 INFO Processing ruok command from /127.0.0.1:47748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:24:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/80b77993-b6b9-4fca-8e70-26218c8ca4e5/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:24:58,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:25:07,460 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:25:07,516 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:25:17,470 INFO Processing ruok command from /127.0.0.1:48178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:25:17,511 INFO Processing ruok command from /127.0.0.1:48180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:25:27,455 INFO Processing ruok command from /127.0.0.1:48384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:25:27,492 INFO Processing ruok command from /127.0.0.1:48386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:25:37,465 INFO Processing ruok command from /127.0.0.1:48588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:25:37,500 INFO Processing ruok command from /127.0.0.1:48590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:25:47,458 INFO Processing ruok command from /127.0.0.1:48798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:25:47,492 INFO Processing ruok command from /127.0.0.1:48800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:25:57,466 INFO Processing ruok command from /127.0.0.1:49010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:25:57,502 INFO Processing ruok command from /127.0.0.1:49012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:25:58,875 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:25:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/80b77993-b6b9-4fca-8e70-26218c8ca4e5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:26:07,465 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:26:07,532 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:26:17,462 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:26:17,535 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:26:27,460 INFO Processing ruok command from /127.0.0.1:49650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:26:27,524 INFO Processing ruok command from /127.0.0.1:49652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:26:37,454 INFO Processing ruok command from /127.0.0.1:49860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:26:37,497 INFO Processing ruok command from /127.0.0.1:49862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:26:47,465 INFO Processing ruok command from /127.0.0.1:50070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:26:47,504 INFO Processing ruok command from /127.0.0.1:50072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:26:56,840 INFO Committing global session 0x3000046f9d8000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:26:57,462 INFO Processing ruok command from /127.0.0.1:50284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:26:57,545 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:26:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:27:07,463 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:27:07,526 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:27:17,473 INFO Processing ruok command from /127.0.0.1:50708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:27:17,515 INFO Processing ruok command from /127.0.0.1:50710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:27:27,463 INFO Processing ruok command from /127.0.0.1:50916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:27:27,517 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:27:37,468 INFO Processing ruok command from /127.0.0.1:51166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:27:37,527 INFO Processing ruok command from /127.0.0.1:51168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:27:47,478 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:27:47,556 INFO Processing ruok command from /127.0.0.1:51404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:27:57,556 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:27:57,644 INFO Processing ruok command from /127.0.0.1:51640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:27:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fc588faf-c614-4f0e-867a-22e9f93e5abc/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:27:58,880 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:28:07,446 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:28:07,512 INFO Processing ruok command from /127.0.0.1:51852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:28:17,473 INFO Processing ruok command from /127.0.0.1:52076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:28:17,505 INFO Processing ruok command from /127.0.0.1:52078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:28:27,486 INFO Processing ruok command from /127.0.0.1:52314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:28:27,526 INFO Processing ruok command from /127.0.0.1:52318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:28:37,461 INFO Processing ruok command from /127.0.0.1:52538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:28:37,493 INFO Processing ruok command from /127.0.0.1:52540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:28:47,466 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:28:47,536 INFO Processing ruok command from /127.0.0.1:52752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:28:56,843 INFO Committing global session 0x1000046d820000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:28:57,470 INFO Processing ruok command from /127.0.0.1:52974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:28:57,508 INFO Processing ruok command from /127.0.0.1:52976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:28:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fc588faf-c614-4f0e-867a-22e9f93e5abc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:28:58,880 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:28:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6487962a-8a20-4924-86d0-8d2e95f7f40f/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:29:07,459 INFO Processing ruok command from /127.0.0.1:53184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:29:07,497 INFO Processing ruok command from /127.0.0.1:53186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:29:17,473 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:29:17,510 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:29:27,479 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:29:27,514 INFO Processing ruok command from /127.0.0.1:53626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:29:37,457 INFO Processing ruok command from /127.0.0.1:53836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:29:37,502 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:29:47,463 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:29:47,501 INFO Processing ruok command from /127.0.0.1:54054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:29:57,460 INFO Processing ruok command from /127.0.0.1:54272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:29:57,511 INFO Processing ruok command from /127.0.0.1:54274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:29:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6487962a-8a20-4924-86d0-8d2e95f7f40f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:29:58,879 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:29:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/51e2d183-4550-476f-8375-fa33a9f96263/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:30:07,456 INFO Processing ruok command from /127.0.0.1:54498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:30:07,491 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:30:17,457 INFO Processing ruok command from /127.0.0.1:54714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:30:17,527 INFO Processing ruok command from /127.0.0.1:54716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:30:27,454 INFO Processing ruok command from /127.0.0.1:54936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:30:27,496 INFO Processing ruok command from /127.0.0.1:54938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:30:37,457 INFO Processing ruok command from /127.0.0.1:55168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:30:37,493 INFO Processing ruok command from /127.0.0.1:55170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:30:47,458 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:30:47,498 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:30:56,279 INFO Committing global session 0x3000046f9d8000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:30:57,461 INFO Processing ruok command from /127.0.0.1:55598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:30:57,493 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:30:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/51e2d183-4550-476f-8375-fa33a9f96263 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:30:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e4e8706c-e6bd-4938-a933-719086229324/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:31:07,460 INFO Processing ruok command from /127.0.0.1:55822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:31:07,493 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:31:17,450 INFO Processing ruok command from /127.0.0.1:56032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:31:17,512 INFO Processing ruok command from /127.0.0.1:56034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:31:27,460 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:31:27,529 INFO Processing ruok command from /127.0.0.1:56266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:31:37,461 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:31:37,501 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:31:47,469 INFO Processing ruok command from /127.0.0.1:56710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:31:47,540 INFO Processing ruok command from /127.0.0.1:56712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:31:57,472 INFO Processing ruok command from /127.0.0.1:56926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:31:57,519 INFO Processing ruok command from /127.0.0.1:56928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:31:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:31:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e4e8706c-e6bd-4938-a933-719086229324 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:32:07,462 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:32:07,504 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:32:17,486 INFO Processing ruok command from /127.0.0.1:57362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:32:17,545 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:32:27,461 INFO Processing ruok command from /127.0.0.1:57582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:32:27,531 INFO Processing ruok command from /127.0.0.1:57584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:32:37,451 INFO Processing ruok command from /127.0.0.1:57810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:32:37,494 INFO Processing ruok command from /127.0.0.1:57812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:32:47,457 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:32:47,521 INFO Processing ruok command from /127.0.0.1:58042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:32:56,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-03-13 00:32:56,393 INFO Committing global session 0x20000436581000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:32:57,169 INFO Submitting global closeSession request for session 0x20000436581000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:32:57,454 INFO Processing ruok command from /127.0.0.1:58256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:32:57,495 INFO Processing ruok command from /127.0.0.1:58258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:32:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:33:07,454 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:33:07,501 INFO Processing ruok command from /127.0.0.1:58478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:33:17,456 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:33:17,519 INFO Processing ruok command from /127.0.0.1:58694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:33:27,473 INFO Processing ruok command from /127.0.0.1:58912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:33:27,542 INFO Processing ruok command from /127.0.0.1:58914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:33:37,471 INFO Processing ruok command from /127.0.0.1:59130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:33:37,507 INFO Processing ruok command from /127.0.0.1:59132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:33:47,464 INFO Processing ruok command from /127.0.0.1:59360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:33:47,513 INFO Processing ruok command from /127.0.0.1:59362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:33:57,474 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:33:57,537 INFO Processing ruok command from /127.0.0.1:59580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:33:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:34:07,461 INFO Processing ruok command from /127.0.0.1:59798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:34:07,494 INFO Processing ruok command from /127.0.0.1:59800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:34:17,458 INFO Processing ruok command from /127.0.0.1:60018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:34:17,496 INFO Processing ruok command from /127.0.0.1:60020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:34:27,454 INFO Processing ruok command from /127.0.0.1:60236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:34:27,497 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:34:37,458 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:34:37,541 INFO Processing ruok command from /127.0.0.1:60460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:34:47,448 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:34:47,485 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:34:56,088 INFO Committing global session 0x3000046f9d8000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:34:57,454 INFO Processing ruok command from /127.0.0.1:60902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:34:57,532 INFO Processing ruok command from /127.0.0.1:60904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:35:07,458 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:35:07,498 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:35:17,464 INFO Processing ruok command from /127.0.0.1:33088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:35:17,501 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:35:27,467 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:35:27,501 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:35:37,467 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:35:37,509 INFO Processing ruok command from /127.0.0.1:33526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:35:47,458 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:35:47,538 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:35:57,458 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:35:57,494 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:36:07,453 INFO Processing ruok command from /127.0.0.1:34182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:36:07,493 INFO Processing ruok command from /127.0.0.1:34184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:36:17,473 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:36:17,510 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:36:27,470 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:36:27,504 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:36:37,479 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:36:37,547 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:36:47,453 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:36:47,494 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:36:56,513 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-03-13 00:36:56,522 INFO Committing global session 0x20000436581000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:36:57,338 INFO Submitting global closeSession request for session 0x20000436581000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:36:57,452 INFO Processing ruok command from /127.0.0.1:35264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:36:57,492 INFO Processing ruok command from /127.0.0.1:35266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:36:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6047343c-c663-434b-ac81-01a679422f07/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:36:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/db1ece75-59a9-42c2-b1a9-14de89613208/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:37:07,466 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:37:07,504 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:37:17,463 INFO Processing ruok command from /127.0.0.1:35688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:37:17,499 INFO Processing ruok command from /127.0.0.1:35690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:37:27,455 INFO Processing ruok command from /127.0.0.1:35900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:37:27,498 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:37:37,450 INFO Processing ruok command from /127.0.0.1:36108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:37:37,502 INFO Processing ruok command from /127.0.0.1:36110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:37:47,487 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:37:47,542 INFO Processing ruok command from /127.0.0.1:36340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:37:57,462 INFO Processing ruok command from /127.0.0.1:36538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:37:57,497 INFO Processing ruok command from /127.0.0.1:36540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:37:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/091c5e55-afab-42f6-b9cb-9f5d5f772252/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:37:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6047343c-c663-434b-ac81-01a679422f07 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:37:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/db1ece75-59a9-42c2-b1a9-14de89613208 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:38:07,470 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:38:07,504 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:38:17,463 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:38:17,499 INFO Processing ruok command from /127.0.0.1:36972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:38:27,456 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:38:27,533 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:38:37,456 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:38:37,504 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:38:47,452 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:38:47,516 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:38:55,921 INFO Committing global session 0x1000046d820000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:38:57,453 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:38:57,492 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:38:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:38:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/091c5e55-afab-42f6-b9cb-9f5d5f772252 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:39:07,462 INFO Processing ruok command from /127.0.0.1:38008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:39:07,513 INFO Processing ruok command from /127.0.0.1:38010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:39:17,446 INFO Processing ruok command from /127.0.0.1:38232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:39:17,514 INFO Processing ruok command from /127.0.0.1:38234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:39:27,462 INFO Processing ruok command from /127.0.0.1:38438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:39:27,493 INFO Processing ruok command from /127.0.0.1:38440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:39:37,453 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:39:37,495 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:39:47,454 INFO Processing ruok command from /127.0.0.1:38860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:39:47,491 INFO Processing ruok command from /127.0.0.1:38862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:39:57,460 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:39:57,498 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:39:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:40:07,453 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:40:07,488 INFO Processing ruok command from /127.0.0.1:39278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:40:17,459 INFO Processing ruok command from /127.0.0.1:39492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:40:17,507 INFO Processing ruok command from /127.0.0.1:39494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:40:27,465 INFO Processing ruok command from /127.0.0.1:39702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:40:27,500 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:40:37,458 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:40:37,515 INFO Processing ruok command from /127.0.0.1:39914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:40:47,480 INFO Processing ruok command from /127.0.0.1:40122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:40:47,541 INFO Processing ruok command from /127.0.0.1:40124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:40:56,543 INFO Committing global session 0x3000046f9d8000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:40:57,454 INFO Processing ruok command from /127.0.0.1:40322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:40:57,492 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:40:58,875 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:41:07,467 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:41:07,507 INFO Processing ruok command from /127.0.0.1:40534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:41:17,465 INFO Processing ruok command from /127.0.0.1:40738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:41:17,502 INFO Processing ruok command from /127.0.0.1:40742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:41:27,464 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:41:27,518 INFO Processing ruok command from /127.0.0.1:40966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:41:37,451 INFO Processing ruok command from /127.0.0.1:41168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:41:37,517 INFO Processing ruok command from /127.0.0.1:41170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:41:47,453 INFO Processing ruok command from /127.0.0.1:41374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:41:47,489 INFO Processing ruok command from /127.0.0.1:41376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:41:57,464 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:41:57,505 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:41:57,974 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-13 00:41:57,975 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-03-13 00:41:57,983 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-13 00:41:58,493 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-03-13 00:41:58,500 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-03-13 00:41:58,505 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-03-13 00:41:58,506 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-03-13 00:42:07,463 INFO Processing ruok command from /127.0.0.1:41790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:42:07,511 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:42:17,465 INFO Processing ruok command from /127.0.0.1:42002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:42:17,500 INFO Processing ruok command from /127.0.0.1:42004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:42:27,448 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:42:27,492 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:42:32,378 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-03-13 00:42:32,379 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2023-03-13 00:42:32,381 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-03-13 00:42:32,381 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2023-03-13 00:42:37,444 INFO Processing ruok command from /127.0.0.1:42436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:42:37,489 INFO Processing ruok command from /127.0.0.1:42438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:42:47,456 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:42:47,521 INFO Processing ruok command from /127.0.0.1:42642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:42:56,147 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-03-13 00:42:56,157 INFO Committing global session 0x20000436581000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:42:57,029 INFO Submitting global closeSession request for session 0x20000436581000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:42:57,455 INFO Processing ruok command from /127.0.0.1:42850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:42:57,505 INFO Processing ruok command from /127.0.0.1:42852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:42:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4ef73302-6333-4136-9890-11fabe667f28/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:43:07,462 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:43:07,558 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:43:17,463 INFO Processing ruok command from /127.0.0.1:43276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:43:17,496 INFO Processing ruok command from /127.0.0.1:43278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:43:27,470 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:43:27,514 INFO Processing ruok command from /127.0.0.1:43492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:43:37,455 INFO Processing ruok command from /127.0.0.1:43710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:43:37,490 INFO Processing ruok command from /127.0.0.1:43712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:43:47,477 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:43:47,514 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:43:57,477 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:43:57,506 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:43:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4ef73302-6333-4136-9890-11fabe667f28 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:43:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/462f6032-f918-4a52-9ffe-2fc11f292b9a/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:44:07,461 INFO Processing ruok command from /127.0.0.1:44320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:44:07,499 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:44:17,450 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:44:17,513 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:44:27,468 INFO Processing ruok command from /127.0.0.1:44740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:44:27,527 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:44:37,457 INFO Processing ruok command from /127.0.0.1:44962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:44:37,526 INFO Processing ruok command from /127.0.0.1:44964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:44:47,468 INFO Processing ruok command from /127.0.0.1:45168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:44:47,506 INFO Processing ruok command from /127.0.0.1:45170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:44:56,476 INFO Committing global session 0x1000046d820000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:44:57,471 INFO Processing ruok command from /127.0.0.1:45370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:44:57,544 INFO Processing ruok command from /127.0.0.1:45372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:44:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:44:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/462f6032-f918-4a52-9ffe-2fc11f292b9a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:45:07,485 INFO Processing ruok command from /127.0.0.1:45576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:45:07,547 INFO Processing ruok command from /127.0.0.1:45578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:45:17,477 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:45:17,520 INFO Processing ruok command from /127.0.0.1:45786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:45:27,458 INFO Processing ruok command from /127.0.0.1:45992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:45:27,496 INFO Processing ruok command from /127.0.0.1:45994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:45:37,464 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:45:37,500 INFO Processing ruok command from /127.0.0.1:46204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:45:47,474 INFO Processing ruok command from /127.0.0.1:46428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:45:47,504 INFO Processing ruok command from /127.0.0.1:46430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:45:57,467 INFO Processing ruok command from /127.0.0.1:46634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:45:57,536 INFO Processing ruok command from /127.0.0.1:46636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:45:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3d8a7d50-08c1-470b-8513-5c815d3da0a0/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:46:07,490 INFO Processing ruok command from /127.0.0.1:46848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:46:07,531 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:46:17,463 INFO Processing ruok command from /127.0.0.1:47048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:46:17,510 INFO Processing ruok command from /127.0.0.1:47050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:46:27,472 INFO Processing ruok command from /127.0.0.1:47262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:46:27,541 INFO Processing ruok command from /127.0.0.1:47264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:46:37,460 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:46:37,491 INFO Processing ruok command from /127.0.0.1:47474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:46:47,457 INFO Processing ruok command from /127.0.0.1:47690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:46:47,494 INFO Processing ruok command from /127.0.0.1:47692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:46:56,040 INFO Committing global session 0x1000046d820000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:46:57,460 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:46:57,521 INFO Processing ruok command from /127.0.0.1:47896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:46:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3d8a7d50-08c1-470b-8513-5c815d3da0a0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:47:07,460 INFO Processing ruok command from /127.0.0.1:48096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:47:07,496 INFO Processing ruok command from /127.0.0.1:48098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:47:17,469 INFO Processing ruok command from /127.0.0.1:48302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:47:17,540 INFO Processing ruok command from /127.0.0.1:48304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:47:27,458 INFO Processing ruok command from /127.0.0.1:48512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:47:27,508 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:47:37,460 INFO Processing ruok command from /127.0.0.1:48722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:47:37,534 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:47:47,459 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:47:47,497 INFO Processing ruok command from /127.0.0.1:48928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:47:57,465 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:47:57,503 INFO Processing ruok command from /127.0.0.1:49148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:47:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:48:07,448 INFO Processing ruok command from /127.0.0.1:49356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:48:07,493 INFO Processing ruok command from /127.0.0.1:49358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:48:17,461 INFO Processing ruok command from /127.0.0.1:49562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:48:17,498 INFO Processing ruok command from /127.0.0.1:49564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:48:27,449 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:48:27,500 INFO Processing ruok command from /127.0.0.1:49782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:48:37,462 INFO Processing ruok command from /127.0.0.1:49984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:48:37,509 INFO Processing ruok command from /127.0.0.1:49986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:48:47,467 INFO Processing ruok command from /127.0.0.1:50200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:48:47,503 INFO Processing ruok command from /127.0.0.1:50202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:48:56,361 INFO Committing global session 0x1000046d8200010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:48:57,457 INFO Processing ruok command from /127.0.0.1:50448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:48:57,504 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:48:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a2c71d09-314e-4151-81bf-2a86abc3e66c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:49:07,454 INFO Processing ruok command from /127.0.0.1:50674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:49:07,493 INFO Processing ruok command from /127.0.0.1:50676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:49:17,457 INFO Processing ruok command from /127.0.0.1:50906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:49:17,506 INFO Processing ruok command from /127.0.0.1:50908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:49:27,468 INFO Processing ruok command from /127.0.0.1:51144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:49:27,525 INFO Processing ruok command from /127.0.0.1:51146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:49:37,466 INFO Processing ruok command from /127.0.0.1:51370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:49:37,502 INFO Processing ruok command from /127.0.0.1:51372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:49:47,446 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:49:47,515 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:49:57,456 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:49:57,521 INFO Processing ruok command from /127.0.0.1:51830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:49:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a2c71d09-314e-4151-81bf-2a86abc3e66c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:50:07,464 INFO Processing ruok command from /127.0.0.1:52054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:50:07,502 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:50:17,456 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:50:17,493 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:50:27,475 INFO Processing ruok command from /127.0.0.1:52472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:50:27,551 INFO Processing ruok command from /127.0.0.1:52474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:50:37,472 INFO Processing ruok command from /127.0.0.1:52680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:50:37,512 INFO Processing ruok command from /127.0.0.1:52682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:50:47,467 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:50:47,505 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:50:56,185 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-03-13 00:50:56,203 INFO Committing global session 0x20000436581000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:50:57,014 INFO Submitting global closeSession request for session 0x20000436581000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:50:57,456 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:50:57,494 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:50:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:51:07,457 INFO Processing ruok command from /127.0.0.1:53312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:51:07,495 INFO Processing ruok command from /127.0.0.1:53314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:51:17,465 INFO Processing ruok command from /127.0.0.1:53520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:51:17,501 INFO Processing ruok command from /127.0.0.1:53522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:51:27,460 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:51:27,520 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:51:37,465 INFO Processing ruok command from /127.0.0.1:53944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:51:37,495 INFO Processing ruok command from /127.0.0.1:53946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:51:47,457 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:51:47,493 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:51:57,449 INFO Processing ruok command from /127.0.0.1:54354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:51:57,507 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:51:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c5e18e25-6298-476e-99e7-05a26fac88e5/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:52:07,462 INFO Processing ruok command from /127.0.0.1:54562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:52:07,507 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:52:17,469 INFO Processing ruok command from /127.0.0.1:54786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:52:17,507 INFO Processing ruok command from /127.0.0.1:54788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:52:27,459 INFO Processing ruok command from /127.0.0.1:54996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:52:27,496 INFO Processing ruok command from /127.0.0.1:54998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:52:37,454 INFO Processing ruok command from /127.0.0.1:55202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:52:37,484 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:52:47,474 INFO Processing ruok command from /127.0.0.1:55410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:52:47,509 INFO Processing ruok command from /127.0.0.1:55412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:52:56,679 INFO Committing global session 0x3000046f9d8000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:52:57,470 INFO Processing ruok command from /127.0.0.1:55610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:52:57,504 INFO Processing ruok command from /127.0.0.1:55612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:52:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/db8b6b23-a94b-45aa-8d24-86fbbf98f22c/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:52:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c5e18e25-6298-476e-99e7-05a26fac88e5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:53:07,446 INFO Processing ruok command from /127.0.0.1:55818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:53:07,484 INFO Processing ruok command from /127.0.0.1:55820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:53:17,465 INFO Processing ruok command from /127.0.0.1:56044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:53:17,503 INFO Processing ruok command from /127.0.0.1:56046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:53:27,454 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:53:27,515 INFO Processing ruok command from /127.0.0.1:56260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:53:37,454 INFO Processing ruok command from /127.0.0.1:56468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:53:37,494 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:53:47,457 INFO Processing ruok command from /127.0.0.1:56678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:53:47,536 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:53:57,471 INFO Processing ruok command from /127.0.0.1:56892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:53:57,520 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:53:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/db8b6b23-a94b-45aa-8d24-86fbbf98f22c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:54:07,470 INFO Processing ruok command from /127.0.0.1:57098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:54:07,514 INFO Processing ruok command from /127.0.0.1:57100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:54:17,463 INFO Processing ruok command from /127.0.0.1:57306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:54:17,497 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:54:27,466 INFO Processing ruok command from /127.0.0.1:57526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:54:27,506 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:54:37,466 INFO Processing ruok command from /127.0.0.1:57732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:54:37,494 INFO Processing ruok command from /127.0.0.1:57734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:54:47,465 INFO Processing ruok command from /127.0.0.1:57934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:54:47,535 INFO Processing ruok command from /127.0.0.1:57936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:54:56,388 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-03-13 00:54:56,397 INFO Committing global session 0x20000436581000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:54:57,220 INFO Submitting global closeSession request for session 0x20000436581000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:54:57,460 INFO Processing ruok command from /127.0.0.1:58144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:54:57,496 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:54:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:54:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8cb5cd78-838e-47bf-a614-55d02784d525/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:55:07,461 INFO Processing ruok command from /127.0.0.1:58358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:55:07,501 INFO Processing ruok command from /127.0.0.1:58360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:55:17,466 INFO Processing ruok command from /127.0.0.1:58564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:55:17,519 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:55:27,465 INFO Processing ruok command from /127.0.0.1:58792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:55:27,534 INFO Processing ruok command from /127.0.0.1:58794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:55:37,472 INFO Processing ruok command from /127.0.0.1:58996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:55:37,504 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:55:47,456 INFO Processing ruok command from /127.0.0.1:59202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:55:47,493 INFO Processing ruok command from /127.0.0.1:59206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:55:57,474 INFO Processing ruok command from /127.0.0.1:59408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:55:57,515 INFO Processing ruok command from /127.0.0.1:59410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:55:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8cb5cd78-838e-47bf-a614-55d02784d525 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:56:07,454 INFO Processing ruok command from /127.0.0.1:59620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:56:07,518 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:56:17,483 INFO Processing ruok command from /127.0.0.1:59822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:56:17,521 INFO Processing ruok command from /127.0.0.1:59824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:56:27,469 INFO Processing ruok command from /127.0.0.1:60036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:56:27,510 INFO Processing ruok command from /127.0.0.1:60038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:56:37,457 INFO Processing ruok command from /127.0.0.1:60254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:56:37,498 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:56:47,458 INFO Processing ruok command from /127.0.0.1:60460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:56:47,520 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:56:56,588 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-03-13 00:56:56,597 INFO Committing global session 0x20000436581000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:56:57,394 INFO Submitting global closeSession request for session 0x20000436581000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:56:57,475 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:56:57,521 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:56:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:57:07,449 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:57:07,483 INFO Processing ruok command from /127.0.0.1:60880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:57:17,464 INFO Processing ruok command from /127.0.0.1:32848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:57:17,499 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:57:27,455 INFO Processing ruok command from /127.0.0.1:33058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:57:27,498 INFO Processing ruok command from /127.0.0.1:33060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:57:37,460 INFO Processing ruok command from /127.0.0.1:33272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:57:37,534 INFO Processing ruok command from /127.0.0.1:33274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:57:47,466 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:57:47,507 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:57:57,475 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:57:57,514 INFO Processing ruok command from /127.0.0.1:33674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:57:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:58:07,458 INFO Processing ruok command from /127.0.0.1:33878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:58:07,497 INFO Processing ruok command from /127.0.0.1:33880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:58:17,458 INFO Processing ruok command from /127.0.0.1:34082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:58:17,511 INFO Processing ruok command from /127.0.0.1:34084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:58:27,485 INFO Processing ruok command from /127.0.0.1:34292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:58:27,526 INFO Processing ruok command from /127.0.0.1:34294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:58:37,451 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:58:37,487 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:58:47,460 INFO Processing ruok command from /127.0.0.1:34714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 00:58:47,500 INFO Processing ruok command from /127.0.0.1:34716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 00:58:56,070 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-03-13 00:58:56,079 INFO Committing global session 0x200004365810010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 00:58:56,901 INFO Submitting global closeSession request for session 0x200004365810010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 00:58:57,476 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 00:58:57,541 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 00:58:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5488c84c-c71b-4d5a-86d7-80e7eb91fd1c/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:59:07,456 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 00:59:07,504 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 00:59:17,463 INFO Processing ruok command from /127.0.0.1:35350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 00:59:17,496 INFO Processing ruok command from /127.0.0.1:35352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 00:59:27,464 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 00:59:27,505 INFO Processing ruok command from /127.0.0.1:35556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 00:59:37,454 INFO Processing ruok command from /127.0.0.1:35760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 00:59:37,488 INFO Processing ruok command from /127.0.0.1:35762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 00:59:47,458 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 00:59:47,500 INFO Processing ruok command from /127.0.0.1:35980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 00:59:57,449 INFO Processing ruok command from /127.0.0.1:36188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 00:59:57,487 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 00:59:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5488c84c-c71b-4d5a-86d7-80e7eb91fd1c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 00:59:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b1fedea1-c7ae-4cc5-b715-a9f3cd8d81ab/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:00:07,482 INFO Processing ruok command from /127.0.0.1:36402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:00:07,514 INFO Processing ruok command from /127.0.0.1:36404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:00:17,464 INFO Processing ruok command from /127.0.0.1:36610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:00:17,505 INFO Processing ruok command from /127.0.0.1:36612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:00:27,452 INFO Processing ruok command from /127.0.0.1:36820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:00:27,503 INFO Processing ruok command from /127.0.0.1:36822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:00:37,463 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:00:37,506 INFO Processing ruok command from /127.0.0.1:37036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:00:47,464 INFO Processing ruok command from /127.0.0.1:37240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:00:47,505 INFO Processing ruok command from /127.0.0.1:37242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:00:56,613 INFO Committing global session 0x3000046f9d80010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:00:57,452 INFO Processing ruok command from /127.0.0.1:37458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:00:57,490 INFO Processing ruok command from /127.0.0.1:37460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:00:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/62d0ba0a-d87a-4de2-ac2c-6bd576463544/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:00:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b1fedea1-c7ae-4cc5-b715-a9f3cd8d81ab (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:00:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/21c0bac2-a099-43e8-86e1-e1947b48c0ca/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:01:07,470 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:01:07,515 INFO Processing ruok command from /127.0.0.1:37672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:01:17,459 INFO Processing ruok command from /127.0.0.1:37872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:01:17,498 INFO Processing ruok command from /127.0.0.1:37874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:01:27,453 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:01:27,488 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:01:37,465 INFO Processing ruok command from /127.0.0.1:38298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:01:37,504 INFO Processing ruok command from /127.0.0.1:38300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:01:47,487 INFO Processing ruok command from /127.0.0.1:38506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:01:47,561 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:01:57,468 INFO Processing ruok command from /127.0.0.1:38732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:01:57,524 INFO Processing ruok command from /127.0.0.1:38734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:01:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/62d0ba0a-d87a-4de2-ac2c-6bd576463544 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:01:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/21c0bac2-a099-43e8-86e1-e1947b48c0ca (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:02:07,457 INFO Processing ruok command from /127.0.0.1:38944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:02:07,499 INFO Processing ruok command from /127.0.0.1:38946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:02:17,468 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:02:17,510 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:02:27,454 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:02:27,494 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:02:37,453 INFO Processing ruok command from /127.0.0.1:39572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:02:37,498 INFO Processing ruok command from /127.0.0.1:39574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:02:47,456 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:02:47,515 INFO Processing ruok command from /127.0.0.1:39784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:02:55,893 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-03-13 01:02:55,906 INFO Committing global session 0x200004365810011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:02:56,720 INFO Submitting global closeSession request for session 0x200004365810011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:02:57,448 INFO Processing ruok command from /127.0.0.1:39992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:02:57,493 INFO Processing ruok command from /127.0.0.1:39994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:02:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:02:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:03:07,458 INFO Processing ruok command from /127.0.0.1:40222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:03:07,516 INFO Processing ruok command from /127.0.0.1:40224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:03:17,454 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:03:17,493 INFO Processing ruok command from /127.0.0.1:40430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:03:27,463 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:03:27,503 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:03:37,459 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:03:37,498 INFO Processing ruok command from /127.0.0.1:40860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:03:47,478 INFO Processing ruok command from /127.0.0.1:41064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:03:47,524 INFO Processing ruok command from /127.0.0.1:41066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:03:57,452 INFO Processing ruok command from /127.0.0.1:41274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:03:57,502 INFO Processing ruok command from /127.0.0.1:41276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:03:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:04:07,456 INFO Processing ruok command from /127.0.0.1:41490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:04:07,499 INFO Processing ruok command from /127.0.0.1:41492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:04:17,459 INFO Processing ruok command from /127.0.0.1:41698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:04:17,499 INFO Processing ruok command from /127.0.0.1:41700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:04:27,450 INFO Processing ruok command from /127.0.0.1:41906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:04:27,494 INFO Processing ruok command from /127.0.0.1:41908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:04:37,479 INFO Processing ruok command from /127.0.0.1:42112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:04:37,518 INFO Processing ruok command from /127.0.0.1:42114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:04:47,459 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:04:47,498 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:04:57,042 INFO Committing global session 0x3000046f9d80011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:04:57,471 INFO Processing ruok command from /127.0.0.1:42526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:04:57,506 INFO Processing ruok command from /127.0.0.1:42528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:05:07,457 INFO Processing ruok command from /127.0.0.1:42738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:05:07,494 INFO Processing ruok command from /127.0.0.1:42740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:05:17,450 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:05:17,536 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:05:27,474 INFO Processing ruok command from /127.0.0.1:43176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:05:27,535 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:05:37,467 INFO Processing ruok command from /127.0.0.1:43382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:05:37,503 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:05:47,460 INFO Processing ruok command from /127.0.0.1:43602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:05:47,499 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:05:57,493 INFO Processing ruok command from /127.0.0.1:43806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:05:57,519 INFO Processing ruok command from /127.0.0.1:43808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:06:07,461 INFO Processing ruok command from /127.0.0.1:44010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:06:07,504 INFO Processing ruok command from /127.0.0.1:44012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:06:17,465 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:06:17,531 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:06:27,463 INFO Processing ruok command from /127.0.0.1:44456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:06:27,502 INFO Processing ruok command from /127.0.0.1:44458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:06:37,463 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:06:37,509 INFO Processing ruok command from /127.0.0.1:44672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:06:47,446 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:06:47,491 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:06:56,573 INFO Committing global session 0x1000046d8200011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:06:57,460 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:06:57,494 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:06:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3a06202c-ab93-490a-9e95-99a1849bd525/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:06:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/571fe173-f76a-48f2-afeb-3bba2f4e5be6/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:07:07,464 INFO Processing ruok command from /127.0.0.1:45304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:07:07,507 INFO Processing ruok command from /127.0.0.1:45306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:07:17,443 INFO Processing ruok command from /127.0.0.1:45518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:07:17,480 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:07:27,471 INFO Processing ruok command from /127.0.0.1:45744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:07:27,506 INFO Processing ruok command from /127.0.0.1:45746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:07:37,479 INFO Processing ruok command from /127.0.0.1:45954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:07:37,521 INFO Processing ruok command from /127.0.0.1:45956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:07:47,458 INFO Processing ruok command from /127.0.0.1:46158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:07:47,529 INFO Processing ruok command from /127.0.0.1:46160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:07:57,463 INFO Processing ruok command from /127.0.0.1:46364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:07:57,502 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:07:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b0cd9fce-b0a5-45fd-be26-2fd735fe4579/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:07:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/571fe173-f76a-48f2-afeb-3bba2f4e5be6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:07:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3a06202c-ab93-490a-9e95-99a1849bd525 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:08:07,470 INFO Processing ruok command from /127.0.0.1:46568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:08:07,507 INFO Processing ruok command from /127.0.0.1:46570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:08:17,465 INFO Processing ruok command from /127.0.0.1:46774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:08:17,504 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:08:27,460 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:08:27,496 INFO Processing ruok command from /127.0.0.1:46998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:08:37,444 INFO Processing ruok command from /127.0.0.1:47204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:08:37,513 INFO Processing ruok command from /127.0.0.1:47206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:08:47,461 INFO Processing ruok command from /127.0.0.1:47414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:08:47,503 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:08:56,085 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-03-13 01:08:56,093 INFO Committing global session 0x200004365810012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:08:56,915 INFO Submitting global closeSession request for session 0x200004365810012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:08:57,457 INFO Processing ruok command from /127.0.0.1:47620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:08:57,531 INFO Processing ruok command from /127.0.0.1:47622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:08:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b0cd9fce-b0a5-45fd-be26-2fd735fe4579 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:08:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:08:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6e438c95-b973-4686-8aba-a1e63f454896/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:09:07,469 INFO Processing ruok command from /127.0.0.1:47828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:09:07,507 INFO Processing ruok command from /127.0.0.1:47830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:09:17,480 INFO Processing ruok command from /127.0.0.1:48030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:09:17,533 INFO Processing ruok command from /127.0.0.1:48032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:09:27,458 INFO Processing ruok command from /127.0.0.1:48246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:09:27,491 INFO Processing ruok command from /127.0.0.1:48248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:09:37,455 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:09:37,491 INFO Processing ruok command from /127.0.0.1:48482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:09:47,465 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:09:47,527 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:09:57,456 INFO Processing ruok command from /127.0.0.1:48908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:09:57,501 INFO Processing ruok command from /127.0.0.1:48910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:09:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6e438c95-b973-4686-8aba-a1e63f454896 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:10:07,465 INFO Processing ruok command from /127.0.0.1:49118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:10:07,530 INFO Processing ruok command from /127.0.0.1:49120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:10:17,460 INFO Processing ruok command from /127.0.0.1:49326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:10:17,497 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:10:27,448 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:10:27,485 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:10:37,457 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:10:37,500 INFO Processing ruok command from /127.0.0.1:49758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:10:47,462 INFO Processing ruok command from /127.0.0.1:49960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:10:47,498 INFO Processing ruok command from /127.0.0.1:49962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:10:56,286 INFO Committing global session 0x3000046f9d80012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:10:57,454 INFO Processing ruok command from /127.0.0.1:50160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:10:57,518 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:10:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:11:07,457 INFO Processing ruok command from /127.0.0.1:50370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:11:07,515 INFO Processing ruok command from /127.0.0.1:50372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:11:17,462 INFO Processing ruok command from /127.0.0.1:50574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:11:17,501 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:11:27,468 INFO Processing ruok command from /127.0.0.1:50782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:11:27,489 INFO Processing ruok command from /127.0.0.1:50784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:11:37,466 INFO Processing ruok command from /127.0.0.1:50994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:11:37,504 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:11:47,462 INFO Processing ruok command from /127.0.0.1:51218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:11:47,510 INFO Processing ruok command from /127.0.0.1:51220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:11:57,469 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:11:57,515 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:11:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:12:07,463 INFO Processing ruok command from /127.0.0.1:51644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:12:07,520 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:12:17,468 INFO Processing ruok command from /127.0.0.1:51860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:12:17,536 INFO Processing ruok command from /127.0.0.1:51862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:12:27,456 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:12:27,502 INFO Processing ruok command from /127.0.0.1:52066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:12:37,467 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:12:37,544 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:12:47,457 INFO Processing ruok command from /127.0.0.1:52504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:12:47,505 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:12:56,400 INFO Committing global session 0x1000046d8200012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:12:57,460 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:12:57,502 INFO Processing ruok command from /127.0.0.1:52718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:12:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1d78108a-7189-4bf7-9c31-b7fc4ba8fa93/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:13:07,477 INFO Processing ruok command from /127.0.0.1:52924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:13:07,509 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:13:17,461 INFO Processing ruok command from /127.0.0.1:53124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:13:17,543 INFO Processing ruok command from /127.0.0.1:53126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:13:27,474 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:13:27,544 INFO Processing ruok command from /127.0.0.1:53342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:13:37,461 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:13:37,500 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:13:47,461 INFO Processing ruok command from /127.0.0.1:53762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:13:47,502 INFO Processing ruok command from /127.0.0.1:53764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:13:57,476 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:13:57,511 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:13:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1d78108a-7189-4bf7-9c31-b7fc4ba8fa93 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:14:07,466 INFO Processing ruok command from /127.0.0.1:54200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:14:07,512 INFO Processing ruok command from /127.0.0.1:54202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:14:17,470 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:14:17,531 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:14:27,461 INFO Processing ruok command from /127.0.0.1:54618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:14:27,501 INFO Processing ruok command from /127.0.0.1:54620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:14:37,469 INFO Processing ruok command from /127.0.0.1:54834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:14:37,507 INFO Processing ruok command from /127.0.0.1:54836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:14:47,451 INFO Processing ruok command from /127.0.0.1:55038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:14:47,492 INFO Processing ruok command from /127.0.0.1:55040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:14:56,134 INFO Committing global session 0x3000046f9d80013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:14:57,468 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:14:57,532 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:14:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:14:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3578cb40-c61a-409e-8990-b481d8a32857/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:15:07,464 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:15:07,509 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:15:17,456 INFO Processing ruok command from /127.0.0.1:55670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:15:17,506 INFO Processing ruok command from /127.0.0.1:55672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:15:27,469 INFO Processing ruok command from /127.0.0.1:55876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:15:27,537 INFO Processing ruok command from /127.0.0.1:55878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:15:37,452 INFO Processing ruok command from /127.0.0.1:56088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:15:37,515 INFO Processing ruok command from /127.0.0.1:56090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:15:47,462 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:15:47,518 INFO Processing ruok command from /127.0.0.1:56292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:15:57,475 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:15:57,535 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:15:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3578cb40-c61a-409e-8990-b481d8a32857 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:16:07,458 INFO Processing ruok command from /127.0.0.1:56722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:16:07,497 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:16:17,471 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:16:17,513 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:16:27,460 INFO Processing ruok command from /127.0.0.1:57152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:16:27,516 INFO Processing ruok command from /127.0.0.1:57154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:16:37,446 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:16:37,483 INFO Processing ruok command from /127.0.0.1:57366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:16:47,469 INFO Processing ruok command from /127.0.0.1:57574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:16:47,506 INFO Processing ruok command from /127.0.0.1:57576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:16:55,752 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-03-13 01:16:55,768 INFO Committing global session 0x200004365810013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:16:56,600 INFO Submitting global closeSession request for session 0x200004365810013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:16:57,460 INFO Processing ruok command from /127.0.0.1:57786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:16:57,522 INFO Processing ruok command from /127.0.0.1:57788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:16:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/11c8397e-b506-41c0-b8a2-c38c8b50ea62/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:17:07,468 INFO Processing ruok command from /127.0.0.1:58010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:17:07,507 INFO Processing ruok command from /127.0.0.1:58012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:17:17,454 INFO Processing ruok command from /127.0.0.1:58214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:17:17,501 INFO Processing ruok command from /127.0.0.1:58216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:17:27,454 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:17:27,513 INFO Processing ruok command from /127.0.0.1:58428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:17:37,456 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:17:37,492 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:17:47,474 INFO Processing ruok command from /127.0.0.1:58848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:17:47,543 INFO Processing ruok command from /127.0.0.1:58850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:17:57,450 INFO Processing ruok command from /127.0.0.1:59050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:17:57,487 INFO Processing ruok command from /127.0.0.1:59052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:17:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/11c8397e-b506-41c0-b8a2-c38c8b50ea62 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:18:07,463 INFO Processing ruok command from /127.0.0.1:59266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:18:07,538 INFO Processing ruok command from /127.0.0.1:59268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:18:17,460 INFO Processing ruok command from /127.0.0.1:59494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:18:17,552 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:18:27,465 INFO Processing ruok command from /127.0.0.1:59724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:18:27,538 INFO Processing ruok command from /127.0.0.1:59726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:18:37,449 INFO Processing ruok command from /127.0.0.1:59950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:18:37,487 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:18:47,479 INFO Processing ruok command from /127.0.0.1:60172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:18:47,520 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:18:56,268 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-03-13 01:18:56,283 INFO Committing global session 0x200004365810014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:18:57,159 INFO Submitting global closeSession request for session 0x200004365810014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:18:57,457 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:18:57,493 INFO Processing ruok command from /127.0.0.1:60398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:18:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:18:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4cfca43d-89c8-4974-8477-1475f3cf629c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:19:07,453 INFO Processing ruok command from /127.0.0.1:60632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:19:07,488 INFO Processing ruok command from /127.0.0.1:60634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:19:17,456 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:19:17,498 INFO Processing ruok command from /127.0.0.1:60866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:19:27,465 INFO Processing ruok command from /127.0.0.1:32854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:19:27,501 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:19:37,458 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:19:37,496 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:19:47,458 INFO Processing ruok command from /127.0.0.1:33302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:19:47,508 INFO Processing ruok command from /127.0.0.1:33304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:19:57,478 INFO Processing ruok command from /127.0.0.1:33512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:19:57,518 INFO Processing ruok command from /127.0.0.1:33514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:19:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4cfca43d-89c8-4974-8477-1475f3cf629c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:20:07,460 INFO Processing ruok command from /127.0.0.1:33718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:20:07,500 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:20:17,461 INFO Processing ruok command from /127.0.0.1:33922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:20:17,525 INFO Processing ruok command from /127.0.0.1:33924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:20:27,453 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:20:27,533 INFO Processing ruok command from /127.0.0.1:34156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:20:37,455 INFO Processing ruok command from /127.0.0.1:34362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:20:37,517 INFO Processing ruok command from /127.0.0.1:34364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:20:47,468 INFO Processing ruok command from /127.0.0.1:34568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:20:47,511 INFO Processing ruok command from /127.0.0.1:34570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:20:56,203 INFO Committing global session 0x1000046d8200013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:20:57,461 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:20:57,504 INFO Processing ruok command from /127.0.0.1:34778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:20:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:21:07,459 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:21:07,531 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:21:17,475 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:21:17,516 INFO Processing ruok command from /127.0.0.1:35192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:21:27,469 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:21:27,546 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:21:37,460 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:21:37,532 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:21:47,452 INFO Processing ruok command from /127.0.0.1:35828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:21:47,490 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:21:57,457 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:21:57,510 INFO Processing ruok command from /127.0.0.1:36044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:21:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:22:07,478 INFO Processing ruok command from /127.0.0.1:36258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:22:07,531 INFO Processing ruok command from /127.0.0.1:36260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:22:17,478 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:22:17,556 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:22:27,456 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:22:27,567 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:22:37,458 INFO Processing ruok command from /127.0.0.1:36896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:22:37,514 INFO Processing ruok command from /127.0.0.1:36898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:22:47,450 INFO Processing ruok command from /127.0.0.1:37102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:22:47,527 INFO Processing ruok command from /127.0.0.1:37104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:22:55,974 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-03-13 01:22:55,983 INFO Committing global session 0x200004365810015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:22:56,838 INFO Submitting global closeSession request for session 0x200004365810015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:22:57,464 INFO Processing ruok command from /127.0.0.1:37310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:22:57,510 INFO Processing ruok command from /127.0.0.1:37312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:22:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ea2af3b4-0335-4371-89ca-773acbfaf372/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:23:07,474 INFO Processing ruok command from /127.0.0.1:37520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:23:07,520 INFO Processing ruok command from /127.0.0.1:37522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:23:17,455 INFO Processing ruok command from /127.0.0.1:37734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:23:17,491 INFO Processing ruok command from /127.0.0.1:37736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:23:27,444 INFO Processing ruok command from /127.0.0.1:37946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:23:27,506 INFO Processing ruok command from /127.0.0.1:37948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:23:37,454 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:23:37,525 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:23:47,459 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:23:47,494 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:23:57,469 INFO Processing ruok command from /127.0.0.1:38572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:23:57,506 INFO Processing ruok command from /127.0.0.1:38574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:23:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/266ca271-2cf6-4b83-ae77-ed328df2ad2e/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:23:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ea2af3b4-0335-4371-89ca-773acbfaf372 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:24:07,455 INFO Processing ruok command from /127.0.0.1:38784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:24:07,501 INFO Processing ruok command from /127.0.0.1:38786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:24:17,466 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:24:17,515 INFO Processing ruok command from /127.0.0.1:39002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:24:27,469 INFO Processing ruok command from /127.0.0.1:39206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:24:27,508 INFO Processing ruok command from /127.0.0.1:39208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:24:37,462 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:24:37,502 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:24:47,467 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:24:47,542 INFO Processing ruok command from /127.0.0.1:39638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:24:56,647 INFO Committing global session 0x1000046d8200014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:24:57,465 INFO Processing ruok command from /127.0.0.1:39848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:24:57,537 INFO Processing ruok command from /127.0.0.1:39850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:24:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/314dfd49-172a-451b-84d8-fb0c6db0995c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:24:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/266ca271-2cf6-4b83-ae77-ed328df2ad2e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:25:07,481 INFO Processing ruok command from /127.0.0.1:40054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:25:07,543 INFO Processing ruok command from /127.0.0.1:40056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:25:17,489 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:25:17,527 INFO Processing ruok command from /127.0.0.1:40272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:25:27,478 INFO Processing ruok command from /127.0.0.1:40482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:25:27,520 INFO Processing ruok command from /127.0.0.1:40484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:25:37,455 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:25:37,494 INFO Processing ruok command from /127.0.0.1:40688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:25:47,461 INFO Processing ruok command from /127.0.0.1:40904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:25:47,504 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:25:57,460 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:25:57,504 INFO Processing ruok command from /127.0.0.1:41118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:25:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:25:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/314dfd49-172a-451b-84d8-fb0c6db0995c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:26:07,469 INFO Processing ruok command from /127.0.0.1:41320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:26:07,542 INFO Processing ruok command from /127.0.0.1:41322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:26:17,454 INFO Processing ruok command from /127.0.0.1:41528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:26:17,496 INFO Processing ruok command from /127.0.0.1:41530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:26:27,465 INFO Processing ruok command from /127.0.0.1:41740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:26:27,535 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:26:37,467 INFO Processing ruok command from /127.0.0.1:41950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:26:37,524 INFO Processing ruok command from /127.0.0.1:41952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:26:47,459 INFO Processing ruok command from /127.0.0.1:42158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:26:47,519 INFO Processing ruok command from /127.0.0.1:42160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:26:55,667 INFO Committing global session 0x1000046d8200015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:26:57,461 INFO Processing ruok command from /127.0.0.1:42374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:26:57,559 INFO Processing ruok command from /127.0.0.1:42376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:26:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:27:07,465 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:27:07,524 INFO Processing ruok command from /127.0.0.1:42588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:27:17,465 INFO Processing ruok command from /127.0.0.1:42788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:27:17,499 INFO Processing ruok command from /127.0.0.1:42790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:27:27,464 INFO Processing ruok command from /127.0.0.1:43000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:27:27,500 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:27:37,461 INFO Processing ruok command from /127.0.0.1:43218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:27:37,501 INFO Processing ruok command from /127.0.0.1:43220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:27:47,475 INFO Processing ruok command from /127.0.0.1:43424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:27:47,551 INFO Processing ruok command from /127.0.0.1:43426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:27:57,473 INFO Processing ruok command from /127.0.0.1:43644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:27:57,537 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:27:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:28:07,464 INFO Processing ruok command from /127.0.0.1:43858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:28:07,504 INFO Processing ruok command from /127.0.0.1:43860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:28:17,461 INFO Processing ruok command from /127.0.0.1:44066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:28:17,493 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:28:27,465 INFO Processing ruok command from /127.0.0.1:44282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:28:27,505 INFO Processing ruok command from /127.0.0.1:44284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:28:37,463 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:28:37,519 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:28:47,464 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:28:47,509 INFO Processing ruok command from /127.0.0.1:44704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:28:56,159 INFO Committing global session 0x3000046f9d80014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:28:57,463 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:28:57,546 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:29:07,470 INFO Processing ruok command from /127.0.0.1:45122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:29:07,508 INFO Processing ruok command from /127.0.0.1:45124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:29:17,464 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:29:17,536 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:29:27,468 INFO Processing ruok command from /127.0.0.1:45538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:29:27,507 INFO Processing ruok command from /127.0.0.1:45540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:29:37,458 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:29:37,498 INFO Processing ruok command from /127.0.0.1:45750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:29:47,465 INFO Processing ruok command from /127.0.0.1:45956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:29:47,529 INFO Processing ruok command from /127.0.0.1:45958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:29:57,455 INFO Processing ruok command from /127.0.0.1:46158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:29:57,497 INFO Processing ruok command from /127.0.0.1:46162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:30:07,456 INFO Processing ruok command from /127.0.0.1:46388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:30:07,493 INFO Processing ruok command from /127.0.0.1:46390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:30:17,473 INFO Processing ruok command from /127.0.0.1:46590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:30:17,509 INFO Processing ruok command from /127.0.0.1:46592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:30:27,477 INFO Processing ruok command from /127.0.0.1:46808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:30:27,542 INFO Processing ruok command from /127.0.0.1:46810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:30:37,454 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:30:37,490 INFO Processing ruok command from /127.0.0.1:47018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:30:47,466 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:30:47,530 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:30:56,037 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-03-13 01:30:56,051 INFO Committing global session 0x200004365810016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:30:56,916 INFO Submitting global closeSession request for session 0x200004365810016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:30:57,478 INFO Processing ruok command from /127.0.0.1:47430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:30:57,550 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:30:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/022cc0ec-6385-4d14-b7dd-dca5cc65f5cc/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:30:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/170f27a9-60a6-456e-99d3-f38f4219beec/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:31:07,449 INFO Processing ruok command from /127.0.0.1:47642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:31:07,494 INFO Processing ruok command from /127.0.0.1:47644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:31:17,472 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:31:17,525 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:31:27,469 INFO Processing ruok command from /127.0.0.1:48072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:31:27,520 INFO Processing ruok command from /127.0.0.1:48074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:31:37,466 INFO Processing ruok command from /127.0.0.1:48288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:31:37,563 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:31:47,462 INFO Processing ruok command from /127.0.0.1:48496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:31:47,506 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:31:57,474 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:31:57,510 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:31:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/de376ddd-65d5-483c-ba72-103ae34f68ee/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:31:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/170f27a9-60a6-456e-99d3-f38f4219beec (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:31:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/022cc0ec-6385-4d14-b7dd-dca5cc65f5cc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:32:07,468 INFO Processing ruok command from /127.0.0.1:48910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:32:07,514 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:32:17,462 INFO Processing ruok command from /127.0.0.1:49130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:32:17,529 INFO Processing ruok command from /127.0.0.1:49132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:32:27,464 INFO Processing ruok command from /127.0.0.1:49342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:32:27,499 INFO Processing ruok command from /127.0.0.1:49344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:32:37,476 INFO Processing ruok command from /127.0.0.1:49558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:32:37,511 INFO Processing ruok command from /127.0.0.1:49560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:32:47,478 INFO Processing ruok command from /127.0.0.1:49764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:32:47,547 INFO Processing ruok command from /127.0.0.1:49766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:32:56,046 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-03-13 01:32:56,055 INFO Committing global session 0x200004365810017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:32:56,869 INFO Submitting global closeSession request for session 0x200004365810017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:32:57,470 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:32:57,514 INFO Processing ruok command from /127.0.0.1:49974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:32:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:32:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/de376ddd-65d5-483c-ba72-103ae34f68ee (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:33:07,460 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:33:07,496 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:33:17,459 INFO Processing ruok command from /127.0.0.1:50390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:33:17,521 INFO Processing ruok command from /127.0.0.1:50392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:33:27,455 INFO Processing ruok command from /127.0.0.1:50610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:33:27,496 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:33:37,451 INFO Processing ruok command from /127.0.0.1:50824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:33:37,514 INFO Processing ruok command from /127.0.0.1:50826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:33:47,475 INFO Processing ruok command from /127.0.0.1:51038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:33:47,539 INFO Processing ruok command from /127.0.0.1:51040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:33:57,462 INFO Processing ruok command from /127.0.0.1:51248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:33:57,527 INFO Processing ruok command from /127.0.0.1:51250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:33:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:34:07,458 INFO Processing ruok command from /127.0.0.1:51462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:34:07,502 INFO Processing ruok command from /127.0.0.1:51464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:34:17,470 INFO Processing ruok command from /127.0.0.1:51670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:34:17,516 INFO Processing ruok command from /127.0.0.1:51672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:34:27,461 INFO Processing ruok command from /127.0.0.1:51894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:34:27,539 INFO Processing ruok command from /127.0.0.1:51896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:34:37,447 INFO Processing ruok command from /127.0.0.1:52108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:34:37,488 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:34:47,463 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:34:47,496 INFO Processing ruok command from /127.0.0.1:52322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:34:55,888 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-03-13 01:34:55,895 INFO Committing global session 0x200004365810018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:34:56,790 INFO Submitting global closeSession request for session 0x200004365810018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:34:57,459 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:34:57,501 INFO Processing ruok command from /127.0.0.1:52532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:34:58,875 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:35:07,466 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:35:07,511 INFO Processing ruok command from /127.0.0.1:52752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:35:17,466 INFO Processing ruok command from /127.0.0.1:52958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:35:17,537 INFO Processing ruok command from /127.0.0.1:52960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:35:27,477 INFO Processing ruok command from /127.0.0.1:53172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:35:27,513 INFO Processing ruok command from /127.0.0.1:53174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:35:37,472 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:35:37,504 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:35:47,465 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:35:47,531 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:35:57,469 INFO Processing ruok command from /127.0.0.1:53806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:35:57,513 INFO Processing ruok command from /127.0.0.1:53808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:36:07,452 INFO Processing ruok command from /127.0.0.1:54024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:36:07,506 INFO Processing ruok command from /127.0.0.1:54026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:36:17,469 INFO Processing ruok command from /127.0.0.1:54222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:36:17,509 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:36:27,447 INFO Processing ruok command from /127.0.0.1:54428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:36:27,487 INFO Processing ruok command from /127.0.0.1:54430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:36:37,463 INFO Processing ruok command from /127.0.0.1:54656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:36:37,502 INFO Processing ruok command from /127.0.0.1:54658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:36:47,458 INFO Processing ruok command from /127.0.0.1:54856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:36:47,503 INFO Processing ruok command from /127.0.0.1:54858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:36:55,579 INFO Committing global session 0x3000046f9d80015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:36:57,465 INFO Processing ruok command from /127.0.0.1:55058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:36:57,504 INFO Processing ruok command from /127.0.0.1:55060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:36:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b83c93cf-124e-4e6b-8230-82dba6fe4ca9/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:37:07,466 INFO Processing ruok command from /127.0.0.1:55270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:37:07,497 INFO Processing ruok command from /127.0.0.1:55272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:37:17,457 INFO Processing ruok command from /127.0.0.1:55482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:37:17,490 INFO Processing ruok command from /127.0.0.1:55484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:37:27,462 INFO Processing ruok command from /127.0.0.1:55694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:37:27,501 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:37:37,466 INFO Processing ruok command from /127.0.0.1:55908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:37:37,509 INFO Processing ruok command from /127.0.0.1:55910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:37:47,452 INFO Processing ruok command from /127.0.0.1:56128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:37:47,542 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:37:57,463 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:37:57,498 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:37:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9119e1cc-0a35-49dd-9a78-d7f33a51bca3/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:37:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b83c93cf-124e-4e6b-8230-82dba6fe4ca9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:38:07,473 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:38:07,516 INFO Processing ruok command from /127.0.0.1:56550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:38:17,473 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:38:17,514 INFO Processing ruok command from /127.0.0.1:56754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:38:27,463 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:38:27,501 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:38:37,449 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:38:37,488 INFO Processing ruok command from /127.0.0.1:57186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:38:47,472 INFO Processing ruok command from /127.0.0.1:57404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:38:47,509 INFO Processing ruok command from /127.0.0.1:57406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:38:56,050 INFO Committing global session 0x1000046d8200016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:38:57,445 INFO Processing ruok command from /127.0.0.1:57616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:38:57,487 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:38:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9119e1cc-0a35-49dd-9a78-d7f33a51bca3 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:38:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:39:07,468 INFO Processing ruok command from /127.0.0.1:57834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:39:07,507 INFO Processing ruok command from /127.0.0.1:57836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:39:17,461 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:39:17,493 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:39:27,485 INFO Processing ruok command from /127.0.0.1:58242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:39:27,548 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:39:37,465 INFO Processing ruok command from /127.0.0.1:58450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:39:37,540 INFO Processing ruok command from /127.0.0.1:58452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:39:47,451 INFO Processing ruok command from /127.0.0.1:58666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:39:47,516 INFO Processing ruok command from /127.0.0.1:58668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:39:57,461 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:39:57,498 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:39:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/41687239-63d1-467c-ab7d-2669cf7415d4/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:40:07,453 INFO Processing ruok command from /127.0.0.1:59112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:40:07,492 INFO Processing ruok command from /127.0.0.1:59114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:40:17,469 INFO Processing ruok command from /127.0.0.1:59318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:40:17,538 INFO Processing ruok command from /127.0.0.1:59320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:40:27,478 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:40:27,544 INFO Processing ruok command from /127.0.0.1:59532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:40:37,464 INFO Processing ruok command from /127.0.0.1:59748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:40:37,500 INFO Processing ruok command from /127.0.0.1:59750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:40:47,457 INFO Processing ruok command from /127.0.0.1:59948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:40:47,535 INFO Processing ruok command from /127.0.0.1:59950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:40:55,847 INFO Committing global session 0x3000046f9d80016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:40:57,476 INFO Processing ruok command from /127.0.0.1:60168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:40:57,547 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:40:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/41687239-63d1-467c-ab7d-2669cf7415d4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:41:07,462 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:41:07,503 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:41:17,454 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:41:17,501 INFO Processing ruok command from /127.0.0.1:60588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:41:27,463 INFO Processing ruok command from /127.0.0.1:60796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:41:27,500 INFO Processing ruok command from /127.0.0.1:60798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:41:37,483 INFO Processing ruok command from /127.0.0.1:32776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:41:37,520 INFO Processing ruok command from /127.0.0.1:32778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:41:47,471 INFO Processing ruok command from /127.0.0.1:32980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:41:47,533 INFO Processing ruok command from /127.0.0.1:32982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:41:57,457 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:41:57,498 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:41:57,974 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-13 01:41:57,974 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-03-13 01:41:57,980 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-03-13 01:41:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:42:07,464 INFO Processing ruok command from /127.0.0.1:33398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:42:07,500 INFO Processing ruok command from /127.0.0.1:33400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:42:17,464 INFO Processing ruok command from /127.0.0.1:33610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:42:17,503 INFO Processing ruok command from /127.0.0.1:33612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:42:27,454 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:42:27,494 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:42:37,459 INFO Processing ruok command from /127.0.0.1:34040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:42:37,489 INFO Processing ruok command from /127.0.0.1:34042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:42:47,466 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:42:47,542 INFO Processing ruok command from /127.0.0.1:34250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:42:55,822 INFO Committing global session 0x3000046f9d80017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:42:57,483 INFO Processing ruok command from /127.0.0.1:34452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:42:57,503 INFO Processing ruok command from /127.0.0.1:34454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:42:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/abaac736-2da4-4f60-a0e1-55f44710bb91/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:43:07,454 INFO Processing ruok command from /127.0.0.1:34680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:43:07,493 INFO Processing ruok command from /127.0.0.1:34682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:43:17,464 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:43:17,533 INFO Processing ruok command from /127.0.0.1:34888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:43:27,471 INFO Processing ruok command from /127.0.0.1:35092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:43:27,505 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:43:37,469 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:43:37,509 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:43:47,459 INFO Processing ruok command from /127.0.0.1:35522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:43:47,527 INFO Processing ruok command from /127.0.0.1:35524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:43:57,479 INFO Processing ruok command from /127.0.0.1:35730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:43:57,512 INFO Processing ruok command from /127.0.0.1:35734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:43:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/abaac736-2da4-4f60-a0e1-55f44710bb91 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:44:07,480 INFO Processing ruok command from /127.0.0.1:35946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:44:07,543 INFO Processing ruok command from /127.0.0.1:35948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:44:17,454 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:44:17,520 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:44:27,477 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:44:27,513 INFO Processing ruok command from /127.0.0.1:36372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:44:37,463 INFO Processing ruok command from /127.0.0.1:36584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:44:37,529 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:44:47,473 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:44:47,544 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:44:55,754 INFO Committing global session 0x1000046d8200017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:44:57,456 INFO Processing ruok command from /127.0.0.1:36992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:44:57,513 INFO Processing ruok command from /127.0.0.1:36994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:44:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:45:07,458 INFO Processing ruok command from /127.0.0.1:37208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:45:07,500 INFO Processing ruok command from /127.0.0.1:37210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:45:17,468 INFO Processing ruok command from /127.0.0.1:37430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:45:17,502 INFO Processing ruok command from /127.0.0.1:37432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:45:27,456 INFO Processing ruok command from /127.0.0.1:37648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:45:27,520 INFO Processing ruok command from /127.0.0.1:37650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:45:37,461 INFO Processing ruok command from /127.0.0.1:37858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:45:37,495 INFO Processing ruok command from /127.0.0.1:37860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:45:47,450 INFO Processing ruok command from /127.0.0.1:38066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:45:47,511 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:45:57,458 INFO Processing ruok command from /127.0.0.1:38282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:45:57,496 INFO Processing ruok command from /127.0.0.1:38284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:45:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ab0a1970-3c55-4494-804a-48d2424da8e9/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:46:07,476 INFO Processing ruok command from /127.0.0.1:38488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:46:07,498 INFO Processing ruok command from /127.0.0.1:38492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:46:17,460 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:46:17,522 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:46:27,481 INFO Processing ruok command from /127.0.0.1:38926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:46:27,522 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:46:37,453 INFO Processing ruok command from /127.0.0.1:39138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:46:37,498 INFO Processing ruok command from /127.0.0.1:39140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:46:47,458 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:46:47,498 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:46:55,800 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-03-13 01:46:55,808 INFO Committing global session 0x200004365810019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:46:56,672 INFO Submitting global closeSession request for session 0x200004365810019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:46:57,465 INFO Processing ruok command from /127.0.0.1:39540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:46:57,532 INFO Processing ruok command from /127.0.0.1:39542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:46:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ab0a1970-3c55-4494-804a-48d2424da8e9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:46:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6414fadc-13a4-4308-930a-07614e7c77cd/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:47:07,462 INFO Processing ruok command from /127.0.0.1:39748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:47:07,507 INFO Processing ruok command from /127.0.0.1:39750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:47:17,456 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:47:17,491 INFO Processing ruok command from /127.0.0.1:39958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:47:27,453 INFO Processing ruok command from /127.0.0.1:40188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:47:27,492 INFO Processing ruok command from /127.0.0.1:40190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:47:37,467 INFO Processing ruok command from /127.0.0.1:40410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:47:37,513 INFO Processing ruok command from /127.0.0.1:40412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:47:47,479 INFO Processing ruok command from /127.0.0.1:40626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:47:47,512 INFO Processing ruok command from /127.0.0.1:40628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:47:57,464 INFO Processing ruok command from /127.0.0.1:40844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:47:57,499 INFO Processing ruok command from /127.0.0.1:40846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:47:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6414fadc-13a4-4308-930a-07614e7c77cd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:48:07,484 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:48:07,519 INFO Processing ruok command from /127.0.0.1:41062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:48:17,464 INFO Processing ruok command from /127.0.0.1:41272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:48:17,509 INFO Processing ruok command from /127.0.0.1:41278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:48:27,467 INFO Processing ruok command from /127.0.0.1:41508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:48:27,507 INFO Processing ruok command from /127.0.0.1:41510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:48:37,466 INFO Processing ruok command from /127.0.0.1:41758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:48:37,498 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:48:47,455 INFO Processing ruok command from /127.0.0.1:41988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:48:47,499 INFO Processing ruok command from /127.0.0.1:41990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:48:55,939 INFO Committing global session 0x1000046d8200018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:48:57,470 INFO Processing ruok command from /127.0.0.1:42206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:48:57,504 INFO Processing ruok command from /127.0.0.1:42210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:48:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6b24f111-815c-4c67-a1cf-c6b2f2157619/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:48:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:49:07,459 INFO Processing ruok command from /127.0.0.1:42438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:49:07,495 INFO Processing ruok command from /127.0.0.1:42440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:49:17,472 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:49:17,514 INFO Processing ruok command from /127.0.0.1:42664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:49:27,452 INFO Processing ruok command from /127.0.0.1:42874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:49:27,491 INFO Processing ruok command from /127.0.0.1:42876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:49:37,469 INFO Processing ruok command from /127.0.0.1:43100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:49:37,506 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:49:47,472 INFO Processing ruok command from /127.0.0.1:43306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:49:47,505 INFO Processing ruok command from /127.0.0.1:43308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:49:57,463 INFO Processing ruok command from /127.0.0.1:43512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:49:57,524 INFO Processing ruok command from /127.0.0.1:43514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:49:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6b24f111-815c-4c67-a1cf-c6b2f2157619 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:50:07,449 INFO Processing ruok command from /127.0.0.1:43732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:50:07,495 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:50:17,475 INFO Processing ruok command from /127.0.0.1:43942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:50:17,549 INFO Processing ruok command from /127.0.0.1:43944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:50:27,464 INFO Processing ruok command from /127.0.0.1:44158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:50:27,502 INFO Processing ruok command from /127.0.0.1:44160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:50:37,468 INFO Processing ruok command from /127.0.0.1:44372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:50:37,500 INFO Processing ruok command from /127.0.0.1:44374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:50:47,471 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:50:47,518 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:50:55,584 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-03-13 01:50:55,592 INFO Committing global session 0x20000436581001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:50:56,471 INFO Submitting global closeSession request for session 0x20000436581001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:50:57,488 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:50:57,525 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:50:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:51:07,471 INFO Processing ruok command from /127.0.0.1:45024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:51:07,511 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:51:17,459 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:51:17,495 INFO Processing ruok command from /127.0.0.1:45230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:51:27,476 INFO Processing ruok command from /127.0.0.1:45442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:51:27,517 INFO Processing ruok command from /127.0.0.1:45444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:51:37,460 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:51:37,502 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:51:47,465 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:51:47,510 INFO Processing ruok command from /127.0.0.1:45872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:51:57,486 INFO Processing ruok command from /127.0.0.1:46078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:51:57,519 INFO Processing ruok command from /127.0.0.1:46080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:51:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:52:07,475 INFO Processing ruok command from /127.0.0.1:46292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:52:07,518 INFO Processing ruok command from /127.0.0.1:46294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:52:17,465 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:52:17,509 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:52:27,469 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:52:27,516 INFO Processing ruok command from /127.0.0.1:46714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:52:37,475 INFO Processing ruok command from /127.0.0.1:46928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:52:37,514 INFO Processing ruok command from /127.0.0.1:46930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:52:47,477 INFO Processing ruok command from /127.0.0.1:47136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:52:47,566 INFO Processing ruok command from /127.0.0.1:47138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:52:55,552 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-03-13 01:52:55,562 INFO Committing global session 0x20000436581001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:52:56,431 INFO Submitting global closeSession request for session 0x20000436581001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:52:57,478 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:52:57,520 INFO Processing ruok command from /127.0.0.1:47358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:53:07,461 INFO Processing ruok command from /127.0.0.1:47568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:53:07,502 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:53:17,484 INFO Processing ruok command from /127.0.0.1:47778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:53:17,533 INFO Processing ruok command from /127.0.0.1:47780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:53:27,480 INFO Processing ruok command from /127.0.0.1:47990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:53:27,517 INFO Processing ruok command from /127.0.0.1:47992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:53:37,465 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:53:37,513 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:53:47,450 INFO Processing ruok command from /127.0.0.1:48420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:53:47,492 INFO Processing ruok command from /127.0.0.1:48422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:53:57,477 INFO Processing ruok command from /127.0.0.1:48642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:53:57,516 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:53:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/88476e0e-a99b-4362-926f-87a1e01a48ea/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:54:07,460 INFO Processing ruok command from /127.0.0.1:48858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:54:07,505 INFO Processing ruok command from /127.0.0.1:48860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:54:17,465 INFO Processing ruok command from /127.0.0.1:49066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:54:17,548 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:54:27,448 INFO Processing ruok command from /127.0.0.1:49286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:54:27,489 INFO Processing ruok command from /127.0.0.1:49288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:54:37,471 INFO Processing ruok command from /127.0.0.1:49490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:54:37,516 INFO Processing ruok command from /127.0.0.1:49492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:54:47,470 INFO Processing ruok command from /127.0.0.1:49694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:54:47,551 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:54:56,088 INFO Committing global session 0x1000046d8200019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:54:57,464 INFO Processing ruok command from /127.0.0.1:49910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:54:57,521 INFO Processing ruok command from /127.0.0.1:49912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:54:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/137c6840-22f8-44c4-a58e-199349ca4be0/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:54:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/88476e0e-a99b-4362-926f-87a1e01a48ea (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:54:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/09c99081-3368-4c64-be8c-30b4011a191b/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:55:07,467 INFO Processing ruok command from /127.0.0.1:50134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:55:07,553 INFO Processing ruok command from /127.0.0.1:50136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:55:17,470 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:55:17,499 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:55:27,465 INFO Processing ruok command from /127.0.0.1:50552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:55:27,524 INFO Processing ruok command from /127.0.0.1:50554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:55:37,460 INFO Processing ruok command from /127.0.0.1:50770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:55:37,500 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:55:47,460 INFO Processing ruok command from /127.0.0.1:50972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:55:47,521 INFO Processing ruok command from /127.0.0.1:50974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:55:57,461 INFO Processing ruok command from /127.0.0.1:51184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:55:57,505 INFO Processing ruok command from /127.0.0.1:51186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:55:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/137c6840-22f8-44c4-a58e-199349ca4be0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:55:58,879 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/09c99081-3368-4c64-be8c-30b4011a191b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:56:07,481 INFO Processing ruok command from /127.0.0.1:51414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:56:07,550 INFO Processing ruok command from /127.0.0.1:51416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:56:17,457 INFO Processing ruok command from /127.0.0.1:51624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:56:17,499 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:56:27,466 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:56:27,501 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:56:37,471 INFO Processing ruok command from /127.0.0.1:52058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:56:37,549 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:56:47,467 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:56:47,531 INFO Processing ruok command from /127.0.0.1:52270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:56:56,075 INFO Committing global session 0x3000046f9d80018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:56:57,476 INFO Processing ruok command from /127.0.0.1:52474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:56:57,518 INFO Processing ruok command from /127.0.0.1:52476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:56:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:56:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:57:07,465 INFO Processing ruok command from /127.0.0.1:52688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:57:07,521 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:57:17,482 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:57:17,578 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:57:27,463 INFO Processing ruok command from /127.0.0.1:53130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:57:27,508 INFO Processing ruok command from /127.0.0.1:53132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:57:37,463 INFO Processing ruok command from /127.0.0.1:53338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:57:37,499 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:57:47,451 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:57:47,493 INFO Processing ruok command from /127.0.0.1:53540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:57:57,471 INFO Processing ruok command from /127.0.0.1:53740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:57:57,505 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:57:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 01:58:07,458 INFO Processing ruok command from /127.0.0.1:53954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:58:07,495 INFO Processing ruok command from /127.0.0.1:53956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:58:17,464 INFO Processing ruok command from /127.0.0.1:54170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:58:17,520 INFO Processing ruok command from /127.0.0.1:54172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:58:27,454 INFO Processing ruok command from /127.0.0.1:54380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:58:27,496 INFO Processing ruok command from /127.0.0.1:54382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:58:37,479 INFO Processing ruok command from /127.0.0.1:54598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:58:37,514 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 01:58:47,468 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 01:58:47,539 INFO Processing ruok command from /127.0.0.1:54806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 01:58:55,861 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-03-13 01:58:55,869 INFO Committing global session 0x20000436581001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 01:58:56,691 INFO Submitting global closeSession request for session 0x20000436581001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 01:58:57,459 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 01:58:57,501 INFO Processing ruok command from /127.0.0.1:55018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 01:59:07,462 INFO Processing ruok command from /127.0.0.1:55230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 01:59:07,506 INFO Processing ruok command from /127.0.0.1:55232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 01:59:17,458 INFO Processing ruok command from /127.0.0.1:55436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 01:59:17,528 INFO Processing ruok command from /127.0.0.1:55438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 01:59:27,460 INFO Processing ruok command from /127.0.0.1:55654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 01:59:27,519 INFO Processing ruok command from /127.0.0.1:55656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 01:59:37,469 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 01:59:37,513 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 01:59:47,460 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 01:59:47,500 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 01:59:57,468 INFO Processing ruok command from /127.0.0.1:56274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 01:59:57,509 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:00:07,475 INFO Processing ruok command from /127.0.0.1:56492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:00:07,507 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:00:17,460 INFO Processing ruok command from /127.0.0.1:56700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:00:17,516 INFO Processing ruok command from /127.0.0.1:56702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:00:27,457 INFO Processing ruok command from /127.0.0.1:56924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:00:27,500 INFO Processing ruok command from /127.0.0.1:56926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:00:37,456 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:00:37,501 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:00:47,461 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:00:47,497 INFO Processing ruok command from /127.0.0.1:57350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:00:56,071 INFO Committing global session 0x1000046d820001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:00:57,474 INFO Processing ruok command from /127.0.0.1:57556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:00:57,508 INFO Processing ruok command from /127.0.0.1:57558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:00:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/592de189-1677-480e-8e27-0bab74f03bbf/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:00:58,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c89aa3f2-becc-449b-9a4f-998c8c046504/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:00:58,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4f24805e-e8fa-4e77-a507-82e05370efe8/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:01:07,447 INFO Processing ruok command from /127.0.0.1:57760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:01:07,521 INFO Processing ruok command from /127.0.0.1:57762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:01:17,457 INFO Processing ruok command from /127.0.0.1:57960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:01:17,499 INFO Processing ruok command from /127.0.0.1:57962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:01:27,489 INFO Processing ruok command from /127.0.0.1:58174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:01:27,529 INFO Processing ruok command from /127.0.0.1:58176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:01:37,468 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:01:37,547 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:01:47,470 INFO Processing ruok command from /127.0.0.1:58620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:01:47,515 INFO Processing ruok command from /127.0.0.1:58622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:01:57,456 INFO Processing ruok command from /127.0.0.1:58828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:01:57,525 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:01:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c89aa3f2-becc-449b-9a4f-998c8c046504 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:01:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4f24805e-e8fa-4e77-a507-82e05370efe8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:01:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5609a05f-7dcb-47ff-9189-72d118213aa3/onap-policy-clamp-ac-http-ppnt-5f5698445b-8kgpz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:01:58,892 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/592de189-1677-480e-8e27-0bab74f03bbf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:02:07,467 INFO Processing ruok command from /127.0.0.1:59046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:02:07,498 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:02:17,464 INFO Processing ruok command from /127.0.0.1:59250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:02:17,545 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:02:27,460 INFO Processing ruok command from /127.0.0.1:59462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:02:27,501 INFO Processing ruok command from /127.0.0.1:59464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:02:37,467 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:02:37,530 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:02:47,455 INFO Processing ruok command from /127.0.0.1:59882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:02:47,519 INFO Processing ruok command from /127.0.0.1:59884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:02:55,959 INFO Committing global session 0x3000046f9d80019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:02:57,451 INFO Processing ruok command from /127.0.0.1:60096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:02:57,497 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:02:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:02:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5609a05f-7dcb-47ff-9189-72d118213aa3 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:02:58,886 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4ce6063b-f76c-4d6e-b7f9-8345528b6d17/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:03:07,460 INFO Processing ruok command from /127.0.0.1:60302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:03:07,500 INFO Processing ruok command from /127.0.0.1:60304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:03:17,485 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:03:17,535 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:03:27,469 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:03:27,553 INFO Processing ruok command from /127.0.0.1:60712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:03:37,456 INFO Processing ruok command from /127.0.0.1:60918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:03:37,492 INFO Processing ruok command from /127.0.0.1:60920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:03:47,467 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:03:47,524 INFO Processing ruok command from /127.0.0.1:32910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:03:57,469 INFO Processing ruok command from /127.0.0.1:33122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:03:57,508 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:03:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4ce6063b-f76c-4d6e-b7f9-8345528b6d17 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:04:07,471 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:04:07,511 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:04:17,468 INFO Processing ruok command from /127.0.0.1:33534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:04:17,509 INFO Processing ruok command from /127.0.0.1:33536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:04:27,486 INFO Processing ruok command from /127.0.0.1:33746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:04:27,541 INFO Processing ruok command from /127.0.0.1:33748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:04:37,453 INFO Processing ruok command from /127.0.0.1:33952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:04:37,488 INFO Processing ruok command from /127.0.0.1:33954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:04:47,452 INFO Processing ruok command from /127.0.0.1:34174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:04:47,507 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:04:55,947 INFO Committing global session 0x1000046d820001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:04:57,457 INFO Processing ruok command from /127.0.0.1:34390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:04:57,500 INFO Processing ruok command from /127.0.0.1:34392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:04:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:05:07,463 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:05:07,505 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:05:17,459 INFO Processing ruok command from /127.0.0.1:34812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:05:17,533 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:05:27,458 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:05:27,496 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:05:37,468 INFO Processing ruok command from /127.0.0.1:35242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:05:37,520 INFO Processing ruok command from /127.0.0.1:35244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:05:47,454 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:05:47,497 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:05:57,472 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:05:57,504 INFO Processing ruok command from /127.0.0.1:35670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:05:58,874 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:06:07,463 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:06:07,525 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:06:17,451 INFO Processing ruok command from /127.0.0.1:36086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:06:17,524 INFO Processing ruok command from /127.0.0.1:36088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:06:27,457 INFO Processing ruok command from /127.0.0.1:36298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:06:27,498 INFO Processing ruok command from /127.0.0.1:36300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:06:37,448 INFO Processing ruok command from /127.0.0.1:36508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:06:37,484 INFO Processing ruok command from /127.0.0.1:36510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:06:47,483 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:06:47,522 INFO Processing ruok command from /127.0.0.1:36716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:06:55,884 INFO Committing global session 0x1000046d820001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:06:57,472 INFO Processing ruok command from /127.0.0.1:36936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:06:57,514 INFO Processing ruok command from /127.0.0.1:36938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:06:58,875 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fbb9ac2c-7732-47f1-a65a-41f58a5a695c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:07:07,456 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:07:07,495 INFO Processing ruok command from /127.0.0.1:37152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:07:17,451 INFO Processing ruok command from /127.0.0.1:37356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:07:17,495 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:07:27,468 INFO Processing ruok command from /127.0.0.1:37568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:07:27,501 INFO Processing ruok command from /127.0.0.1:37570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:07:37,479 INFO Processing ruok command from /127.0.0.1:37784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:07:37,559 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:07:47,467 INFO Processing ruok command from /127.0.0.1:37992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:07:47,512 INFO Processing ruok command from /127.0.0.1:37994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:07:57,448 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:07:57,487 INFO Processing ruok command from /127.0.0.1:38206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:07:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fbb9ac2c-7732-47f1-a65a-41f58a5a695c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:08:07,461 INFO Processing ruok command from /127.0.0.1:38436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:08:07,513 INFO Processing ruok command from /127.0.0.1:38438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:08:17,451 INFO Processing ruok command from /127.0.0.1:38644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:08:17,522 INFO Processing ruok command from /127.0.0.1:38646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:08:27,463 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:08:27,525 INFO Processing ruok command from /127.0.0.1:38854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:08:37,464 INFO Processing ruok command from /127.0.0.1:39062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:08:37,516 INFO Processing ruok command from /127.0.0.1:39064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:08:47,451 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:08:47,512 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:08:55,745 INFO Committing global session 0x3000046f9d8001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:08:57,480 INFO Processing ruok command from /127.0.0.1:39482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:08:57,544 INFO Processing ruok command from /127.0.0.1:39484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:08:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a275e26e-f194-491e-94c0-557cb7cee64c/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:08:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:09:07,462 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:09:07,495 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:09:17,452 INFO Processing ruok command from /127.0.0.1:39918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:09:17,493 INFO Processing ruok command from /127.0.0.1:39920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:09:27,460 INFO Processing ruok command from /127.0.0.1:40132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:09:27,498 INFO Processing ruok command from /127.0.0.1:40134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:09:37,465 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:09:37,534 INFO Processing ruok command from /127.0.0.1:40344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:09:47,454 INFO Processing ruok command from /127.0.0.1:40554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:09:47,490 INFO Processing ruok command from /127.0.0.1:40556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:09:57,467 INFO Processing ruok command from /127.0.0.1:40764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:09:57,517 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:09:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a275e26e-f194-491e-94c0-557cb7cee64c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:09:58,880 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0b03143b-a3bb-459c-8faa-f949a1fc7506/onap-policy-clamp-ac-k8s-ppnt-cd66b7769-jqw4m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:10:07,459 INFO Processing ruok command from /127.0.0.1:40972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:10:07,499 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:10:17,475 INFO Processing ruok command from /127.0.0.1:41194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:10:17,521 INFO Processing ruok command from /127.0.0.1:41196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:10:27,465 INFO Processing ruok command from /127.0.0.1:41410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:10:27,502 INFO Processing ruok command from /127.0.0.1:41412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:10:37,459 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:10:37,500 INFO Processing ruok command from /127.0.0.1:41626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:10:47,455 INFO Processing ruok command from /127.0.0.1:41828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:10:47,499 INFO Processing ruok command from /127.0.0.1:41830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-03-13 02:10:56,016 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-03-13 02:10:56,024 INFO Committing global session 0x20000436581001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-03-13 02:10:56,906 INFO Submitting global closeSession request for session 0x20000436581001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-03-13 02:10:57,462 INFO Processing ruok command from /127.0.0.1:42042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-03-13 02:10:57,499 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-03-13 02:10:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0b03143b-a3bb-459c-8faa-f949a1fc7506 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:11:07,465 INFO Processing ruok command from /127.0.0.1:42248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-03-13 02:11:07,505 INFO Processing ruok command from /127.0.0.1:42250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-03-13 02:11:17,485 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-03-13 02:11:17,513 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-03-13 02:11:27,461 INFO Processing ruok command from /127.0.0.1:42680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-03-13 02:11:27,554 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-03-13 02:11:37,455 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-03-13 02:11:37,539 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-03-13 02:11:47,470 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-03-13 02:11:47,512 INFO Processing ruok command from /127.0.0.1:43104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-03-13 02:11:57,468 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-03-13 02:11:57,507 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-03-13 02:11:58,874 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-03-13 02:12:07,453 INFO Processing ruok command from /127.0.0.1:43526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-03-13 02:12:07,484 INFO Processing ruok command from /127.0.0.1:43528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]