Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2023-03-16T23:57:23.730+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2023-03-16T23:57:24.921+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-16T23:57:24.922+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2023-03-16T23:57:24.923+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@655ef322{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@7e276594{/,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-16T23:57:25.101+00:00|INFO|ServiceManager|main] service manager started
[2023-03-16T23:57:25.102+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@655ef322{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@7e276594{/,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-16T23:57:25.124+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-16T23:57:25.608+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2023-03-16T23:57:25.714+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2023-03-16T23:57:25.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:57:28.228+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-16T23:57:28.232+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@45a2e895
[2023-03-16T23:57:28.292+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2023-03-16T23:57:28.398+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2023-03-16T23:57:28.398+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-16T23:57:28.725+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2023-03-16T23:57:28.792+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2023-03-16T23:57:29.095+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7e276594{/,null,AVAILABLE}
[2023-03-16T23:57:29.105+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2023-03-16T23:57:29.107+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@655ef322{STARTING}[10.0.13,sto=0] @6646ms
[2023-03-16T23:57:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:57:55.748+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@35662c5f
[2023-03-16T23:57:55.748+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-16T23:57:55.748+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-16T23:57:55.749+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-16T23:58:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:58:25.734+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@92d2299
[2023-03-16T23:58:25.735+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-16T23:58:25.735+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-16T23:58:25.735+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-16T23:58:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:58:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@56eb2c5f
[2023-03-16T23:58:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-16T23:58:55.724+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-16T23:58:55.724+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-16T23:59:25.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:59:25.717+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7361d466
[2023-03-16T23:59:25.718+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-16T23:59:25.718+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-16T23:59:25.718+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-16T23:59:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-16T23:59:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@45896922
[2023-03-16T23:59:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-16T23:59:55.724+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-16T23:59:55.724+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:00:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:00:25.719+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@66a58668
[2023-03-17T00:00:25.719+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:00:25.720+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-17T00:00:25.720+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:00:55.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:00:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@749cf06d
[2023-03-17T00:00:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:00:55.724+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-17T00:00:55.725+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:01:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:01:25.716+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4fa0e2ed
[2023-03-17T00:01:25.716+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:01:25.717+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-17T00:01:25.717+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:01:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:01:55.720+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@d3c6135
[2023-03-17T00:01:55.720+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:01:55.720+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-17T00:01:55.720+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:02:25.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:02:25.719+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7833b0e7
[2023-03-17T00:02:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:02:25.720+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-17T00:02:25.720+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:02:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:02:55.723+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2aabe6c0
[2023-03-17T00:02:55.723+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:02:55.723+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-17T00:02:55.724+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:03:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:03:25.724+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5fe6bc2
[2023-03-17T00:03:25.724+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:03:25.725+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-17T00:03:25.725+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:03:55.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:03:55.725+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@263c3755
[2023-03-17T00:03:55.725+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:03:55.726+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-17T00:03:55.726+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:04:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:04:25.717+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4b8843c3
[2023-03-17T00:04:25.718+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:04:25.718+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-17T00:04:25.718+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:04:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:04:55.723+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6cd0485e
[2023-03-17T00:04:55.723+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:04:55.723+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-17T00:04:55.723+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:05:25.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:05:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1d5cd156
[2023-03-17T00:05:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:05:25.720+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-17T00:05:25.720+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:05:55.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:05:55.725+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7cbb2c13
[2023-03-17T00:05:55.725+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:05:55.726+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-17T00:05:55.726+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:06:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:06:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7218df61
[2023-03-17T00:06:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:06:25.720+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-17T00:06:25.720+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:06:55.714+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:06:55.726+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@550ffc93
[2023-03-17T00:06:55.726+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:06:55.727+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-17T00:06:55.727+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:07:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:07:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3cf45434
[2023-03-17T00:07:25.721+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:07:25.721+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-17T00:07:25.721+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:07:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:07:55.727+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2817a5ff
[2023-03-17T00:07:55.727+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:07:55.728+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-17T00:07:55.728+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:08:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:08:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@118988d1
[2023-03-17T00:08:25.720+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:08:25.721+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-17T00:08:25.721+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:08:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:08:55.723+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@220d2e27
[2023-03-17T00:08:55.724+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:08:55.724+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-17T00:08:55.725+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:09:25.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:09:25.717+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@74f8ce14
[2023-03-17T00:09:25.717+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-17T00:09:25.717+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-17T00:09:25.717+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-17T00:09:55.713+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-17T00:09:55.860+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-a0a4fa32-5753-405f-a47e-71e8abab9193
	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-17T00:09:56.017+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Instantiated an idempotent producer.
[2023-03-17T00:09:56.110+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2023-03-17T00:09:56.201+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-17T00:09:56.201+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-17T00:09:56.201+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679011796198
[2023-03-17T00:09:56.204+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2023-03-17T00:09:56.217+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-187d8ffe-2949-489a-bea6-6acf6b75f34f
	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-17T00:09:56.394+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-17T00:09:56.395+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-17T00:09:56.395+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679011796394
[2023-03-17T00:09:56.395+00:00|INFO|KafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:09:56.398+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:09:57.412+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Cluster ID: AePtuKNGTyauDT7ogFVB-Q
[2023-03-17T00:09:57.412+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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 aGcZOLXsR0i7SavMYKXeFQ
[2023-03-17T00:09:57.413+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] ProducerId set to 1006 with epoch 0
[2023-03-17T00:09:57.415+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Cluster ID: AePtuKNGTyauDT7ogFVB-Q
[2023-03-17T00:09:57.416+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-03-17T00:09:57.432+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] (Re-)joining group
[2023-03-17T00:09:57.535+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f-623389fd-72e9-4bf9-9d1f-7b5f19093c71
[2023-03-17T00:09:57.535+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-17T00:09:57.535+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] (Re-)joining group
[2023-03-17T00:10:00.545+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f-623389fd-72e9-4bf9-9d1f-7b5f19093c71', protocol='range'}
[2023-03-17T00:10:00.547+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f-623389fd-72e9-4bf9-9d1f-7b5f19093c71=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-17T00:10:00.587+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f-623389fd-72e9-4bf9-9d1f-7b5f19093c71', protocol='range'}
[2023-03-17T00:10:00.588+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-17T00:10:00.594+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2023-03-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2023-03-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2023-03-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2023-03-17T00:10:00.611+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2023-03-17T00:10:00.732+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-17T00:10:00.734+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-17T00:10:00.796+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-17T00:10:00.796+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-17T00:10:00.796+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-17T00:10:00.796+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-17T00:10:26.401+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:10:56.402+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:11:26.403+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:11:56.404+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:12:26.404+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:12:56.405+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:13:26.406+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:13:56.407+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:14:26.408+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:14:56.408+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:15:26.409+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:15:56.410+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:16:26.412+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:16:56.412+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:17:26.413+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:17:56.415+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:18:26.416+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:18:56.417+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:18:57.695+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Node -1 disconnected.
[2023-03-17T00:18:57.716+00:00|INFO|NetworkClient|pool-3-thread-6] [Consumer clientId=policy-distribution-id-consumer-187d8ffe-2949-489a-bea6-6acf6b75f34f, groupId=policy-distribution] Node -1 disconnected.
[2023-03-17T00:19:26.417+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:19:56.419+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:20:26.420+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:20:56.421+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:21:26.422+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:21:56.423+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:22:26.424+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:22:56.425+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:23:26.425+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:23:56.427+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:24:26.428+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:24:56.429+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:25:26.430+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:25:56.431+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:26:26.432+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:26:56.434+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:27:26.435+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:27:56.436+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:28:26.437+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:28:56.437+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:29:26.438+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:29:56.439+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:30:26.440+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:30:56.441+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:31:26.441+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:31:56.442+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:32:26.443+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:32:56.443+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:33:26.445+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:33:56.446+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:34:26.448+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:34:56.449+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:35:26.450+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:35:56.450+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:36:26.451+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:36:56.452+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:37:26.453+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:37:56.453+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:38:26.454+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:38:56.455+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:39:26.456+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:39:56.457+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:40:26.458+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:40:56.459+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:41:26.459+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:41:56.461+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:42:26.462+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:42:56.463+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:43:26.464+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:43:56.466+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:44:26.467+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:44:56.467+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:45:26.470+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:45:56.470+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:46:26.471+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:46:56.471+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:47:26.472+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:47:56.473+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:48:26.473+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:48:56.475+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:49:26.476+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:49:56.477+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:50:26.477+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:50:56.478+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:51:26.478+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:51:56.479+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:52:26.480+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:52:56.480+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:53:26.481+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:53:56.482+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:54:26.483+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:54:56.483+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:55:26.484+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:55:56.485+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:56:26.486+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:56:56.488+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:57:26.489+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:57:56.490+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:58:26.491+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:58:56.493+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:59:26.494+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T00:59:56.495+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:00:26.496+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:00:56.497+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:01:26.498+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:01:56.499+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:02:26.500+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:02:56.500+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:03:26.500+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:03:56.502+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:04:26.503+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:04:56.504+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:05:26.505+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:05:56.506+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:06:26.507+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:06:56.508+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:07:26.509+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:07:56.510+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:08:26.510+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:08:56.511+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:09:26.511+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:09:56.512+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:10:26.513+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:10:56.514+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:11:26.515+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:11:56.515+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:12:26.516+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:12:56.517+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:13:26.518+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:13:56.518+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:14:26.518+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:14:56.520+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:15:26.521+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:15:56.522+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:16:26.522+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:16:56.523+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:17:26.524+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:17:56.525+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:18:26.526+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:18:56.528+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:19:26.529+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:19:56.529+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:20:26.530+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:20:56.531+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:21:26.532+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:21:56.532+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:22:26.532+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:22:56.532+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:23:26.533+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:23:56.533+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:24:26.535+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:24:56.536+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:25:26.536+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:25:56.537+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:26:26.537+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:26:56.538+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:27:26.539+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:27:56.541+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:28:26.542+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:28:56.543+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:29:26.543+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:29:56.544+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:30:26.545+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:30:56.546+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:31:26.547+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:31:56.548+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:32:26.549+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:32:56.550+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:33:26.551+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:33:56.552+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:34:26.552+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:34:56.552+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:35:26.554+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:35:56.555+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:36:26.556+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:36:56.557+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:37:26.558+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:37:56.558+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:38:26.560+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:38:56.560+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:39:26.560+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:39:56.562+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:40:26.563+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:40:56.564+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:41:26.565+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:41:56.565+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:42:26.567+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:42:56.568+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:43:26.569+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:43:56.570+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:44:26.570+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:44:56.572+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:45:26.573+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:45:56.574+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:46:26.575+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:46:56.575+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:47:26.576+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:47:56.577+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:48:26.578+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:48:56.578+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:49:26.580+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:49:56.580+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:50:26.581+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:50:56.583+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:51:26.585+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:51:56.586+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:52:26.586+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:52:56.587+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:53:26.588+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:53:56.588+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:54:26.588+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:54:56.589+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:55:26.590+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:55:56.590+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:56:26.592+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:56:56.593+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:57:26.593+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:57:56.594+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:58:26.596+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:58:56.597+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:59:26.598+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T01:59:56.598+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:00:26.599+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:00:56.600+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:01:26.600+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:01:56.601+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:02:26.601+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:02:56.602+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:03:26.602+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:03:56.603+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:04:26.603+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:04:56.605+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:05:26.606+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:05:56.607+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:06:26.608+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:06:56.608+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:07:26.610+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:07:56.610+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:08:26.610+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:08:56.612+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:09:26.613+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:09:56.614+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:10:26.615+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:10:56.615+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:11:26.617+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:11:56.618+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:12:26.619+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:12:56.620+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:13:26.621+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:13:56.622+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:14:26.623+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:14:56.624+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:15:26.625+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:15:56.625+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:16:26.626+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:16:56.626+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:17:26.627+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:17:56.628+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:18:26.629+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:18:56.629+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:19:26.629+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:19:56.630+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:20:26.630+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:20:56.632+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:21:26.633+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:21:56.634+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:22:26.635+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:22:56.635+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:23:26.637+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:23:56.637+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:24:26.638+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:24:56.638+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:25:26.639+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:25:56.639+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:26:26.640+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:26:56.640+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:27:26.641+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:27:56.642+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:28:26.643+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:28:56.644+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:29:26.644+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:29:56.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:30:26.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:30:56.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:31:26.647+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:31:56.648+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:32:26.649+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:32:56.649+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:33:26.651+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:33:56.651+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:34:26.652+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:34:56.653+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:35:26.654+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:35:56.654+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:36:26.655+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:36:56.656+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:37:26.657+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:37:56.657+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:38:26.659+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:38:56.661+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:39:26.661+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:39:56.661+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:40:26.662+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:40:56.662+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:41:26.662+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:41:56.662+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:42:26.663+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:42:56.664+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:43:26.664+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:43:56.665+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:44:26.666+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:44:56.667+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:45:26.668+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:45:56.668+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:46:26.669+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:46:56.669+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:47:26.669+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:47:56.669+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:48:26.669+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:48:56.671+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:49:26.672+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:49:56.673+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:50:26.673+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:50:56.674+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:51:26.674+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:51:56.675+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:52:26.676+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:52:56.676+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:53:26.677+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:53:56.677+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:54:26.678+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:54:56.679+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:55:26.680+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:55:56.681+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:56:26.682+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:56:56.682+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:57:26.684+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:57:56.684+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:58:26.684+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:58:56.686+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:59:26.686+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T02:59:56.688+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:00:26.689+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:00:56.690+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:01:26.691+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:01:56.692+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:02:26.692+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:02:56.695+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:03:26.696+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:03:56.697+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:04:26.698+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:04:56.698+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:05:26.699+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:05:56.699+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:06:26.699+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:06:56.700+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:07:26.700+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:07:56.702+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:08:26.702+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:08:56.702+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:09:26.703+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:09:56.704+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:10:26.705+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:10:56.707+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:11:26.707+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:11:56.707+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:12:26.708+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:12:56.708+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:13:26.708+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:13:56.710+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:14:26.711+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:14:56.711+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:15:26.712+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:15:56.713+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:16:26.713+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:16:56.713+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:17:26.715+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:17:56.716+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:18:26.717+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:18:56.717+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:19:26.718+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:19:56.719+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:20:26.720+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:20:56.720+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:21:26.722+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:21:56.722+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:22:26.722+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:22:56.723+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:23:26.723+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:23:56.723+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:24:26.724+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:24:56.724+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:25:26.724+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:25:56.725+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:26:26.725+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:26:56.725+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:27:26.726+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:27:56.727+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:28:26.727+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:28:56.729+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:29:26.729+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:29:56.729+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:30:26.729+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:30:56.729+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:31:26.729+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:31:56.730+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:32:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:32:56.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:33:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:33:56.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:34:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:34:56.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:35:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:35:56.732+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:36:26.733+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:36:56.733+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:37:26.734+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:37:56.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:38:26.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:38:56.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:39:26.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:39:56.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:40:26.734+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:40:56.735+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:41:26.735+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:41:56.736+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:42:26.740+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:42:56.741+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:43:26.742+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:43:56.742+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:44:26.744+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:44:56.745+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:45:26.746+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:45:56.747+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:46:26.747+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:46:56.750+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:47:26.750+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:47:56.751+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:48:26.751+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:48:56.752+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:49:26.752+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:49:56.753+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:50:26.753+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:50:56.754+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:51:26.755+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:51:56.755+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:52:26.756+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:52:56.757+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:53:26.758+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:53:56.759+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:54:26.759+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:54:56.760+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:55:26.761+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:55:56.762+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:56:26.763+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:56:56.764+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:57:26.766+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:57:56.766+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:58:26.767+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:58:56.767+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:59:26.768+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T03:59:56.768+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:00:26.769+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:00:56.770+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:01:26.771+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:01:56.772+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:02:26.773+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:02:56.774+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:03:26.774+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:03:56.775+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:04:26.775+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:04:56.776+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:05:26.777+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:05:56.778+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:06:26.779+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:06:56.780+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:07:26.780+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:07:56.781+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:08:26.782+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:08:56.783+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:09:26.783+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:09:56.783+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:10:26.784+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:10:56.785+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:11:26.786+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:11:56.786+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:12:26.787+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:12:56.788+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:13:26.788+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:13:56.788+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:14:26.788+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:14:56.789+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:15:26.789+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:15:56.791+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:16:26.792+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:16:56.793+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:17:26.794+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:17:56.795+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:18:26.799+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:18:56.800+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:19:26.801+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:19:56.802+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:20:26.802+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:20:56.804+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:21:26.805+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:21:56.805+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:22:26.806+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:22:56.806+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:23:26.807+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:23:56.808+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:24:26.809+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:24:56.810+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:25:26.810+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:25:56.812+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:26:26.813+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:26:56.813+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:27:26.813+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:27:56.814+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:28:26.815+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:28:56.815+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:29:26.816+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:29:56.817+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:30:26.818+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:30:56.818+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:31:26.818+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:31:56.819+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:32:26.820+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:32:56.821+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:33:26.821+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:33:56.821+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:34:26.822+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:34:56.823+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:35:26.824+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:35:56.825+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:36:26.825+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:36:56.825+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:37:26.826+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:37:56.827+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:38:26.827+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:38:56.827+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:39:26.828+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:39:56.828+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:40:26.829+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:40:56.830+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:41:26.830+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:41:56.830+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:42:26.831+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:42:56.831+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:43:26.832+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:43:56.834+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:44:26.835+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:44:56.836+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:45:26.837+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:45:56.837+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:46:26.838+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:46:32.414+00:00|INFO|RequestLog|qtp351877391-21] 127.0.0.6 - healthcheck [17/Mar/2023:04:46:32 +0000] "GET /healthcheck HTTP/1.1" 200 113 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-17T04:46:56.839+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:47:26.840+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:47:56.841+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:48:26.842+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:48:56.843+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:49:26.844+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:49:56.846+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:50:26.847+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:50:56.848+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:51:26.849+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:51:56.850+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:52:26.851+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:52:56.851+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:53:26.852+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:53:56.853+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:54:26.853+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:54:56.855+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:55:26.856+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:55:56.857+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:56:26.857+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:56:56.857+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:57:26.858+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:57:56.858+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:58:26.859+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:58:56.860+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:59:26.860+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T04:59:56.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:00:26.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:00:56.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:01:26.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:01:56.863+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:02:26.863+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:02:56.864+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:03:26.865+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:03:56.866+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:04:26.867+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:04:56.868+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:05:26.869+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:05:56.870+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:06:26.871+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:06:56.873+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:07:26.874+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:07:56.875+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:08:26.875+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:08:56.877+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:09:24.317+00:00|INFO|RequestLog|qtp351877391-17] 127.0.0.6 - healthcheck [17/Mar/2023:05:09:24 +0000] "GET /healthcheck HTTP/1.1" 200 113 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-17T05:09:26.877+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:09:56.878+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:10:26.878+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:10:56.879+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:11:26.880+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:11:56.880+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:12:26.882+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:12:56.883+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:13:26.884+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:13:56.884+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:14:26.885+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:14:56.886+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:15:00.798+00:00|INFO|RequestLog|qtp351877391-21] 127.0.0.6 - healthcheck [17/Mar/2023:05:15:00 +0000] "GET /healthcheck HTTP/1.1" 200 113 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-17T05:15:26.887+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:15:56.888+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:16:26.889+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:16:56.890+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:17:26.890+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:17:56.891+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:18:26.892+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:18:56.893+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:19:26.893+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:19:56.895+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:20:26.895+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:20:56.898+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:21:26.898+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:21:35.189+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:35.192+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:35.193+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/resourceInstances/vfwba87f81c25730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:35.199+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:21:36.218+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:36.219+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:36.219+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/resourceInstances/vfwba87f81c25730/artifacts/vfwba87f81c25730_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:37.221+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:37.222+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:37.222+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/resourceInstances/vfwba87f81c25730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:38.223+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:38.223+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:38.223+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/resourceInstances/vfwba87f81c25730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:39.225+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:39.225+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:39.225+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/resourceInstances/vfwba87f81c25730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:40.226+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:40.227+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:40.227+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/artifacts/service-Vfw20230317051919-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:41.227+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-17T05:21:41.228+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:41.228+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030486898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/artifacts/service-Vfw20230317051919-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:42.232+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download
[2023-03-17T05:21:42.505+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus
[2023-03-17T05:21:42.505+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:42.505+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030502505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/artifacts/service-Vfw20230317051919-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:43.518+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus
[2023-03-17T05:21:43.518+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:43.518+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030503518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230317051919/1.0/artifacts/service-Vfw20230317051919-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:44.521+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status
[2023-03-17T05:21:44.521+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-17T05:21:44.522+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "2a537aee-f293-4f63-bbda-a10f691e8664",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679030504521,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:21:45.522+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:22:15.524+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:22:45.525+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:23:15.526+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:23:45.527+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:24:15.527+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:24:45.528+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:25:15.529+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:25:45.529+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:26:15.531+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:26:45.532+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:27:15.533+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:27:45.533+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:28:15.534+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:28:45.534+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:29:15.536+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:29:45.537+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:30:15.538+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:30:45.539+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:30:59.773+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Node 2 disconnected.
[2023-03-17T05:31:15.539+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:31:45.539+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:32:15.540+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:32:45.541+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:33:15.542+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:33:45.543+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:34:15.544+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:34:45.545+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:35:15.545+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:35:45.546+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:36:15.547+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:36:45.547+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:37:15.549+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:37:45.549+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:38:15.550+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:38:45.551+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:39:15.551+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:39:45.551+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:40:15.552+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:40:45.553+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:41:15.553+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:41:45.555+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:42:15.555+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:42:45.557+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:43:15.557+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:43:45.558+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:44:15.559+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:44:45.560+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:45:15.561+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:45:45.562+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:46:15.563+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:46:45.564+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:47:15.564+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:47:45.566+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:48:15.567+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:48:45.567+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:49:15.568+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:49:45.569+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:50:15.570+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:50:45.572+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:51:15.574+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:51:45.575+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:52:15.575+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:52:45.577+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:53:15.578+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:53:45.579+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:54:15.580+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:54:45.581+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:55:15.581+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:55:45.582+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:56:15.582+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:56:45.583+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:57:15.584+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:57:45.584+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:58:14.430+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:14.431+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:14.431+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/resourceInstances/basic_onboard_nrgmrp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:14.436+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T05:58:15.438+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:15.439+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:15.439+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/resourceInstances/basic_onboard_nrgmrp0/artifacts/basic_onboard_nrgmrp0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:16.441+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:16.441+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:16.441+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/resourceInstances/basic_onboard_nrgmrp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:17.442+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:17.442+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:17.442+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/resourceInstances/basic_onboard_nrgmrp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:18.443+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:18.444+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:18.444+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/resourceInstances/basic_onboard_nrgmrp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:19.445+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:19.445+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:19.445+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/artifacts/service-BasicOnboardNrgmrp-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:20.446+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-17T05:58:20.447+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:20.447+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/artifacts/service-BasicOnboardNrgmrp-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:21.448+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download
[2023-03-17T05:58:21.571+00:00|ERROR|SdcConnectorClient|pool-3-thread-4] status from SDC is org.onap.sdc.http.HttpSdcResponse@682c641
[2023-03-17T05:58:21.571+00:00|ERROR|SdcConnectorClient|pool-3-thread-4] DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
[2023-03-17T05:58:21.575+00:00|ERROR|SdcReceptionHandler|pool-3-thread-4] Failed to download artifact with name: service-BasicOnboardNrgmrp-csar.csar due to: Specified artifact is  not found
[2023-03-17T05:58:21.575+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus with errorReason
[2023-03-17T05:58:21.575+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:21.575+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032701575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/artifacts/service-BasicOnboardNrgmrp-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: service-BasicOnboardNrgmrp-csar.csar due to: Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:22.576+00:00|ERROR|SdcReceptionHandler|pool-3-thread-4] Failed to process csar service artifacts 
org.onap.policy.distribution.reception.handling.sdc.exceptions.ArtifactDownloadException: Failed to download artifact with name: service-BasicOnboardNrgmrp-csar.csar due to: Specified artifact is  not found
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.downloadTheArtifact(SdcReceptionHandler.java:246)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.processCsarServiceArtifacts(SdcReceptionHandler.java:200)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.activateCallback(SdcReceptionHandler.java:95)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
[2023-03-17T05:58:22.577+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus with errorReason
[2023-03-17T05:58:22.577+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:22.577+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032702577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrgmrp/1.0/artifacts/service-BasicOnboardNrgmrp-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: service-BasicOnboardNrgmrp-csar.csar due to: Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:23.578+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status with errorReason
[2023-03-17T05:58:23.578+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-17T05:58:23.578+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "26922451-2a9d-48c6-b3bb-8a0c3e9f6413",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679032703578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T05:58:24.579+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:58:54.579+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:59:24.580+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T05:59:54.581+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:00:24.582+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:00:54.583+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:01:24.584+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:01:54.585+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:02:24.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:02:54.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:03:24.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:03:54.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:04:24.586+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:04:54.587+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:05:24.587+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:05:54.587+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:06:24.587+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:06:54.588+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:07:24.589+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:07:54.590+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:08:24.590+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:08:54.590+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:09:24.590+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:09:54.591+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:10:00.207+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Node 0 disconnected.
[2023-03-17T06:10:24.592+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:10:54.592+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:11:24.593+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:11:54.593+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:12:24.594+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:12:54.595+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:13:24.595+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:13:54.596+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:14:24.597+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:14:54.598+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:15:24.598+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:15:54.599+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:16:24.599+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:16:54.600+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:17:24.600+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:17:54.602+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:18:24.603+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:18:54.604+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:19:24.605+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:19:54.606+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:20:24.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:20:54.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:21:24.607+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:21:54.608+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:22:24.609+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:22:54.610+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:23:24.612+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:23:54.613+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:24:24.614+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:24:54.615+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:25:24.616+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:25:54.617+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:26:24.618+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:26:54.619+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:27:24.620+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:27:54.621+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:28:24.622+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:28:54.623+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:29:24.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:29:54.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:30:24.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:30:54.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:31:24.625+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:31:54.626+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:32:24.627+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:32:54.627+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:33:24.629+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:33:54.629+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:34:24.631+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:34:54.631+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:35:24.632+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:35:54.633+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:36:24.633+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:36:54.634+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:37:24.635+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:37:54.636+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:38:24.637+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:38:54.638+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:39:24.638+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:39:54.639+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:40:24.639+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:40:54.640+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:41:24.641+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:41:54.641+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:42:24.641+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:42:54.642+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:43:08.693+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-17T06:43:08.693+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-17T06:43:08.693+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "0b9281ea-0fee-4a7a-af31-2b9b44769a52",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035374642,
  "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-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:08.700+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T06:43:09.702+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-17T06:43:09.702+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-17T06:43:09.702+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "0b9281ea-0fee-4a7a-af31-2b9b44769a52",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035374642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:43:10.703+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - download
[2023-03-17T06:43:10.930+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDownloadStatus
[2023-03-17T06:43:10.930+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-17T06:43:10.930+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "0b9281ea-0fee-4a7a-af31-2b9b44769a52",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035390930,
  "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-17T06:43:11.931+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDeploymentStatus
[2023-03-17T06:43:11.932+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-17T06:43:11.932+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "0b9281ea-0fee-4a7a-af31-2b9b44769a52",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035391931,
  "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-17T06:43:12.932+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendComponentDone status
[2023-03-17T06:43:12.933+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-17T06:43:12.933+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "0b9281ea-0fee-4a7a-af31-2b9b44769a52",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035392932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:43:13.934+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:43:43.935+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:44:13.936+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:44:26.069+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:26.071+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:26.071+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:27.072+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:27.072+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:27.072+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:28.073+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:28.073+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:28.073+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:29.074+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:29.074+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:29.074+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:30.075+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:30.076+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:30.076+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:31.077+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:31.077+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:31.077+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "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-17T06:44:32.078+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:32.079+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:32.079+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035453936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:33.080+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-17T06:44:33.302+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-17T06:44:33.303+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:33.303+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035473302,
  "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-17T06:44:34.305+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-17T06:44:34.306+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:34.306+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035474305,
  "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-17T06:44:35.307+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-17T06:44:35.307+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:35.308+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "3515b4ab-0e62-4590-988d-e882fcdc2dcd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035475307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:36.309+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:44:36.322+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:36.322+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:36.323+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:37.325+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:37.325+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:37.326+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:38.328+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:38.328+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:38.328+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:39.331+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:39.331+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:39.332+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:40.332+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:40.333+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:40.333+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:41.334+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:41.335+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:41.335+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/resourceInstances/pnf3e84c45ac78e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:42.336+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:42.337+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:42.337+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/artifacts/service-DemoPnfDjrsofdo4efumv1jmqv1-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:43.338+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T06:44:43.338+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:43.338+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035476309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/artifacts/service-DemoPnfDjrsofdo4efumv1jmqv1-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:44.339+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-17T06:44:44.451+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-17T06:44:44.451+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:44.451+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035484451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/artifacts/service-DemoPnfDjrsofdo4efumv1jmqv1-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:45.454+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-17T06:44:45.454+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:45.454+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035485454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDjrsofdo4efumv1jmqv1/1.0/artifacts/service-DemoPnfDjrsofdo4efumv1jmqv1-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:46.455+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-17T06:44:46.456+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T06:44:46.456+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1e45e6b5-1997-4cb1-b3d6-151208fb81ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679035486455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T06:44:47.457+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:45:17.459+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:45:47.459+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:46:17.460+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:46:47.460+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:47:17.462+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:47:47.463+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:48:17.464+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:48:47.464+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:49:17.465+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:49:47.466+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:50:17.466+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:50:47.466+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:51:17.467+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:51:47.469+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:52:17.469+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:52:47.470+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:53:17.471+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:53:47.472+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:54:17.473+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:54:47.474+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:55:17.474+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:55:47.475+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:56:17.475+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:56:47.476+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:57:17.476+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:57:47.476+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:58:17.478+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:58:47.479+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:59:17.480+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T06:59:47.481+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:00:17.482+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:00:47.483+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:01:17.483+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:01:47.484+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:02:17.486+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:02:47.486+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:03:17.487+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:03:47.487+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:04:17.489+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:04:47.489+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:05:17.490+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:05:47.490+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:06:17.491+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:06:47.491+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:07:17.491+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:07:45.374+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:45.374+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:45.375+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:45.380+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:45.380+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:45.380+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:45.380+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:45.381+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:45.381+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:07:46.383+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:46.383+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:46.384+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:47.384+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:47.385+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:47.385+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:48.386+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:48.386+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:48.386+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:49.387+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:49.387+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:49.387+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:50.388+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:50.388+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:50.388+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/resourceInstances/pnf3467b35c88940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:51.389+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:51.389+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:51.389+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/artifacts/service-DemoPnf29q3ylfjypzqtue6ogqx-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:52.390+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-17T07:07:52.391+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:52.391+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036837491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/artifacts/service-DemoPnf29q3ylfjypzqtue6ogqx-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:53.392+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-17T07:07:53.531+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-17T07:07:53.531+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:53.531+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036873531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/artifacts/service-DemoPnf29q3ylfjypzqtue6ogqx-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:54.534+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-17T07:07:54.534+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:54.534+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036874534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29q3ylfjypzqtue6ogqx/1.0/artifacts/service-DemoPnf29q3ylfjypzqtue6ogqx-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:55.535+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-17T07:07:55.535+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-17T07:07:55.535+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "905c87c7-6b50-492b-a85a-fdbda3f8d217",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679036875535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:07:56.536+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:08:26.537+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:08:56.538+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:09:26.538+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:09:56.540+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:10:26.540+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:10:56.542+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:11:26.543+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:11:56.544+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:12:26.545+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:12:56.546+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:13:26.547+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:13:56.547+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:14:26.548+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:14:56.549+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:15:26.550+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:15:56.551+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:16:26.552+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:16:56.553+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:17:26.553+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:17:56.554+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:18:26.555+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:18:56.555+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:19:26.556+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:19:56.557+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:20:26.558+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:20:56.558+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:21:26.559+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:21:56.560+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:22:26.560+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:22:56.561+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:23:26.561+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:23:56.563+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:24:26.564+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:24:56.564+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:25:26.564+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:25:56.565+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:26:26.565+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:26:56.566+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:27:26.568+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:27:56.568+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:28:26.570+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:28:56.570+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:29:26.570+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:29:56.571+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:30:26.571+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:30:56.572+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:31:26.572+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:31:56.574+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:32:26.575+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:32:56.576+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:33:26.577+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:33:56.578+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:34:26.579+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:34:56.579+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:35:26.579+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:35:56.580+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:36:26.580+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:36:56.581+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:37:26.583+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:37:56.584+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:38:26.585+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:38:56.586+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:39:26.586+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:39:56.587+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:40:26.588+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:40:56.588+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:41:26.589+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:41:56.591+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:42:26.592+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:42:56.593+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:43:26.593+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:43:56.593+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:44:26.594+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:44:56.595+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:45:26.595+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:45:56.596+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:46:26.599+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:46:37.034+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:37.034+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:37.034+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:37.039+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] [Producer clientId=policy-distribution-id-producer-a0a4fa32-5753-405f-a47e-71e8abab9193] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ju3gj04BSw2-VczyY7ME2g
[2023-03-17T07:46:38.040+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:38.041+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:38.041+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:39.041+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:39.042+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:39.042+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:40.042+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:40.043+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:40.043+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:41.043+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:41.043+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:41.043+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:42.044+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:42.044+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:42.044+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/resourceInstances/pnf293df15ee0420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:43.045+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:43.046+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:43.046+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/artifacts/service-DemoPnfIy9yevmvg2c4u5vnbbop-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:44.046+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-17T07:46:44.047+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:44.047+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039186599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/artifacts/service-DemoPnfIy9yevmvg2c4u5vnbbop-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:45.048+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - download
[2023-03-17T07:46:45.181+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDownloadStatus
[2023-03-17T07:46:45.181+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:45.181+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039205181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/artifacts/service-DemoPnfIy9yevmvg2c4u5vnbbop-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:46.183+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDeploymentStatus
[2023-03-17T07:46:46.183+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:46.183+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039206183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIy9yevmvg2c4u5vnbbop/1.0/artifacts/service-DemoPnfIy9yevmvg2c4u5vnbbop-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:47.185+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendComponentDone status
[2023-03-17T07:46:47.185+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-17T07:46:47.185+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "cc6e6647-67d0-4d49-8f19-9749d9ba58f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039207185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:46:48.186+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:47:18.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:47:48.188+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:48:18.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:48:48.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:49:18.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:49:48.190+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:50:18.191+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:50:48.192+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:51:18.193+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:51:48.194+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:52:18.195+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:52:48.196+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:53:18.196+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:53:48.197+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:54:18.197+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:54:48.198+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:55:18.198+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:55:48.199+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:56:18.199+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:56:48.199+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:57:18.200+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:57:48.200+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:58:18.200+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:58:48.201+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:59:05.013+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:05.013+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:05.013+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:06.019+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:06.019+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:06.019+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:07.020+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:07.020+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:07.020+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:08.020+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:08.021+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:08.021+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:09.021+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:09.021+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:09.022+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:10.022+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:10.023+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:10.023+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:11.023+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:11.024+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:11.024+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:12.024+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:12.024+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:12.024+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:13.025+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:13.025+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:13.025+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "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-17T07:59:14.026+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:14.026+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:14.026+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039928201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:59:15.029+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-17T07:59:15.311+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-17T07:59:15.312+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:15.312+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039955311,
  "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-17T07:59:16.314+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-17T07:59:16.314+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:16.314+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039956314,
  "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-17T07:59:17.315+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-17T07:59:17.316+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:17.316+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "89acba2e-a8c6-417b-89cf-59d0abb781ad",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039957315,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:59:18.317+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:59:18.324+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:18.324+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:18.324+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:19.325+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:19.326+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:19.326+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:20.327+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:20.327+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:20.327+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:21.328+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:21.329+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:21.329+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:22.330+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:22.330+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:22.330+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:23.332+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:23.332+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:23.332+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:24.333+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:24.335+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:24.335+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "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-17T07:59:25.336+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-17T07:59:25.336+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:25.336+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039958317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:59:26.338+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-17T07:59:26.450+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-17T07:59:26.451+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:26.451+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039966450,
  "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-17T07:59:27.453+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-17T07:59:27.454+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:27.454+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039967453,
  "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-17T07:59:28.455+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-17T07:59:28.455+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-17T07:59:28.455+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "1748e8ea-3b57-4359-ad94-94158d6f38e2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679039968455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T07:59:29.456+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T07:59:59.457+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:00:29.458+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:00:43.885+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:43.885+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:43.885+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:44.887+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:44.887+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:44.887+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:45.889+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:45.889+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:45.889+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:46.889+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:46.890+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:46.890+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:47.891+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:47.891+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:47.891+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:48.892+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:48.892+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:48.893+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:49.893+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:49.894+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:49.894+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:50.895+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:50.896+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:50.896+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:51.896+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus
[2023-03-17T08:00:51.897+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:51.897+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040029458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:52.898+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download
[2023-03-17T08:00:53.102+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus
[2023-03-17T08:00:53.102+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:53.103+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040053102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:54.105+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus
[2023-03-17T08:00:54.105+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:54.105+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040054104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:55.106+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status
[2023-03-17T08:00:55.106+00:00|INFO|NotificationSender|pool-3-thread-6] DistributionClient - sendStatus
[2023-03-17T08:00:55.107+00:00|INFO|NotificationSender|pool-3-thread-6] Trying to send status: {
  "distributionID": "d4b48b19-db1c-477d-9e62-c8a9688f450d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679040055106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-17T08:00:56.107+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:01:26.108+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:01:56.109+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:02:26.109+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:02:56.109+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:03:26.109+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:03:56.110+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:04:26.111+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:04:56.111+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:05:26.112+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:05:56.114+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:06:26.115+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:06:56.115+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:07:26.116+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:07:56.116+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:08:26.117+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:08:56.118+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:09:26.118+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:09:56.119+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:10:26.119+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:10:56.120+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:11:26.121+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:11:56.122+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:12:26.123+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:12:56.124+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:13:26.125+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:13:56.125+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:14:26.125+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:14:56.126+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:15:26.127+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:15:56.128+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:16:26.129+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:16:56.130+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:17:26.131+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:17:56.132+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:18:26.132+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:18:56.133+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:19:26.135+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:19:56.136+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:20:26.136+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:20:56.138+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:21:26.139+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:21:56.140+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:22:26.140+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:22:56.141+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:23:26.142+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:23:56.143+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:24:26.143+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:24:56.144+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:25:26.144+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:25:56.145+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:26:26.146+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:26:56.146+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:27:26.147+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:27:56.148+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:28:26.149+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:28:56.150+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:29:26.151+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:29:56.152+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:30:26.154+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:30:56.155+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:31:26.156+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:31:56.157+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:32:26.158+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:32:56.159+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:33:26.159+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:33:56.161+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:34:26.162+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:34:56.163+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:35:26.163+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:35:56.163+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:36:26.164+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:36:56.164+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:37:26.165+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:37:56.166+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:38:26.167+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:38:56.167+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:39:26.168+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:39:56.168+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:40:26.168+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:40:56.169+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:41:26.169+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:41:56.172+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:42:26.172+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:42:56.173+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:43:26.173+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:43:56.174+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:44:26.175+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:44:56.175+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:45:26.176+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:45:56.176+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:46:26.177+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:46:56.179+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:47:26.179+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:47:56.180+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:48:26.180+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:48:56.180+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:49:26.181+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:49:56.181+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:50:26.182+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:50:56.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:51:26.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:51:56.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:52:26.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:52:56.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:53:26.184+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:53:56.185+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-17T08:54:26.185+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO