Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2023-03-21T23:04:45.422+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2023-03-21T23:04:46.839+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-21T23:04:46.839+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2023-03-21T23:04:46.840+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-21T23:04:47.010+00:00|INFO|ServiceManager|main] service manager started
[2023-03-21T23:04:47.011+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-21T23:04:47.032+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-21T23:04:47.624+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2023-03-21T23:04:47.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:04:47.633+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2023-03-21T23:04:50.217+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-21T23:04:50.222+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4e49c45
[2023-03-21T23:04:50.223+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2023-03-21T23:04:50.414+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2023-03-21T23:04:50.415+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:04:50.846+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2023-03-21T23:04:50.850+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2023-03-21T23:04:51.214+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7e276594{/,null,AVAILABLE}
[2023-03-21T23:04:51.276+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2023-03-21T23:04:51.312+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@655ef322{STARTING}[10.0.13,sto=0] @7356ms
[2023-03-21T23:05:17.627+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:05:17.671+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@69a91e48
[2023-03-21T23:05:17.671+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:05:17.671+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-21T23:05:17.671+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:05:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:05:47.653+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@19626f90
[2023-03-21T23:05:47.653+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:05:47.654+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-21T23:05:47.654+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:06:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:06:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2e60decd
[2023-03-21T23:06:17.638+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:06:17.638+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-21T23:06:17.638+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:06:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:06:47.632+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@56722641
[2023-03-21T23:06:47.632+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:06:47.633+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-21T23:06:47.633+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:07:17.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:07:17.647+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@22a37ee1
[2023-03-21T23:07:17.647+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:07:17.648+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-21T23:07:17.648+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:07:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:07:47.628+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5ceaeebf
[2023-03-21T23:07:47.628+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:07:47.629+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-21T23:07:47.629+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:08:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:08:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@21f56848
[2023-03-21T23:08:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:08:17.635+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-21T23:08:17.635+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:08:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:08:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6128659
[2023-03-21T23:08:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:08:47.630+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-21T23:08:47.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:09:17.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:09:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6e39ef8
[2023-03-21T23:09:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:09:17.638+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-21T23:09:17.638+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:09:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:09:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3cba97cb
[2023-03-21T23:09:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:09:47.630+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-21T23:09:47.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:10:17.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:10:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@43bbd158
[2023-03-21T23:10:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:10:17.636+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-21T23:10:17.636+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:10:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:10:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@34f82c2c
[2023-03-21T23:10:47.631+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:10:47.631+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-21T23:10:47.631+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:11:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:11:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@69f6af79
[2023-03-21T23:11:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:11:17.636+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-21T23:11:17.636+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:11:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:11:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@24a9546b
[2023-03-21T23:11:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:11:47.630+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-21T23:11:47.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:12:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:12:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3377a3a2
[2023-03-21T23:12:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:12:17.636+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-21T23:12:17.636+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:12:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:12:47.632+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@ced0f1c
[2023-03-21T23:12:47.632+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:12:47.633+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-21T23:12:47.633+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:13:17.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:13:17.635+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1dadeb31
[2023-03-21T23:13:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:13:17.636+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-21T23:13:17.636+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:13:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:13:47.629+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2b51574f
[2023-03-21T23:13:47.629+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:13:47.630+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-21T23:13:47.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:14:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:14:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7d389530
[2023-03-21T23:14:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:14:17.637+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-21T23:14:17.638+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:14:47.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:14:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@325dc8b
[2023-03-21T23:14:47.631+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:14:47.631+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-21T23:14:47.631+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:15:17.626+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:15:17.639+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6b32671d
[2023-03-21T23:15:17.640+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:15:17.640+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-21T23:15:17.640+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:15:47.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:15:47.629+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4174bd64
[2023-03-21T23:15:47.630+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:15:47.630+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-21T23:15:47.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:16:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:16:17.636+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6054ee0c
[2023-03-21T23:16:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:16:17.637+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-21T23:16:17.637+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:16:47.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:16:47.635+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7871453a
[2023-03-21T23:16:47.635+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:16:47.635+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-21T23:16:47.635+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:17:17.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:17:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@22481985
[2023-03-21T23:17:17.637+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:17:17.637+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-21T23:17:17.637+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:17:47.624+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:17:47.627+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@233d9ed9
[2023-03-21T23:17:47.628+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T23:17:47.628+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-21T23:17:47.628+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T23:18:17.623+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T23:18:17.821+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-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5
	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-21T23:18:18.056+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Instantiated an idempotent producer.
[2023-03-21T23:18:18.246+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2023-03-21T23:18:18.344+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-21T23:18:18.344+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-21T23:18:18.344+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679440698337
[2023-03-21T23:18:18.348+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2023-03-21T23:18:18.418+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-943e4c15-8b56-455a-b19d-2ad0204df447
	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-21T23:18:18.631+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-21T23:18:18.631+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-21T23:18:18.631+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679440698631
[2023-03-21T23:18:18.633+00:00|INFO|KafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:18:18.714+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:18:20.127+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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 XYq5vfp-SDeZ0oC43IeGTw
[2023-03-21T23:18:20.128+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Cluster ID: JjHZv6cgS9mWf1fSlmmytg
[2023-03-21T23:18:20.130+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Cluster ID: JjHZv6cgS9mWf1fSlmmytg
[2023-03-21T23:18:20.130+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] ProducerId set to 2003 with epoch 0
[2023-03-21T23:18:20.131+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-03-21T23:18:20.145+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] (Re-)joining group
[2023-03-21T23:18:20.264+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447-1beee2d5-c44d-4a8e-bd95-671ac5067872
[2023-03-21T23:18:20.265+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:20.265+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] (Re-)joining group
[2023-03-21T23:18:23.273+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447-1beee2d5-c44d-4a8e-bd95-671ac5067872', protocol='range'}
[2023-03-21T23:18:23.279+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447-1beee2d5-c44d-4a8e-bd95-671ac5067872=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-21T23:18:23.322+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447-1beee2d5-c44d-4a8e-bd95-671ac5067872', protocol='range'}
[2023-03-21T23:18:23.324+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.329+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2023-03-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2023-03-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2023-03-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2023-03-21T23:18:23.345+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2023-03-21T23:18:23.543+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.543+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.544+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.544+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.551+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:23.551+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, 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-21T23:18:48.721+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:19:18.722+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:19:48.723+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:20:18.724+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:20:48.726+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:21:18.727+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:21:48.729+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:22:18.731+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:22:48.732+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:23:18.733+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:23:48.733+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:24:18.735+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:24:48.737+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:25:18.737+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:25:48.738+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:26:18.739+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:26:48.740+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:27:18.742+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:27:20.282+00:00|INFO|NetworkClient|pool-3-thread-2] [Consumer clientId=policy-distribution-id-consumer-943e4c15-8b56-455a-b19d-2ad0204df447, groupId=policy-distribution] Node -1 disconnected.
[2023-03-21T23:27:20.405+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Node -1 disconnected.
[2023-03-21T23:27:48.742+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:28:18.743+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:28:48.744+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:29:18.745+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:29:48.746+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:30:18.747+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:30:48.748+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:31:18.749+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:31:48.749+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:32:18.751+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:32:48.752+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:33:18.753+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:33:48.754+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:34:18.755+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:34:48.755+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:35:18.756+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:35:48.757+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:36:18.758+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:36:48.759+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:37:18.760+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:37:48.761+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:38:18.761+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:38:48.762+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:39:18.763+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:39:48.764+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:40:18.765+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:40:48.765+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:41:18.766+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:41:48.767+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:42:18.768+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:42:48.769+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:43:18.770+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:43:48.771+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:44:18.771+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:44:48.771+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:45:18.772+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:45:48.773+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:46:18.774+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:46:48.775+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:47:18.776+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:47:48.777+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:48:18.778+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:48:48.778+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:49:18.780+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:49:48.781+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:50:18.782+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:50:48.783+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:51:18.784+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:51:48.785+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:52:18.785+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:52:48.786+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:53:18.786+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:53:48.787+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:54:18.788+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:54:48.788+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:55:18.789+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:55:48.789+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:56:18.791+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:56:48.796+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:57:18.797+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:57:48.799+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:58:18.801+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:58:48.802+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:59:18.802+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T23:59:48.804+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:00:18.804+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:00:48.806+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:01:18.807+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:01:48.808+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:02:18.809+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:02:48.810+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:03:18.811+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:03:48.811+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:04:18.812+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:04:48.812+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:05:18.812+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:05:48.813+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:06:18.813+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:06:48.815+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:07:18.816+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:07:48.817+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:08:18.818+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:08:48.820+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:09:18.821+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:09:48.822+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:10:18.823+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:10:48.824+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:11:18.825+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:11:48.826+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:12:18.828+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:12:48.829+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:13:18.830+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:13:48.831+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:14:18.831+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:14:48.832+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:15:18.833+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:15:48.833+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:16:18.835+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:16:48.836+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:17:18.836+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:17:48.837+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:18:18.838+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:18:48.840+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:19:18.840+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:19:48.841+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:20:18.841+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:20:48.843+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:21:18.843+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:21:48.845+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:22:18.846+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:22:48.846+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:23:18.847+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:23:48.848+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:24:18.850+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:24:48.850+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:25:18.852+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:25:48.855+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:26:18.856+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:26:48.857+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:27:18.857+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:27:48.859+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:28:18.860+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:28:48.861+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:29:18.861+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:29:48.863+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:30:18.864+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:30:48.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:31:18.866+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:31:48.866+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:32:18.868+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:32:48.868+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:33:18.869+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:33:48.870+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:34:18.870+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:34:48.871+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:35:18.872+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:35:48.873+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:36:18.873+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:36:48.874+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:37:18.876+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:37:48.877+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:38:18.877+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:38:48.878+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:39:18.878+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:39:48.879+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:40:18.880+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:40:48.880+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:41:18.881+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:41:48.882+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:42:18.882+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:42:48.883+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:43:18.884+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:43:48.885+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:44:18.885+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:44:48.886+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:45:18.887+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:45:48.888+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:46:18.889+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:46:48.889+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:47:18.891+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:47:48.892+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:48:18.893+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:48:48.894+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:49:18.894+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:49:48.894+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:50:18.895+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:50:48.896+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:51:18.897+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:51:48.898+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:52:18.898+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:52:48.899+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:53:18.900+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:53:48.900+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:54:18.901+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:54:48.901+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:55:18.902+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:55:48.902+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:56:18.902+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:56:48.903+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:57:18.904+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:57:48.905+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:58:18.905+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:58:48.905+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:59:18.906+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T00:59:48.907+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:00:18.907+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:00:48.908+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:01:18.909+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:01:48.909+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:02:18.909+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:02:48.909+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:03:18.910+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:03:48.911+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:04:18.913+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:04:48.913+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:05:18.913+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:05:48.914+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:06:18.914+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:06:48.914+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:07:18.915+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:07:48.916+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:08:18.917+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:08:48.919+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:09:18.919+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:09:48.920+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:10:18.922+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:10:48.922+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:11:18.924+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:11:48.924+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:12:18.925+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:12:48.925+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:13:18.926+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:13:48.926+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:14:18.927+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:14:48.928+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:15:18.929+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:15:48.930+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:16:18.930+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:16:48.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:17:18.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:17:48.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:18:18.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:18:48.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:19:18.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:19:48.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:20:18.933+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:20:48.935+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:21:18.936+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:21:48.936+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:22:18.938+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:22:48.938+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:23:18.938+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:23:48.940+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:24:18.940+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:24:48.941+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:25:18.942+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:25:48.942+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:26:18.943+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:26:48.944+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:27:18.945+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:27:48.946+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:28:18.946+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:28:48.947+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:29:18.947+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:29:48.949+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:30:18.951+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:30:48.952+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:31:18.952+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:31:48.953+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:32:18.953+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:32:48.954+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:33:18.955+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:33:48.955+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:34:18.956+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:34:48.957+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:35:18.958+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:35:48.959+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:36:18.960+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:36:48.960+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:37:18.963+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:37:48.964+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:38:18.965+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:38:48.966+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:39:18.967+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:39:48.968+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:40:18.968+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:40:48.970+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:41:18.971+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:41:48.972+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:42:18.972+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:42:48.974+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:43:18.976+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:43:48.977+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:44:18.977+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:44:48.979+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:45:18.980+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:45:48.981+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:46:18.982+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:46:48.982+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:47:18.984+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:47:48.985+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:48:18.986+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:48:48.987+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:49:18.987+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:49:48.988+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:50:18.988+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:50:48.989+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:51:18.989+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:51:48.991+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:52:18.992+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:52:48.992+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:53:18.993+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:53:48.993+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:54:18.994+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:54:48.995+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:55:18.996+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:55:48.997+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:56:18.997+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:56:48.999+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:57:19.000+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:57:49.001+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:58:19.001+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:58:49.002+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:59:19.003+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T01:59:49.004+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:00:19.004+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:00:49.005+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:01:19.005+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:01:49.007+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:02:19.008+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:02:49.008+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:03:19.009+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:03:49.010+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:04:19.010+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:04:49.011+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:05:19.012+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:05:49.013+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:06:19.013+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:06:49.013+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:07:19.014+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:07:49.015+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:08:19.016+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:08:49.016+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:09:19.017+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:09:49.019+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:10:19.020+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:10:49.020+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:11:19.021+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:11:49.022+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:12:19.022+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:12:49.024+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:13:19.025+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:13:49.025+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:14:19.025+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:14:49.025+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:15:19.027+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:15:49.028+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:16:19.028+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:16:49.029+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:17:19.030+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:17:49.032+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:18:19.032+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:18:49.033+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:19:19.034+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:19:49.035+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:20:19.036+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:20:49.037+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:21:19.037+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:21:49.038+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:22:19.039+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:22:49.040+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:23:19.041+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:23:49.042+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:24:19.043+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:24:49.044+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:25:19.044+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:25:49.045+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:26:19.046+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:26:49.047+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:27:19.048+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:27:49.048+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:28:19.049+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:28:49.049+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:29:19.051+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:29:49.052+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:30:19.052+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:30:49.053+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:31:19.055+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:31:49.056+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:32:19.057+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:32:49.058+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:33:19.058+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:33:49.059+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:34:19.061+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:34:49.061+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:35:19.061+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:35:49.062+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:36:19.063+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:36:49.064+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:37:19.064+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:37:49.065+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:38:19.065+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:38:49.067+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:39:19.067+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:39:49.068+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:40:19.069+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:40:49.070+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:41:19.071+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:41:49.072+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:42:19.072+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:42:49.073+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:43:19.074+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:43:49.075+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:44:19.076+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:44:49.077+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:45:19.078+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:45:49.078+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:46:19.079+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:46:49.080+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:47:19.081+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:47:49.081+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:48:19.083+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:48:49.084+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:49:19.085+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:49:49.086+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:50:19.086+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:50:49.087+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:51:19.087+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:51:49.088+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:52:19.089+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:52:49.090+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:53:19.091+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:53:49.091+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:54:19.092+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:54:49.092+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:55:19.093+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:55:49.093+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:56:19.093+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:56:49.095+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:57:19.095+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:57:49.097+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:58:19.098+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:58:49.098+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:59:19.100+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T02:59:49.101+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:00:19.101+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:00:49.102+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:01:19.103+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:01:49.104+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:02:19.105+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:02:49.105+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:03:19.106+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:03:49.107+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:04:19.108+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:04:49.108+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:05:19.109+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:05:49.110+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:06:19.111+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:06:49.112+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:07:19.113+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:07:49.113+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:08:19.114+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:08:49.115+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:09:19.116+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:09:49.116+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:10:19.118+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:10:49.119+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:11:19.120+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:11:49.121+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:12:19.122+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:12:49.123+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:13:19.124+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:13:49.125+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:14:19.126+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:14:49.127+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:15:19.127+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:15:49.129+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:16:19.129+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:16:49.130+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:17:19.132+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:17:49.133+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:18:19.134+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:18:49.135+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:19:19.135+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:19:49.137+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:20:19.137+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:20:49.138+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:21:19.139+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:21:49.140+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:22:19.141+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:22:49.141+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:23:19.142+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:23:49.143+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:24:19.144+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:24:49.144+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:25:19.145+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:25:49.146+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:26:19.147+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:26:49.148+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:27:19.148+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:27:49.150+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:28:19.151+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:28:49.152+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:29:19.152+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:29:49.153+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:30:19.154+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:30:49.155+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:31:19.155+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:31:49.155+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:32:19.156+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:32:49.156+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:33:19.156+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:33:49.157+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:34:19.158+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:34:49.159+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:35:19.159+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:35:49.161+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:36:19.162+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:36:49.162+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:37:19.163+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:37:49.164+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:38:19.165+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:38:49.165+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:39:19.166+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:39:49.168+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:40:19.168+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:40:49.169+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:41:19.169+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:41:49.170+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:42:19.170+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:42:49.171+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:43:19.172+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:43:49.172+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:44:19.173+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:44:49.175+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:45:19.176+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:45:49.176+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:46:19.177+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:46:49.178+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:47:19.179+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:47:49.179+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:48:19.180+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:48:49.181+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:49:19.181+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:49:49.182+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:50:19.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:50:49.183+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:51:19.184+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:51:49.184+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:52:19.185+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:52:49.186+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:53:19.187+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:53:49.187+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:54:19.188+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:54:49.188+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:55:19.188+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:55:49.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:56:19.190+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:56:49.191+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:57:19.192+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:57:49.193+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:58:19.193+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:58:49.194+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:59:19.195+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T03:59:49.196+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:00:19.197+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:00:49.198+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:01:19.199+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:01:49.200+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:02:19.200+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:02:49.201+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:03:19.202+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:03:49.203+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:04:19.204+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:04:49.204+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:05:19.205+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:05:49.207+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:06:19.208+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:06:49.209+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:07:19.209+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:07:49.211+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:08:19.211+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:08:49.213+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:09:19.213+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:09:49.213+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:10:19.214+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:10:49.214+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:11:19.215+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:11:49.216+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:12:19.217+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:12:49.218+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:13:19.219+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:13:49.219+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:14:19.220+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:14:49.221+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:15:19.221+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:15:49.222+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:16:19.223+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:16:49.224+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:17:19.224+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:17:49.225+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:18:19.226+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:18:49.227+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:19:19.228+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:19:49.229+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:20:19.229+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:20:49.229+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:21:19.229+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:21:49.230+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:22:19.230+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:22:49.231+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:23:19.231+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:23:49.232+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:24:19.232+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:24:49.233+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:25:19.233+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:25:49.234+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:26:19.236+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:26:49.237+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:27:19.238+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:27:49.239+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:28:19.240+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:28:49.240+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:29:19.241+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:29:49.241+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:30:19.242+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:30:49.243+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:31:19.244+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:31:49.245+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:32:19.246+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:32:49.246+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:33:19.247+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:33:49.247+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:34:19.247+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:34:49.248+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:35:19.248+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:35:49.248+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:36:19.249+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:36:49.250+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:37:19.251+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:37:49.252+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:38:19.253+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:38:49.254+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:39:19.255+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:39:49.255+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:40:19.255+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:40:49.255+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:41:19.257+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:41:49.258+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:42:19.259+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:42:49.260+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:43:19.261+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:43:49.262+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:44:19.262+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:44:49.263+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:45:19.263+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:45:49.263+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:46:19.263+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:46:49.263+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:47:19.265+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:47:49.266+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:48:19.267+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:48:49.268+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:49:19.269+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:49:49.269+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:50:19.270+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:50:49.272+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:51:19.273+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:51:49.274+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:52:19.274+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:52:49.274+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:53:19.275+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:53:49.276+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:54:19.277+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:54:49.277+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:55:19.278+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:55:49.278+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:56:19.279+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:56:49.280+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:57:19.280+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:57:49.281+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:58:19.282+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:58:49.283+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:59:19.283+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T04:59:49.283+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:00:19.284+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:00:49.285+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:01:19.285+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:01:49.286+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:02:19.286+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:02:49.287+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:03:19.288+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:03:49.288+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:04:19.289+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:04:49.290+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:05:19.290+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:05:49.291+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:06:19.292+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:06:49.293+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:07:19.294+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:07:49.294+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:08:19.294+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:08:49.295+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:09:19.296+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:09:49.297+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:10:19.298+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:10:49.298+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:11:19.300+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:11:49.300+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:12:19.301+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:12:49.302+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:13:19.302+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:13:49.303+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:14:19.304+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:14:49.304+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:15:19.305+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:15:49.306+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:16:19.306+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:16:49.307+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:17:19.309+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:17:49.310+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:18:19.311+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:18:49.311+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:19:19.311+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:19:49.313+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:20:19.313+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:20:47.615+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:47.622+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:47.622+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:47.631+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T05:20:48.659+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:48.659+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:48.659+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:49.663+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:49.663+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:49.663+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:50.664+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:50.665+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:50.665+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:51.667+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:51.667+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:51.668+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:52.669+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:52.669+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:52.669+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:53.670+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:20:53.671+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:53.671+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:54.675+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download
[2023-03-22T05:20:54.921+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus
[2023-03-22T05:20:54.922+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:54.922+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462454921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:55.941+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus
[2023-03-22T05:20:55.941+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:55.941+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462455940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:56.944+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status
[2023-03-22T05:20:56.945+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:20:56.945+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462456944,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:20:57.947+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:21:27.948+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:21:57.949+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:22:27.950+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:22:57.951+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:23:27.951+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:23:57.952+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:24:27.953+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:24:57.954+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:25:27.955+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:25:57.956+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:26:27.956+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:26:57.957+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:27:13.528+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:13.528+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:13.528+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:14.530+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:14.530+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:14.530+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:15.531+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:15.531+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:15.532+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:16.532+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:16.533+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:16.533+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:17.533+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:17.534+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:17.534+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:18.534+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:18.534+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:18.534+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:19.535+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-22T05:27:19.535+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:19.535+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:20.537+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download
[2023-03-22T05:27:20.698+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus
[2023-03-22T05:27:20.699+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:20.699+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462840698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:21.702+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus
[2023-03-22T05:27:21.702+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:21.702+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462841702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:22.703+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status
[2023-03-22T05:27:22.703+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-22T05:27:22.703+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462842703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:27:23.704+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:27:53.706+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:28:23.707+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:28:53.707+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:29:23.709+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:29:53.710+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:30:23.710+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:30:53.711+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:31:23.712+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:31:53.713+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:32:23.714+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:32:53.715+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:33:23.717+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:33:53.717+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:34:23.718+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:34:53.718+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:35:23.720+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:35:53.724+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:36:23.725+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:36:53.725+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:37:23.726+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:37:53.727+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:38:23.727+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:38:53.728+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:39:23.729+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:39:53.730+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:40:23.731+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:40:26.072+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:26.073+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:26.073+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:27.079+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:27.080+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:27.080+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:28.081+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:28.081+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:28.081+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:29.083+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:29.083+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:29.084+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:30.084+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:30.085+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:30.085+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:31.086+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:31.086+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:31.086+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:32.087+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus
[2023-03-22T05:40:32.087+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:32.087+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:33.089+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - download
[2023-03-22T05:40:33.207+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDownloadStatus
[2023-03-22T05:40:33.208+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:33.208+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463633207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:34.211+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDeploymentStatus
[2023-03-22T05:40:34.211+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:34.211+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463634211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:35.213+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendComponentDone status
[2023-03-22T05:40:35.213+00:00|INFO|NotificationSender|pool-3-thread-8] DistributionClient - sendStatus
[2023-03-22T05:40:35.213+00:00|INFO|NotificationSender|pool-3-thread-8] Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463635213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:40:36.214+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:41:06.215+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:41:36.216+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:42:06.217+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:42:36.218+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:43:06.218+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:43:36.219+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:44:06.220+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:44:36.220+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:45:06.220+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:45:36.222+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:46:06.223+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:46:36.223+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:47:06.223+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:47:36.224+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:48:06.225+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:48:36.225+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:49:06.225+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:49:36.226+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:50:06.226+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:50:36.227+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:51:06.228+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:51:15.517+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:51:15.517+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:51:15.517+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464266228,
  "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-22T05:51:16.528+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:51:16.528+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:51:16.528+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464266228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:51:17.530+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-22T05:51:17.744+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-22T05:51:17.745+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:51:17.745+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464277744,
  "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-22T05:51:18.747+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-22T05:51:18.747+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:51:18.747+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464278747,
  "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-22T05:51:19.748+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-22T05:51:19.749+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:51:19.749+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464279748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:51:20.750+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:51:50.751+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:52:03.385+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:03.385+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:03.385+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:04.387+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:04.388+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:04.388+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:05.389+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:05.389+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:05.389+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:06.390+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:06.391+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:06.391+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:07.393+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:07.393+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:07.393+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:08.395+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:08.395+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:08.395+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:09.396+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:09.396+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:09.396+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:10.397+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:10.397+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:10.397+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:11.398+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-22T05:52:11.545+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-22T05:52:11.545+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:11.545+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464331545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:12.547+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-22T05:52:12.547+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:12.547+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464332547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:13.548+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-22T05:52:13.548+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:13.548+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464333548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:14.549+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:52:44.549+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:52:51.176+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:51.176+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:51.176+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:52.177+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:52.177+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:52.177+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:53.178+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:53.178+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:53.178+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:54.179+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:54.179+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:54.179+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:55.180+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:55.180+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:55.180+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:56.181+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:56.182+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:56.182+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "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-22T05:52:57.182+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T05:52:57.183+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:57.183+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:52:58.184+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-22T05:52:58.388+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-22T05:52:58.388+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:58.388+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464378388,
  "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-22T05:52:59.391+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-22T05:52:59.391+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:52:59.391+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464379391,
  "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-22T05:53:00.392+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-22T05:53:00.393+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T05:53:00.393+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464380392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T05:53:01.393+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:53:31.395+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:54:01.395+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:54:31.395+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:55:01.395+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:55:31.396+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:56:01.397+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:56:31.397+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:57:01.398+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:57:31.399+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:58:01.400+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:58:31.401+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:59:01.401+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T05:59:31.402+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:00:01.402+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:00:31.404+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:01:01.405+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:01:31.406+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:02:01.407+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:02:31.408+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:03:01.409+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:03:31.410+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:04:01.410+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:04:31.411+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:05:01.412+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:05:31.413+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:06:01.414+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:06:31.415+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:07:01.416+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:07:31.417+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:08:01.418+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:08:31.420+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:09:01.421+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:09:31.422+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:10:01.423+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:10:31.423+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:11:01.423+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:11:31.423+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:12:01.424+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:12:31.425+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:13:01.426+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:13:31.427+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:14:01.427+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:14:18.310+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:18.310+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:18.310+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:18.324+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:14:19.325+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:19.326+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:19.326+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:20.326+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:20.327+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:20.327+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:21.328+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:21.328+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:21.328+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:22.329+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:22.329+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:22.329+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:23.329+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:23.330+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:23.330+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:24.331+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:24.331+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:24.331+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:25.332+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:14:25.332+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:25.332+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:26.333+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-22T06:14:26.438+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-22T06:14:26.438+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:26.438+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465666438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:27.441+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-22T06:14:27.441+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:27.441+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465667441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:28.442+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-22T06:14:28.442+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:14:28.442+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465668442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:14:29.443+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:14:59.443+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:15:29.443+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:15:59.444+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:16:29.444+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:16:59.445+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:17:29.445+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:17:59.446+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:18:29.447+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:18:59.447+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:19:29.447+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:19:59.447+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:20:29.448+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:20:59.449+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:21:29.450+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:21:59.450+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:22:29.450+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:22:59.450+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:23:29.452+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:23:59.453+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:24:29.454+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:24:59.455+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:25:29.455+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:25:59.456+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:26:29.457+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:26:59.458+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:27:29.459+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:27:59.459+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:28:29.461+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:28:33.517+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:33.517+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:33.517+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:33.522+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:28:34.523+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:34.523+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:34.524+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:35.525+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:35.525+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:35.525+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:36.526+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:36.527+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:36.527+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:37.529+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:37.529+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:37.529+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:38.530+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:38.531+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:38.531+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:39.532+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:39.532+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:39.532+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:40.533+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T06:28:40.534+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:40.534+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:41.535+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download
[2023-03-22T06:28:41.629+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus
[2023-03-22T06:28:41.629+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:41.629+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466521629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:42.632+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus
[2023-03-22T06:28:42.633+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:42.633+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466522632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:43.634+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status
[2023-03-22T06:28:43.634+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T06:28:43.634+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466523634,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:28:44.635+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:29:14.637+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:29:44.637+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:30:14.639+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:30:44.640+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:31:14.641+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:31:44.642+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:32:14.643+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:32:44.644+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:33:14.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:33:44.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:34:14.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:34:44.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:35:14.647+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:35:44.648+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:36:14.648+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:36:44.650+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:37:14.650+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:37:44.652+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:38:14.653+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:38:44.654+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:39:14.654+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:39:44.655+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:40:14.656+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:40:44.656+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:41:04.224+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:04.224+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:04.224+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:05.230+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:05.231+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:05.231+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:06.232+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:06.232+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:06.232+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:07.233+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:07.234+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:07.234+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:08.235+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:08.235+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:08.235+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:09.236+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:09.236+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:09.236+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:10.237+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:10.237+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:10.238+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:11.239+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:11.240+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:11.240+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:12.241+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:12.241+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:12.241+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "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-22T06:41:13.242+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:13.242+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:13.242+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:14.243+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-22T06:41:14.477+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-22T06:41:14.478+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:14.478+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467274477,
  "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-22T06:41:15.480+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-22T06:41:15.480+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:15.480+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467275480,
  "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-22T06:41:16.481+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-22T06:41:16.482+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:16.482+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467276481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:17.483+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:41:36.409+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:36.409+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:36.409+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:37.410+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:37.410+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:37.410+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:38.411+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:38.411+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:38.411+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:39.413+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:39.413+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:39.413+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:40.413+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:40.414+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:40.414+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:41.415+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:41.416+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:41.416+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:42.417+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:42.417+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:42.417+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "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-22T06:41:43.418+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:43.418+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:43.418+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:44.419+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-22T06:41:44.630+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-22T06:41:44.631+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:44.631+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467304630,
  "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-22T06:41:45.632+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-22T06:41:45.633+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:45.633+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467305632,
  "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-22T06:41:46.634+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-22T06:41:46.635+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:46.635+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467306634,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:47.636+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:41:47.644+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:47.644+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:47.645+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:48.646+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:48.646+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:48.647+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:49.648+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:49.648+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:49.649+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:50.650+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:50.650+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:50.650+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:51.651+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:51.652+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:51.652+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:52.653+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:52.654+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:52.654+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:53.655+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:53.655+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:53.655+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:54.656+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:54.657+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:54.657+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "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-22T06:41:55.658+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus
[2023-03-22T06:41:55.659+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:55.659+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:56.660+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download
[2023-03-22T06:41:56.777+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus
[2023-03-22T06:41:56.778+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:56.778+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467316777,
  "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-22T06:41:57.780+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus
[2023-03-22T06:41:57.781+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:57.781+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467317780,
  "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-22T06:41:58.782+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status
[2023-03-22T06:41:58.782+00:00|INFO|NotificationSender|pool-3-thread-1] DistributionClient - sendStatus
[2023-03-22T06:41:58.782+00:00|INFO|NotificationSender|pool-3-thread-1] Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467318782,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:41:59.783+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:42:29.784+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:42:59.786+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:43:29.786+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:43:59.788+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:44:29.789+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:44:59.789+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:45:29.789+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:45:59.790+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:46:29.791+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:46:59.791+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:47:29.793+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:47:59.793+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:48:29.793+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:48:59.794+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:49:29.795+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:49:59.796+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:50:29.798+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:50:59.798+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:51:29.799+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:51:59.800+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:52:29.800+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:52:59.801+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:53:29.802+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:53:59.803+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:54:29.804+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:54:59.804+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:55:29.804+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:55:59.805+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:56:29.805+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:56:59.806+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:57:29.807+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:57:59.808+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:58:29.808+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:58:39.882+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:39.883+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:39.883+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:39.888+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T06:58:40.890+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:40.890+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:40.890+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:41.891+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:41.891+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:41.891+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:42.892+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:42.892+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:42.892+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:43.893+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:43.893+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:43.893+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:44.894+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:44.894+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:44.894+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:45.895+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:45.895+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:45.895+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:46.896+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:46.896+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:46.897+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "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-22T06:58:47.897+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-22T06:58:47.898+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:47.898+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:58:48.900+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-22T06:58:49.113+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-22T06:58:49.113+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:49.113+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468329113,
  "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-22T06:58:50.115+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-22T06:58:50.115+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:50.115+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468330115,
  "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-22T06:58:51.117+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-22T06:58:51.117+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-22T06:58:51.117+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468331117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T06:58:52.119+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:59:22.120+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T06:59:52.121+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:00:22.121+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:00:52.121+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:01:22.121+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:01:52.122+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:02:22.123+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:02:52.124+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:03:22.125+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:03:52.125+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:04:22.125+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:04:52.126+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:05:22.126+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:05:52.127+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:06:22.128+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:06:52.129+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:07:22.131+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:07:52.132+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:08:22.134+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:08:52.135+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:09:22.136+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:09:52.136+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:10:22.136+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:10:52.137+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:11:22.138+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:11:52.138+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:12:22.140+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:12:52.140+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:13:22.141+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:13:52.142+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:14:22.143+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:14:52.144+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:15:22.145+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:15:52.146+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:16:22.147+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:16:52.148+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:17:22.149+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:17:52.149+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:18:22.150+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:18:52.151+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:19:22.151+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:19:52.153+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:20:22.153+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:20:52.154+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:21:22.154+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:21:52.155+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:22:22.157+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:22:44.461+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:44.462+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:44.462+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:44.468+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] [Producer clientId=policy-distribution-id-producer-f2c49763-c7ed-40b0-9a7e-7b173ef1deb5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
[2023-03-22T07:22:45.469+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:45.469+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:45.470+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:46.471+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:46.471+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:46.471+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:47.472+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:47.473+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:47.473+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:48.473+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:48.474+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:48.474+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:49.474+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:49.475+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:49.475+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:50.475+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:50.476+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:50.476+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:51.477+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:51.477+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:51.477+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "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-22T07:22:52.478+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-22T07:22:52.479+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:52.479+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T07:22:53.480+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download
[2023-03-22T07:22:53.681+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus
[2023-03-22T07:22:53.682+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:53.682+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469773681,
  "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-22T07:22:54.686+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus
[2023-03-22T07:22:54.686+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:54.686+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469774686,
  "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-22T07:22:55.687+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status
[2023-03-22T07:22:55.688+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-22T07:22:55.688+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469775687,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-22T07:22:56.689+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:23:26.689+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:23:56.690+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:24:26.690+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:24:56.690+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:25:26.691+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:25:56.692+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:26:26.692+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:26:56.693+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:27:26.694+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:27:56.694+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:28:26.694+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:28:56.696+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:29:26.696+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:29:56.696+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:30:26.697+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:30:56.698+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:31:26.699+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:31:56.700+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:32:26.700+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:32:56.701+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:33:26.701+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:33:56.702+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:34:26.703+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:34:56.703+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:35:26.703+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:35:56.704+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:36:26.704+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:36:56.705+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:37:26.705+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:37:56.707+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:38:26.708+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:38:56.709+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:39:26.709+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:39:56.710+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:40:26.711+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:40:56.711+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:41:26.712+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:41:56.713+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:42:26.715+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:42:56.715+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:43:26.718+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:43:56.719+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:44:26.719+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:44:56.720+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:45:26.720+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:45:56.721+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:46:26.723+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:46:56.724+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:47:26.724+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:47:56.725+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:48:26.726+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:48:56.727+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:49:26.727+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:49:56.727+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:50:26.728+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:50:56.729+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:51:26.729+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:51:56.731+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:52:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:52:56.731+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:53:26.731+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:53:56.732+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:54:26.733+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:54:56.734+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:55:26.735+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:55:56.735+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:56:26.736+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:56:56.736+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:57:26.738+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:57:56.738+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:58:26.739+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-22T07:58:56.739+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO