Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2023-03-05T23:58:02.113+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2023-03-05T23:58:03.029+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-05T23:58:03.030+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2023-03-05T23:58:03.030+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@7e276594{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@3401a114{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=null, servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-05T23:58:03.125+00:00|INFO|ServiceManager|main] service manager started
[2023-03-05T23:58:03.125+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@7e276594{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@3401a114{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main], servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-05T23:58:03.178+00:00|INFO|Server|SDCDistributionGroup-6969] jetty-10.0.13; built: 2022-12-07T20:13:20.134Z; git: 1c2636ea05c0ca8de1ffd6ca7f3a98ac084c766d; jvm 11.0.18+10-alpine-r0
[2023-03-05T23:58:03.456+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2023-03-05T23:58:03.526+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2023-03-05T23:58:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-05T23:58:04.366+00:00|ERROR|HttpSdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
java.net.UnknownHostException: sdc-be.onap: Name does not resolve
	at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:929)
	at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1534)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848)
	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1524)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1382)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117)
	at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:142)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Timer.java:556)
	at java.base/java.util.TimerThread.run(Timer.java:506)
[2023-03-05T23:58:04.368+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@58dc9ea7
[2023-03-05T23:58:04.369+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2023-03-05T23:58:04.404+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2023-03-05T23:58:04.404+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-05T23:58:04.843+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2023-03-05T23:58:04.844+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2023-03-05T23:58:05.014+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@3401a114{/,null,AVAILABLE}
[2023-03-05T23:58:05.032+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2023-03-05T23:58:05.036+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@7e276594{STARTING}[10.0.13,sto=0] @4173ms
[2023-03-05T23:58:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-05T23:58:33.574+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@61203b34
[2023-03-05T23:58:33.574+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-05T23:58:33.575+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-05T23:58:33.575+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-05T23:59:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-05T23:59:03.555+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@500c4d00
[2023-03-05T23:59:03.556+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-05T23:59:03.556+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-05T23:59:03.556+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-05T23:59:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-05T23:59:33.537+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@29049fdd
[2023-03-05T23:59:33.537+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-05T23:59:33.537+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-05T23:59:33.537+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:00:03.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:00:03.557+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@77141fd
[2023-03-06T00:00:03.561+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:00:03.563+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:00:03.564+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:00:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:00:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@451caa58
[2023-03-06T00:00:33.535+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:00:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:00:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:01:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:01:03.537+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@657703af
[2023-03-06T00:01:03.538+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:01:03.539+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:01:03.539+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:01:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:01:33.538+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4021da45
[2023-03-06T00:01:33.538+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:01:33.538+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:01:33.539+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:02:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:02:03.544+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3f9800a
[2023-03-06T00:02:03.544+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:02:03.545+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:02:03.545+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:02:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:02:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7d0e8f8c
[2023-03-06T00:02:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:02:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:02:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:03:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:03:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1caa3f07
[2023-03-06T00:03:03.537+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:03:03.538+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:03:03.538+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:03:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:03:33.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@58a32cd5
[2023-03-06T00:03:33.535+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:03:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:03:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:04:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:04:03.556+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@76f40b6e
[2023-03-06T00:04:03.557+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:04:03.558+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:04:03.558+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:04:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:04:33.537+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@359aa28f
[2023-03-06T00:04:33.538+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:04:33.538+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:04:33.539+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:05:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:05:03.539+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3446ed88
[2023-03-06T00:05:03.539+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:05:03.540+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:05:03.540+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:05:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:05:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3bd89137
[2023-03-06T00:05:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:05:33.535+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:05:33.535+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:06:03.529+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:06:03.610+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@265c43e7
[2023-03-06T00:06:03.611+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:06:03.611+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:06:03.611+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:06:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:06:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@298a7b07
[2023-03-06T00:06:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:06:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:06:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:07:03.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:07:03.545+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@14ff613e
[2023-03-06T00:07:03.545+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:07:03.546+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:07:03.546+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:07:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:07:33.536+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5bdd2cf9
[2023-03-06T00:07:33.536+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:07:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:07:33.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:08:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:08:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@77047ebb
[2023-03-06T00:08:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:08:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:08:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:08:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:08:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@27e44707
[2023-03-06T00:08:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:08:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:08:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:09:03.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:09:03.602+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5e71b75e
[2023-03-06T00:09:03.603+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:09:03.603+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:09:03.603+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:09:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:09:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@e7bce53
[2023-03-06T00:09:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:09:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:09:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:10:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:10:03.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3bcdae82
[2023-03-06T00:10:03.535+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:10:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:10:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:10:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:10:33.530+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4efd0540
[2023-03-06T00:10:33.530+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:10:33.531+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:10:33.531+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:11:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:11:03.543+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5d0b713d
[2023-03-06T00:11:03.543+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:11:03.544+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:11:03.544+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:11:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:11:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5912e208
[2023-03-06T00:11:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:11:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:11:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:12:03.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:12:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5ca8b586
[2023-03-06T00:12:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:12:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:12:03.537+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:12:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:12:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@d130f2a
[2023-03-06T00:12:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:12:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:12:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:13:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:13:03.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6e44c79c
[2023-03-06T00:13:03.535+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:13:03.535+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:13:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:13:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:13:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6760d097
[2023-03-06T00:13:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:13:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:13:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:14:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:14:03.541+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3e0180fd
[2023-03-06T00:14:03.542+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:14:03.542+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:14:03.542+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:14:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:14:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@395a89f6
[2023-03-06T00:14:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:14:33.534+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:14:33.534+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:15:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:15:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@764cbab8
[2023-03-06T00:15:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:15:03.537+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:15:03.537+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:15:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:15:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5be87f0
[2023-03-06T00:15:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:15:33.531+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:15:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:16:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:16:03.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@54fa064b
[2023-03-06T00:16:03.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:16:03.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:16:03.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:16:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:16:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2a48b658
[2023-03-06T00:16:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:16:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:16:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:17:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:17:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1dedbcc
[2023-03-06T00:17:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:17:03.535+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:17:03.535+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:17:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:17:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@38dd6a14
[2023-03-06T00:17:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:17:33.531+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:17:33.531+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:18:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:18:03.548+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@41c09455
[2023-03-06T00:18:03.548+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:18:03.548+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:18:03.548+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:18:33.528+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:18:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@234a025d
[2023-03-06T00:18:33.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:18:33.534+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:18:33.534+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:19:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:19:03.549+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4b43ea30
[2023-03-06T00:19:03.549+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:19:03.550+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:19:03.550+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:19:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:19:33.531+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7f2e0238
[2023-03-06T00:19:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:19:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:19:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:20:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:20:03.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5cf291b6
[2023-03-06T00:20:03.536+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:20:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:20:03.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:20:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:20:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3cba183f
[2023-03-06T00:20:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:20:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:20:33.532+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:21:03.529+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:21:03.549+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7992b7c
[2023-03-06T00:21:03.550+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:21:03.550+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:21:03.550+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:21:33.530+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:21:33.618+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@bdca79a
[2023-03-06T00:21:33.646+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:21:33.647+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:21:33.647+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:22:03.530+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:22:03.662+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@31d24542
[2023-03-06T00:22:03.663+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:22:03.663+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:22:03.663+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:22:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:22:33.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@12be59b4
[2023-03-06T00:22:33.577+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:22:33.578+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:22:33.578+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:23:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:23:03.542+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2c3b3a44
[2023-03-06T00:23:03.542+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:23:03.542+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:23:03.542+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:23:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:23:33.532+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@13ab7098
[2023-03-06T00:23:33.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:23:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:23:33.533+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:24:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:24:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@73d38ec
[2023-03-06T00:24:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:24:03.534+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:24:03.534+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:24:33.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:24:33.539+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@229883a5
[2023-03-06T00:24:33.539+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:24:33.540+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:24:33.540+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:25:03.526+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:25:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@b785f56
[2023-03-06T00:25:03.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:25:03.534+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:25:03.534+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:25:33.527+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:25:33.566+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2fdef5e9
[2023-03-06T00:25:33.567+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-06T00:25:33.568+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to send request to SDC. Initialization will be retried after 30 Seconds
[2023-03-06T00:25:33.568+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-06T00:26:03.530+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-06T00:26:04.743+00:00|INFO|ProducerConfig|Timer-0] ProducerConfig values: 
	acks = -1
	auto.include.jmx.reporter = true
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

[2023-03-06T00:26:04.880+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Instantiated an idempotent producer.
[2023-03-06T00:26:04.956+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2023-03-06T00:26:05.026+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-06T00:26:05.026+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-06T00:26:05.026+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1678062365021
[2023-03-06T00:26:05.034+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2023-03-06T00:26:05.056+00:00|INFO|ConsumerConfig|Timer-0] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-distribution
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

[2023-03-06T00:26:05.147+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-06T00:26:05.148+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-06T00:26:05.148+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1678062365147
[2023-03-06T00:26:05.150+00:00|INFO|KafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:26:05.155+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:26:05.884+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.885+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.886+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Cluster ID: d5WmOIXbQbWdhGRU8_iZtw
[2023-03-06T00:26:05.886+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.886+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.886+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.886+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
[2023-03-06T00:26:05.887+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] ProducerId set to 1001 with epoch 0
[2023-03-06T00:26:05.891+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Cluster ID: d5WmOIXbQbWdhGRU8_iZtw
[2023-03-06T00:26:05.893+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
[2023-03-06T00:26:05.906+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] (Re-)joining group
[2023-03-06T00:26:05.961+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb-fb6d6783-c121-4ea8-b080-eecb58ee8c07
[2023-03-06T00:26:05.962+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
[2023-03-06T00:26:05.962+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] (Re-)joining group
[2023-03-06T00:26:08.970+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb-fb6d6783-c121-4ea8-b080-eecb58ee8c07', protocol='range'}
[2023-03-06T00:26:08.975+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb-fb6d6783-c121-4ea8-b080-eecb58ee8c07=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
[2023-03-06T00:26:09.009+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb-fb6d6783-c121-4ea8-b080-eecb58ee8c07', protocol='range'}
[2023-03-06T00:26:09.010+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
[2023-03-06T00:26:09.014+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-06T00:26:09.029+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-06T00:26:09.029+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2023-03-06T00:26:09.029+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2023-03-06T00:26:09.029+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2023-03-06T00:26:09.030+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2023-03-06T00:26:09.030+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2023-03-06T00:26:09.131+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-06T00:26:09.132+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-06T00:26:09.166+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-06T00:26:09.166+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-06T00:26:09.227+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-06T00:26:09.227+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-06T00:26:35.161+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:27:05.162+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:27:35.163+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:28:05.164+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:28:35.165+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:29:05.165+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:29:35.167+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:30:05.168+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:30:35.169+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:31:05.169+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:31:35.171+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:32:05.173+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:32:35.174+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:33:05.175+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:33:35.177+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:34:05.179+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:34:35.180+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:35:05.182+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:35:06.136+00:00|INFO|NetworkClient|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-3a9f5e7c-6346-4104-97a9-14a410070cdb, groupId=policy-distribution] Node -1 disconnected.
[2023-03-06T00:35:06.181+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Node -1 disconnected.
[2023-03-06T00:35:35.183+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:36:05.184+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:36:35.184+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:37:05.184+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:37:35.186+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:38:05.187+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:38:35.187+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:39:05.188+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:39:35.188+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:40:05.189+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:40:35.191+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:41:05.192+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:41:35.193+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:42:05.194+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:42:35.195+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:43:05.196+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:43:35.197+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:44:05.197+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:44:35.199+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:45:05.201+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:45:35.202+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:46:05.204+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:46:35.205+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:47:05.206+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:47:35.207+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:48:05.209+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:48:35.210+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:49:05.211+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:49:35.212+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:50:05.214+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:50:35.215+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:51:05.217+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:51:35.219+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:52:05.220+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:52:35.220+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:53:05.221+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:53:35.222+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:54:05.223+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:54:35.224+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:55:05.228+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:55:35.229+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:56:05.230+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:56:35.230+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:57:05.232+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:57:35.233+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:58:05.235+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:58:35.235+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:59:05.235+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T00:59:35.237+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:00:05.237+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:00:35.239+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:01:05.240+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:01:35.241+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:02:05.242+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:02:35.244+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:03:05.245+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:03:35.246+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:04:05.247+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:04:35.248+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:05:05.249+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:05:35.251+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:06:05.252+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:06:35.254+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:07:05.256+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:07:35.257+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:08:05.258+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:08:35.259+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:09:05.260+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:09:35.262+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:10:05.263+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:10:35.264+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:11:05.265+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:11:35.266+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:12:05.266+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:12:35.268+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:13:05.268+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:13:35.270+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:14:05.271+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:14:35.272+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:15:05.272+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:15:35.274+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:16:05.275+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:16:35.276+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:17:05.277+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:17:35.278+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:18:05.278+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:18:35.279+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:19:05.280+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:19:35.280+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:20:05.281+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:20:35.281+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:21:05.282+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:21:35.283+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:22:05.284+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:22:35.284+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:23:05.285+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:23:35.287+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:24:05.288+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:24:35.289+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:25:05.289+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:25:35.290+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:26:05.291+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:26:35.292+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:27:05.293+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:27:35.294+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:28:05.296+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:28:35.297+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:29:05.298+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:29:35.300+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:30:05.301+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:30:35.303+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:31:05.304+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:31:35.304+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:32:05.305+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:32:35.307+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:33:05.308+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:33:35.310+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:34:05.311+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:34:35.312+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:35:05.313+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:35:35.314+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:36:05.315+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:36:35.316+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:37:05.317+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:37:35.318+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:38:05.319+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:38:35.320+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:39:05.320+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:39:35.322+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:40:05.322+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:40:35.324+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:41:05.326+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:41:35.326+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:42:05.327+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:42:35.328+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:43:05.328+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:43:35.328+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:44:05.329+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:44:35.330+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:45:05.332+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:45:35.333+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:46:05.334+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:46:35.334+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:47:05.335+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:47:35.336+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:48:05.338+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:48:35.338+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:49:05.340+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:49:35.341+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:50:05.343+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:50:35.344+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:51:05.345+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:51:35.346+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:52:05.347+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:52:35.348+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:53:05.349+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:53:35.350+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:54:05.351+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:54:35.352+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:55:05.353+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:55:35.354+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:56:05.355+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:56:35.357+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:57:05.358+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:57:35.358+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:58:05.359+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:58:35.360+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:59:05.361+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T01:59:35.362+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:00:05.362+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:00:35.363+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:01:05.364+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:01:35.365+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:02:05.366+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:02:35.367+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:03:05.368+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:03:35.369+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:04:05.369+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:04:35.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:05:05.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:05:35.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:06:05.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:06:35.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:07:05.371+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:07:35.373+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:08:05.374+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:08:35.374+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:09:05.375+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:09:35.376+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:10:05.377+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:10:35.379+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:11:05.380+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:11:35.382+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:12:05.383+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:12:35.385+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:13:05.386+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:13:35.386+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:14:05.388+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:14:35.390+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:15:05.390+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:15:35.391+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:16:05.392+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:16:35.393+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:17:05.394+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:17:35.395+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:18:05.396+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:18:35.397+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:19:05.398+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:19:35.399+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:20:05.401+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:20:35.402+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:21:05.403+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:21:35.404+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:22:05.405+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:22:35.407+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:23:05.408+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:23:35.408+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:24:05.411+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:24:35.412+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:25:05.412+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:25:35.414+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:26:05.415+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:26:35.416+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:27:05.417+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:27:35.418+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:28:05.419+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:28:35.420+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:29:05.420+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:29:35.421+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:30:05.422+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:30:35.423+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:31:05.423+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:31:35.424+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:32:05.425+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:32:35.425+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:33:05.427+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:33:35.427+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:34:05.429+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:34:35.430+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:35:05.431+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:35:35.431+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:36:05.432+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:36:35.432+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:37:05.432+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:37:35.434+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:38:05.435+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:38:35.436+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:39:05.437+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:39:35.437+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:40:05.438+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:40:35.439+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:41:05.440+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:41:35.441+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:42:05.442+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:42:35.443+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:43:05.444+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:43:35.446+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:44:05.447+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:44:35.447+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:45:05.449+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:45:35.450+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:46:05.451+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:46:35.451+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:47:05.452+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:47:35.453+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:48:05.454+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:48:35.455+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:49:05.456+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:49:35.456+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:50:05.456+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:50:35.458+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:51:05.459+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:51:35.459+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:52:05.461+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:52:35.462+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:53:05.462+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:53:35.464+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:54:05.465+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:54:35.466+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:55:05.466+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:55:35.468+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:56:05.468+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:56:35.470+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:57:05.470+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:57:35.471+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:58:05.471+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:58:35.472+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:59:05.472+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T02:59:35.473+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:00:05.473+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:00:35.474+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:01:05.475+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:01:35.478+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:02:05.479+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:02:35.479+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:03:05.480+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:03:35.481+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:04:05.482+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:04:35.483+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:05:05.484+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:05:35.484+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:06:05.484+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:06:35.486+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:07:05.486+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:07:35.487+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:08:05.488+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:08:35.489+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:09:05.489+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:09:35.490+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:10:05.490+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:10:35.491+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:11:05.492+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:11:35.493+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:12:05.494+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:12:35.495+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:13:05.495+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:13:35.496+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:14:05.497+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:14:35.497+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:15:05.498+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:15:35.498+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:16:05.499+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:16:35.500+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:17:05.500+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:17:35.501+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:18:05.503+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:18:35.504+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:19:05.505+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:19:35.506+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:20:05.506+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:20:35.506+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:21:05.508+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:21:35.509+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:22:05.509+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:22:35.509+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:23:05.511+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:23:35.512+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:24:05.514+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:24:35.515+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:25:05.517+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:25:35.518+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:26:05.519+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:26:35.520+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:27:05.520+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:27:35.521+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:28:05.521+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:28:35.523+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:29:05.524+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:29:35.524+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:30:05.526+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:30:35.526+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:31:05.529+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:31:35.530+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:32:05.530+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:32:35.531+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:33:05.532+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:33:35.533+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:34:05.534+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:34:35.535+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:35:05.536+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:35:35.536+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:36:05.537+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:36:35.538+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:37:05.538+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:37:35.539+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:38:05.540+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:38:35.541+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:39:05.542+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:39:35.543+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:40:05.543+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:40:35.545+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:41:05.545+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:41:35.546+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:42:05.547+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:42:35.547+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:43:05.547+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:43:35.548+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:44:05.549+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:44:35.550+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:45:05.552+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:45:35.553+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:46:05.554+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:46:35.554+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:47:05.556+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:47:35.557+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:48:05.558+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:48:35.558+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:49:05.560+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:49:35.561+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:50:05.561+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:50:35.563+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:51:05.563+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:51:35.564+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:52:05.565+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:52:35.566+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:53:05.567+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:53:35.567+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:54:05.568+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:54:35.570+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:55:05.570+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:55:35.570+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:56:05.571+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:56:35.572+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:57:05.572+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:57:35.574+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:58:05.574+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:58:35.575+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:59:05.575+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T03:59:35.575+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:00:05.575+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:00:35.575+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:01:05.575+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:01:35.576+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:02:05.578+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:02:35.578+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:03:05.580+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:03:35.580+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:04:05.581+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:04:35.582+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:05:05.583+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:05:35.583+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:06:05.584+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:06:35.584+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:07:05.585+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:07:35.586+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:08:05.587+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:08:35.587+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:09:05.588+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:09:35.588+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:10:05.589+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:10:35.590+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:11:05.590+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:11:35.590+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:12:05.591+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:12:35.593+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:13:05.593+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:13:35.594+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:14:05.594+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:14:35.595+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:15:05.596+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:15:35.596+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:16:05.597+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:16:35.597+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:17:05.598+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:17:35.598+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:18:05.599+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:18:35.599+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:19:05.600+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:19:35.600+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:20:05.602+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:20:35.602+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:21:05.603+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:21:35.604+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:21:35.976+00:00|INFO|RequestLog|qtp351877391-230] 127.0.0.6 - healthcheck [06/Mar/2023:04:21:35 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-06T04:22:05.605+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:22:35.606+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:23:05.606+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:23:35.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:24:05.608+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:24:35.609+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:25:05.609+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:25:35.610+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:26:05.612+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:26:35.613+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:27:05.613+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:27:35.615+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:28:05.616+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:28:35.616+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:29:05.617+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:29:35.618+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:30:05.619+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:30:35.619+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:31:05.621+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:31:35.622+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:32:05.623+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:32:35.624+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:33:05.625+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:33:35.626+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:34:05.628+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:34:35.631+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:35:05.634+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:35:35.635+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:36:05.635+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:36:35.637+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:37:05.638+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:37:35.639+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:38:05.640+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:38:35.640+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:39:05.643+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:39:35.645+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:40:05.646+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:40:35.647+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:41:05.648+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:41:35.649+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:42:05.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:42:35.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:43:05.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:43:35.652+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:44:05.653+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:44:35.654+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:45:05.655+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:45:35.655+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:46:05.657+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:46:35.658+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:47:05.659+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:47:35.660+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:48:05.660+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:48:35.660+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:49:05.661+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:49:35.661+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:50:05.661+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:50:35.661+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:51:05.663+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:51:35.664+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:52:05.664+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:52:35.666+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:53:05.666+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:53:35.666+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:54:05.667+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:54:35.667+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:55:05.667+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:55:35.668+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:56:05.669+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:56:35.670+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:57:05.671+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:57:35.671+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:58:05.672+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:58:35.673+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:59:05.674+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T04:59:35.674+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:00:05.675+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:00:35.675+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:01:05.677+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:01:35.678+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:02:05.679+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:02:35.679+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:03:05.681+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:03:35.681+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:04:05.683+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:04:35.683+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:05:05.684+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:05:35.685+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:06:05.686+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:06:35.687+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:07:05.687+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:07:35.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:08:05.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:08:35.689+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:09:05.689+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:09:06.796+00:00|INFO|RequestLog|qtp351877391-275] 127.0.0.6 - healthcheck [06/Mar/2023:05:09:06 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-06T05:09:35.690+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:10:05.691+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:10:35.691+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:11:05.692+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:11:35.693+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:12:05.695+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:12:35.696+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:13:05.696+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:13:35.697+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:14:05.697+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:14:35.698+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:15:05.699+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:15:35.699+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:16:05.701+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:16:35.702+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:17:05.703+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:17:35.704+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:18:05.705+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:18:35.706+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:19:05.707+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:19:35.708+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:20:05.708+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:20:35.709+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:21:05.709+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:21:35.710+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:21:44.057+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:44.064+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:44.064+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:44.074+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:44.074+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:44.074+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:44.075+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:44.075+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:44.075+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T05:21:45.099+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:45.099+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:45.099+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:46.102+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:46.103+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:46.103+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:47.104+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:47.104+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:47.104+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:48.107+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:48.108+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:48.108+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:49.109+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:49.110+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:49.110+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:50.111+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T05:21:50.111+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:50.111+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080095710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:51.117+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download
[2023-03-06T05:21:52.480+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus
[2023-03-06T05:21:52.481+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:52.481+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080112480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:53.502+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus
[2023-03-06T05:21:53.503+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:53.503+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080113502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:54.511+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status
[2023-03-06T05:21:54.512+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T05:21:54.512+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678080114510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T05:21:55.513+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:22:25.514+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:22:55.517+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:23:25.518+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:23:55.519+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:24:25.520+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:24:55.521+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:25:25.522+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:25:55.522+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:26:25.523+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:26:55.524+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:27:25.528+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:27:55.529+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:28:25.531+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:28:55.532+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:29:25.533+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:29:55.534+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:30:25.534+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:30:55.534+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:31:25.536+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:31:55.537+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:32:25.537+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:32:55.537+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:33:25.537+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:33:55.540+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:34:08.278+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Node 1 disconnected.
[2023-03-06T05:34:25.542+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:34:55.542+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:35:25.543+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:35:55.544+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:36:25.544+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:36:55.546+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:37:25.546+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:37:55.547+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:38:25.548+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:38:55.548+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:39:25.550+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:39:55.551+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:40:25.552+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:40:55.552+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:41:25.553+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:41:55.554+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:42:25.554+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:42:55.556+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:43:25.557+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:43:55.557+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:44:25.558+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:44:55.558+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:45:25.559+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:45:55.560+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:46:25.561+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:46:55.562+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:47:25.563+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:47:55.565+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:48:25.566+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:48:55.567+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:49:25.568+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:49:55.569+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:50:25.570+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:50:55.571+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:51:25.572+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:51:55.572+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:52:25.572+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:52:55.573+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:53:25.573+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:53:55.574+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:54:25.575+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:54:55.576+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:55:25.578+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:55:55.579+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:56:25.579+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:56:55.580+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:57:25.580+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:57:55.581+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:58:25.582+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:58:55.583+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:59:25.584+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T05:59:55.586+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:00:25.587+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:00:55.588+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:01:25.590+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:01:55.591+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:02:25.592+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:02:55.593+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:03:25.594+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:03:55.596+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:04:25.596+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:04:55.597+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:05:25.598+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:05:55.600+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:06:25.601+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:06:55.602+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:07:25.603+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:07:55.603+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:08:25.604+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:08:55.604+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:09:25.605+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:09:55.610+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:10:25.611+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:10:55.612+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:11:25.613+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:11:55.613+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:12:25.614+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:12:44.118+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:44.118+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:44.118+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:44.123+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:44.123+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:44.124+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:44.124+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:44.124+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:44.124+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T06:12:45.126+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:45.127+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:45.127+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:46.128+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:46.128+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:46.128+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:47.129+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:47.129+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:47.129+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:48.130+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:48.130+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:48.130+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:49.131+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:49.131+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:49.131+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:50.132+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-06T06:12:50.133+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:50.133+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083145614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:51.135+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - download
[2023-03-06T06:12:51.795+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDownloadStatus
[2023-03-06T06:12:51.796+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:51.796+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083171795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:52.800+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDeploymentStatus
[2023-03-06T06:12:52.802+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:52.802+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083172800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:53.804+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendComponentDone status
[2023-03-06T06:12:53.804+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-06T06:12:53.804+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083173804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:12:54.806+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:13:24.806+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:13:54.807+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:14:24.808+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:14:54.808+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:15:24.810+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:15:54.811+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:16:24.812+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:16:54.814+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:17:24.814+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:17:54.815+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:18:24.816+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:18:54.816+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:19:24.817+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:19:54.817+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:20:24.818+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:20:54.819+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:21:24.821+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:21:37.315+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:21:37.318+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:21:37.318+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083684821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:21:38.347+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:21:38.348+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:21:38.348+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083684821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:21:39.350+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-06T06:21:41.221+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-06T06:21:41.221+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:21:41.221+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083701221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:21:42.225+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-06T06:21:42.226+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:21:42.226+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083702225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:21:43.228+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-06T06:21:43.228+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:21:43.229+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083703228,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:21:44.231+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:22:14.232+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:22:44.232+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:23:14.233+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:23:34.407+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:34.407+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:34.407+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:35.408+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:35.408+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:35.408+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:36.409+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:36.410+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:36.410+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:37.412+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:37.413+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:37.413+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:38.414+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:38.415+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:38.415+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:39.416+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:39.417+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:39.417+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:40.419+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:40.419+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:40.419+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:41.420+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-06T06:23:41.421+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:41.421+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083794233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:42.422+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-06T06:23:43.650+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-06T06:23:43.651+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:43.651+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083823650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:44.653+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-06T06:23:44.654+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:44.654+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083824653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:45.655+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-06T06:23:45.656+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-06T06:23:45.656+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083825655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:23:46.657+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:24:16.658+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:24:26.045+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:26.046+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:26.046+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:27.047+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:27.047+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:27.048+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:28.048+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:28.048+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:28.049+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:29.049+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:29.050+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:29.050+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:30.050+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:30.051+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:30.051+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:31.052+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:31.053+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:31.053+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:32.053+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-06T06:24:32.054+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:32.054+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083856658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:33.057+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download
[2023-03-06T06:24:33.942+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus
[2023-03-06T06:24:33.942+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:33.943+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083873942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:34.946+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus
[2023-03-06T06:24:34.946+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:34.946+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083874946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:35.948+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status
[2023-03-06T06:24:35.948+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-06T06:24:35.948+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "58152074-4761-43a7-bc97-9ffe485ff109",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678083875948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T06:24:36.948+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:25:06.950+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:25:36.952+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:26:06.953+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:26:36.954+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:27:06.955+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:27:36.956+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:28:06.956+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:28:36.957+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:29:06.957+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:29:36.958+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:30:06.960+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:30:36.961+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:30:38.677+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Node 2 disconnected.
[2023-03-06T06:31:06.961+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:31:36.962+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:32:06.963+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:32:36.964+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:33:06.965+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:33:36.966+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:34:06.967+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:34:36.968+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:35:06.968+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:35:36.970+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:36:06.971+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:36:36.972+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:37:06.972+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:37:36.973+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:38:06.973+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:38:36.974+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:39:06.975+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:39:36.976+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:40:06.977+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:40:36.978+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:41:06.980+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:41:36.981+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:42:06.982+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:42:36.983+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:43:06.984+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:43:36.984+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:44:06.985+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:44:36.986+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:45:06.986+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:45:36.986+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:46:06.987+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:46:36.988+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:47:06.989+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:47:36.990+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:48:06.991+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:48:36.991+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:49:06.993+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:49:36.994+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:50:06.995+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:50:36.995+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:51:06.996+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:51:36.997+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:52:06.998+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:52:36.998+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:53:06.999+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:53:37.000+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:54:07.001+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:54:37.001+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:55:07.001+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:55:37.003+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:56:07.004+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:56:37.005+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:57:07.005+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:57:37.006+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:58:07.007+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:58:37.008+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:59:07.008+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T06:59:37.008+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:00:07.009+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:00:37.010+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:01:07.011+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:01:37.011+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:02:07.012+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:02:37.013+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:03:07.013+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:03:37.014+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:04:07.015+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:04:37.016+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:05:07.017+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:05:37.018+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:06:07.019+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:06:37.020+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:07:07.021+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:07:37.022+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:08:07.022+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:08:37.023+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:09:07.023+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:09:37.026+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:10:07.026+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:10:37.026+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:11:07.028+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:11:37.029+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:12:07.030+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:12:37.030+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:13:07.032+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:13:37.033+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:14:07.033+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:14:37.034+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:15:07.036+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:15:37.037+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:16:07.038+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:16:37.039+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:17:07.040+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:17:37.041+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:18:07.042+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:18:37.043+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:19:07.045+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:19:37.046+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:20:07.047+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:20:37.047+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:21:07.047+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:21:37.048+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:22:07.048+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:22:37.049+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:23:07.049+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:23:37.050+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:24:07.050+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:24:37.050+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:25:07.051+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:25:37.052+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:26:07.053+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:26:37.054+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:27:07.054+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:27:37.055+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:28:07.055+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:28:37.057+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:29:07.058+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:29:37.059+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:30:07.060+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:30:37.061+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:31:07.062+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:31:37.062+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:32:07.062+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:32:37.063+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:33:07.064+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:33:37.065+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:34:07.066+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:34:37.067+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:35:07.068+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:35:37.069+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:36:07.070+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:36:37.070+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:37:07.071+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:37:37.073+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:38:07.074+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:38:37.074+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:39:07.075+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:39:37.076+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:40:07.076+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:40:37.076+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:41:07.077+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:41:37.078+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:42:00.407+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:00.407+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:00.407+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:00.419+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:00.419+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:00.420+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:00.420+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:00.420+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:00.420+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] [Producer clientId=policy-distribution-id-producer-b5abe6d5-b1d5-4742-9d57-ef2eb693c359] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
[2023-03-06T07:42:01.422+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:01.422+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:01.422+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:02.422+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:02.423+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:02.423+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:03.424+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:03.424+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:03.424+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:04.425+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:04.425+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:04.425+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:05.425+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:05.426+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:05.426+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:06.427+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:06.427+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:06.427+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:07.428+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:07.428+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:07.428+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:08.429+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:08.429+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:08.429+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:09.432+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:09.433+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:09.433+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088497078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:10.435+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download
[2023-03-06T07:42:10.891+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus
[2023-03-06T07:42:10.891+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:10.891+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088530891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:11.894+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus
[2023-03-06T07:42:11.895+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:11.895+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088531894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:12.896+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status
[2023-03-06T07:42:12.896+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:12.896+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "6969ff03-4927-442e-8e8d-fffcde09f129",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088532896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:13.897+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:42:29.133+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:29.133+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:29.136+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:30.137+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:30.137+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:30.137+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:31.138+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:31.138+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:31.138+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:32.139+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:32.140+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:32.140+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:33.141+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:33.141+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:33.141+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:34.142+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:34.142+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:34.142+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:35.143+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:35.143+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:35.144+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:36.144+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-06T07:42:36.144+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:36.145+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088533897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:37.146+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download
[2023-03-06T07:42:38.575+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus
[2023-03-06T07:42:38.576+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:38.576+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088558575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:39.578+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus
[2023-03-06T07:42:39.579+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:39.579+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088559578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:40.580+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status
[2023-03-06T07:42:40.580+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-06T07:42:40.580+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "714359d3-d520-436d-af17-8293d034ce74",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678088560580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-06T07:42:41.582+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:43:11.582+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:43:41.583+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:44:11.584+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:44:41.585+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:45:11.587+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:45:41.588+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:46:11.589+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:46:41.590+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:47:11.591+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:47:41.592+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:48:11.592+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:48:41.592+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:49:11.594+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:49:41.594+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:50:11.594+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:50:41.596+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:51:11.597+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:51:41.597+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:52:11.598+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:52:41.600+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:53:11.601+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:53:41.601+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:54:11.602+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:54:41.602+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:55:11.603+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:55:41.604+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:56:11.606+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:56:41.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:57:11.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:57:41.608+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:58:11.609+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:58:41.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:59:11.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T07:59:41.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:00:11.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:00:41.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:01:11.612+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:01:41.613+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:02:11.613+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:02:41.614+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:03:11.614+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:03:41.614+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:04:11.616+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:04:41.616+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:05:11.616+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:05:41.616+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:06:11.618+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:06:41.618+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:07:11.620+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:07:41.620+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:08:11.620+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:08:41.621+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:09:11.622+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:09:41.623+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:10:11.624+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:10:41.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:11:11.625+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:11:41.625+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:12:11.627+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:12:41.627+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:13:11.627+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:13:41.630+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:14:11.630+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:14:41.634+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:15:11.634+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:15:41.636+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:16:11.636+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:16:41.637+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:17:11.638+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:17:41.638+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:18:11.639+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:18:41.639+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:19:11.642+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:19:41.642+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:20:11.644+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:20:41.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:21:11.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:21:41.647+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:22:11.648+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:22:41.648+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:23:11.649+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:23:41.650+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:24:11.651+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:24:41.651+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:25:11.652+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:25:41.653+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:26:11.653+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:26:41.653+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:27:11.654+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:27:41.654+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:28:11.655+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:28:41.656+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:29:11.657+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:29:41.658+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:30:11.659+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:30:41.660+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:31:11.660+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:31:41.661+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:32:11.662+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:32:41.662+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:33:11.663+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:33:41.665+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:34:11.665+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:34:41.665+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:35:11.666+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:35:41.667+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:36:11.668+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:36:41.669+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:37:11.669+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:37:41.669+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:38:11.669+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:38:41.671+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:39:11.671+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:39:41.672+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:40:11.673+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:40:41.674+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:41:11.675+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:41:41.676+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:42:11.677+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:42:41.678+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:43:11.678+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:43:41.679+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:44:11.679+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:44:41.681+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:45:11.681+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:45:41.681+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:46:11.681+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:46:41.682+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:47:11.682+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:47:41.684+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:48:11.684+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:48:41.685+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:49:11.686+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:49:41.687+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:50:11.687+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:50:41.688+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:51:11.688+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:51:41.690+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:52:11.691+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:52:41.691+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:53:11.693+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:53:41.700+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:54:11.701+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:54:41.701+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:55:11.703+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:55:41.704+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:56:11.704+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:56:41.704+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:57:11.705+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:57:41.706+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:58:11.706+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:58:41.707+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:59:11.708+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T08:59:41.709+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:00:11.710+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:00:41.711+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:01:11.711+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:01:41.712+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:02:11.714+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:02:41.714+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:03:11.714+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:03:41.715+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:04:11.716+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:04:41.717+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:05:11.717+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:05:41.719+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:06:11.720+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:06:41.721+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:07:11.723+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:07:41.724+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:08:11.724+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:08:41.726+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:09:11.727+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:09:41.728+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:10:11.729+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:10:41.730+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:11:11.730+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:11:41.732+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:12:11.732+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:12:41.732+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:13:11.733+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:13:41.735+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:14:11.736+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:14:41.736+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:15:11.736+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:15:41.737+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:16:11.738+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:16:41.738+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:17:11.739+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:17:41.739+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:18:11.739+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:18:41.740+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:19:11.740+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:19:41.741+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:20:11.745+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:20:41.745+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:21:11.745+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:21:41.746+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:22:11.746+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:22:41.747+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:23:11.747+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:23:41.748+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:24:11.749+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:24:41.750+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:25:11.750+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:25:41.753+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:26:11.754+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:26:41.755+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:27:11.755+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:27:41.756+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:28:11.756+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:28:41.756+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:29:11.758+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:29:41.758+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:30:11.758+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:30:41.759+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:31:11.760+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:31:41.761+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:32:11.762+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:32:41.762+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-06T09:33:11.764+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO