Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2023-03-21T11:43:12.007+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2023-03-21T11:43:12.586+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-21T11:43:12.586+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2023-03-21T11:43:12.586+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@7e276594{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@3401a114{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=null, servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-21T11:43:12.639+00:00|INFO|ServiceManager|main] service manager started
[2023-03-21T11:43:12.639+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@7e276594{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@3401a114{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main], servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-21T11:43:12.692+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-21T11:43:12.939+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2023-03-21T11:43:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:43:12.955+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2023-03-21T11:43:13.563+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-21T11:43:13.570+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@10a9b413
[2023-03-21T11:43:13.571+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2023-03-21T11:43:13.592+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2023-03-21T11:43:13.593+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:43:13.872+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2023-03-21T11:43:13.873+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2023-03-21T11:43:13.963+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@3401a114{/,null,AVAILABLE}
[2023-03-21T11:43:13.979+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2023-03-21T11:43:13.982+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@7e276594{STARTING}[10.0.13,sto=0] @2644ms
[2023-03-21T11:43:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:43:42.994+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1b979a70
[2023-03-21T11:43:42.994+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:43:42.994+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-21T11:43:42.995+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:44:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:44:12.978+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@36fd457c
[2023-03-21T11:44:12.978+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:44:12.978+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-21T11:44:12.978+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:44:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:44:42.965+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@77dc0252
[2023-03-21T11:44:42.965+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:44:42.965+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-21T11:44:42.965+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:45:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:45:12.960+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4838e307
[2023-03-21T11:45:12.960+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:45:12.960+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-21T11:45:12.960+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:45:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:45:42.965+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@65346fa6
[2023-03-21T11:45:42.965+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:45:42.965+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-21T11:45:42.965+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:46:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:46:12.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@17b962e1
[2023-03-21T11:46:12.962+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:46:12.962+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-21T11:46:12.962+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:46:42.956+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:46:42.966+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@221dd645
[2023-03-21T11:46:42.966+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:46:42.966+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-21T11:46:42.966+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:47:12.956+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:47:12.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6263c442
[2023-03-21T11:47:12.963+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:47:12.963+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-21T11:47:12.963+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:47:42.958+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:47:42.971+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@11aedb0a
[2023-03-21T11:47:42.971+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:47:42.971+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-21T11:47:42.971+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:48:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:48:12.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@67411787
[2023-03-21T11:48:12.962+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:48:12.962+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-21T11:48:12.962+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:48:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:48:42.966+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7ba1f6b3
[2023-03-21T11:48:42.966+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:48:42.967+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-21T11:48:42.967+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:49:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:49:12.978+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7869602d
[2023-03-21T11:49:12.978+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:49:12.978+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-21T11:49:12.978+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:49:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:49:42.961+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1e939ad8
[2023-03-21T11:49:42.961+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:49:42.961+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-21T11:49:42.962+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:50:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:50:12.966+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@56b7c175
[2023-03-21T11:50:12.966+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:50:12.967+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-21T11:50:12.967+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:50:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:50:42.964+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3c8934bd
[2023-03-21T11:50:42.964+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:50:42.965+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-21T11:50:42.965+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:51:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:51:12.964+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1e76fea6
[2023-03-21T11:51:12.965+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:51:12.965+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-21T11:51:12.965+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:51:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:51:42.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@433c14ee
[2023-03-21T11:51:42.962+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:51:42.962+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-21T11:51:42.962+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:52:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:52:12.966+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4d5ea1b4
[2023-03-21T11:52:12.966+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:52:12.966+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-21T11:52:12.966+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:52:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:52:42.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@73248637
[2023-03-21T11:52:42.963+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:52:42.964+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-21T11:52:42.964+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:53:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:53:12.963+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@535c8ef5
[2023-03-21T11:53:12.963+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:53:12.963+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-21T11:53:12.963+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:53:42.956+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:53:42.960+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4d791a9e
[2023-03-21T11:53:42.960+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:53:42.960+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-21T11:53:42.960+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:54:12.956+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:54:12.970+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6e86d82c
[2023-03-21T11:54:12.971+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:54:12.971+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-21T11:54:12.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:54:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:54:42.961+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7640a320
[2023-03-21T11:54:42.961+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:54:42.961+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-21T11:54:42.961+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:55:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:55:12.963+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4ff0cd42
[2023-03-21T11:55:12.963+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:55:12.963+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-21T11:55:12.963+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:55:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:55:42.959+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@32654020
[2023-03-21T11:55:42.959+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:55:42.959+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-21T11:55:42.959+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:56:12.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:56:12.968+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6e1457f3
[2023-03-21T11:56:12.968+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-21T11:56:12.969+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-21T11:56:12.969+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-21T11:56:42.955+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-21T11:56:43.256+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-22fb70ae-7677-4b81-b49a-deaa747e885b
	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-21T11:56:43.336+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Instantiated an idempotent producer.
[2023-03-21T11:56:43.391+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2023-03-21T11:56:43.433+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-21T11:56:43.433+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-21T11:56:43.433+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679399803429
[2023-03-21T11:56:43.437+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2023-03-21T11:56:43.452+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-37a1f7c1-1fa6-4b64-8596-d68193e74307
	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-21T11:56:43.510+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-21T11:56:43.510+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-21T11:56:43.510+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679399803510
[2023-03-21T11:56:43.511+00:00|INFO|KafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:56:43.525+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:56:44.187+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.187+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Cluster ID: NW8GiFRuQPO_CHdYyfeGjg
[2023-03-21T11:56:44.188+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.188+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.188+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.188+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.188+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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 jZx9vgUeSHivYS-pFTwiYA
[2023-03-21T11:56:44.189+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] ProducerId set to 3 with epoch 0
[2023-03-21T11:56:44.190+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Cluster ID: NW8GiFRuQPO_CHdYyfeGjg
[2023-03-21T11:56:44.191+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
[2023-03-21T11:56:44.209+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] (Re-)joining group
[2023-03-21T11:56:44.269+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307-45f685ef-5a38-4bf4-b0a3-96f573ea055b
[2023-03-21T11:56:44.270+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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-21T11:56:44.270+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] (Re-)joining group
[2023-03-21T11:56:47.277+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307-45f685ef-5a38-4bf4-b0a3-96f573ea055b', protocol='range'}
[2023-03-21T11:56:47.282+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307-45f685ef-5a38-4bf4-b0a3-96f573ea055b=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-21T11:56:47.324+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307-45f685ef-5a38-4bf4-b0a3-96f573ea055b', protocol='range'}
[2023-03-21T11:56:47.325+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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-21T11:56:47.338+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, 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-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2023-03-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2023-03-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2023-03-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2023-03-21T11:56:47.352+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2023-03-21T11:56:47.458+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-21T11:56:47.459+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-21T11:56:47.466+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-21T11:56:47.467+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-21T11:56:47.476+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-21T11:56:47.476+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-21T11:57:13.529+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:57:43.530+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:58:13.531+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:58:43.533+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:59:13.534+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T11:59:43.535+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:00:13.536+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:00:43.537+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:01:13.538+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:01:43.539+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:02:13.540+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:02:43.541+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:03:13.542+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:03:43.543+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:04:13.543+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:04:43.545+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:05:13.546+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:05:43.548+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:05:44.236+00:00|INFO|NetworkClient|pool-3-thread-3] [Consumer clientId=policy-distribution-id-consumer-37a1f7c1-1fa6-4b64-8596-d68193e74307, groupId=policy-distribution] Node -1 disconnected.
[2023-03-21T12:05:44.472+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Node -1 disconnected.
[2023-03-21T12:06:13.549+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:06:43.549+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:07:13.551+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:07:43.553+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:08:13.553+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:08:43.553+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:09:13.555+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:09:43.556+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:10:13.557+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:10:43.557+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:11:13.558+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:11:43.559+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:12:13.560+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:12:43.561+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:13:13.562+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:13:43.563+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:14:13.564+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:14:43.565+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:15:13.566+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:15:43.567+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:16:13.568+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:16:43.569+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:17:13.569+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:17:43.570+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:18:13.571+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:18:43.571+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:19:13.572+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:19:43.572+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:20:13.573+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:20:43.573+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:21:13.574+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:21:43.576+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:22:13.577+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:22:43.577+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:23:13.578+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:23:43.578+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:24:13.580+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:24:43.581+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:25:13.583+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:25:43.583+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:26:13.583+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:26:43.585+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:27:13.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:27:43.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:28:13.586+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:28:43.588+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:29:13.589+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:29:43.590+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:30:13.591+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:30:43.592+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:31:13.595+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:31:43.595+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:32:13.595+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:32:43.596+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:33:13.596+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:33:43.597+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:34:13.597+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:34:43.599+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:35:13.600+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:35:43.601+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:36:13.602+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:36:43.602+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:37:13.603+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:37:43.605+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:38:13.606+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:38:43.607+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:39:13.607+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:39:43.607+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:40:13.611+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:40:43.612+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:41:13.613+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:41:43.614+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:42:13.615+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:42:43.615+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:43:13.616+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:43:43.616+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:44:13.616+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:44:43.616+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:45:13.617+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:45:43.618+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:46:13.619+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:46:43.620+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:47:13.621+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:47:43.621+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:48:13.622+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:48:43.622+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:49:13.623+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:49:43.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:50:13.624+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:50:43.626+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:51:13.627+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:51:43.629+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:52:13.630+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:52:43.631+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:53:13.631+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:53:43.633+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:54:13.634+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:54:43.634+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:55:13.636+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:55:43.636+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:56:13.637+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:56:43.638+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:57:13.639+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:57:27.414+00:00|INFO|RequestLog|qtp351877391-92] 127.0.0.1 - - [21/Mar/2023:12:57:27 +0000] "- - -" 400 70 "-" "-"
[2023-03-21T12:57:43.639+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:58:13.639+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:58:43.640+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:59:13.641+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T12:59:43.641+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:00:13.642+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:00:43.643+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:01:13.643+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:01:43.644+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:02:13.644+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:02:43.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:03:13.645+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:03:43.647+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:04:13.648+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:04:43.649+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:05:13.649+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:05:43.649+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:06:13.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:06:43.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:07:13.650+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:07:43.651+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:08:13.652+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:08:43.653+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:09:13.654+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:09:43.655+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:10:13.656+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:10:43.657+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:11:13.658+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:11:43.659+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:12:13.660+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:12:43.660+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:13:13.661+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:13:43.661+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:14:13.663+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:14:43.664+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:15:13.664+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:15:43.667+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:16:13.667+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:16:43.667+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:17:13.667+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:17:43.668+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:18:13.668+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:18:43.670+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:19:13.671+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:19:43.672+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:20:13.672+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:20:43.673+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:21:13.673+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:21:19.914+00:00|INFO|RequestLog|qtp351877391-117] 127.0.0.1 - - [21/Mar/2023:13:21:19 +0000] "- - -" 400 70 "-" "-"
[2023-03-21T13:21:43.673+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:22:13.673+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:22:43.673+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:23:13.674+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:23:43.675+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:24:13.677+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:24:43.678+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:25:13.679+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:25:43.680+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:26:13.681+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:26:43.681+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:27:13.681+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:27:43.683+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:28:13.684+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:28:43.685+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:29:13.686+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:29:43.686+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:30:13.686+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:30:43.686+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:31:13.687+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:31:43.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:32:13.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:32:43.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:33:13.688+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:33:43.689+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:34:13.691+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:34:43.692+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:35:13.693+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:35:43.694+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:36:13.696+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:36:43.696+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:37:13.697+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:37:43.698+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:38:13.699+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:38:43.699+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:39:13.699+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:39:43.700+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:40:13.700+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:40:43.701+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:41:13.702+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:41:43.703+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:42:13.704+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:42:43.705+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:43:13.705+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:43:43.711+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:44:13.712+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:44:43.712+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:45:13.713+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:45:43.714+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:46:13.715+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:46:16.929+00:00|INFO|RequestLog|qtp351877391-144] 127.0.0.1 - - [21/Mar/2023:13:46:16 +0000] "- - -" 400 70 "-" "-"
[2023-03-21T13:46:43.715+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:47:13.716+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:47:43.716+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:48:13.717+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:48:43.718+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:49:13.719+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:49:43.720+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:50:13.721+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:50:43.721+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:51:13.721+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:51:43.721+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:52:13.722+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:52:43.723+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:53:13.723+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:53:43.724+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:54:13.724+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:54:43.725+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:55:13.726+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:55:43.726+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:56:13.727+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:56:43.727+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:57:13.728+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:57:43.729+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:58:13.729+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:58:43.730+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:59:13.730+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T13:59:43.731+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:00:13.732+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:00:43.732+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:01:13.733+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:01:43.734+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:02:13.735+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:02:43.736+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:03:13.737+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:03:43.738+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:04:13.739+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:04:43.740+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:05:13.740+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:05:43.742+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:06:13.742+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:06:43.743+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:07:13.744+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:07:43.745+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:08:13.745+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:08:43.746+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:09:13.747+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:09:43.747+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:10:13.748+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:10:43.749+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:11:13.750+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:11:43.750+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:12:13.751+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:12:43.752+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:13:13.752+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:13:43.753+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:14:13.754+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:14:43.755+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:15:13.755+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:15:43.756+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:16:13.757+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:16:43.757+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:17:13.757+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:17:43.757+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:18:13.758+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:18:43.759+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:19:13.760+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:19:43.760+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:20:13.760+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:20:43.761+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:21:13.762+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:21:43.762+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:22:13.763+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:22:43.764+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:23:13.764+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:23:43.765+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:24:13.766+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:24:43.767+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:25:13.767+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:25:43.767+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:26:13.767+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:26:43.768+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:27:13.768+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:27:43.768+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:28:13.770+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:28:43.770+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:29:13.771+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:29:43.771+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:30:13.771+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:30:43.772+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:31:13.773+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:31:43.773+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:32:13.775+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:32:43.776+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:33:13.781+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:33:43.781+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:34:13.781+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:34:43.782+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:35:13.783+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:35:43.784+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:36:13.785+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:36:43.785+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:37:13.786+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:37:43.786+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:38:13.787+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:38:43.787+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:39:13.788+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:39:43.789+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:40:13.790+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:40:43.790+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:41:13.790+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:41:43.791+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:42:13.791+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:42:43.793+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:43:13.794+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:43:43.795+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:44:13.795+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:44:43.797+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:45:13.797+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:45:43.798+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:46:13.800+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:46:43.800+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:47:13.801+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:47:43.803+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:48:13.803+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:48:43.803+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:49:13.804+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:49:43.805+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:50:13.805+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:50:43.806+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:51:13.807+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:51:43.808+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:52:13.808+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:52:43.808+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:53:13.808+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:53:43.810+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:54:13.811+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:54:43.813+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:55:13.813+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:55:43.813+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:56:13.814+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:56:43.815+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:57:13.816+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:57:43.816+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:58:13.818+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:58:43.819+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:59:13.819+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T14:59:43.820+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:00:13.821+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:00:43.821+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:01:13.821+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:01:43.822+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:02:13.823+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:02:43.824+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:03:13.825+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:03:43.826+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:04:13.826+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:04:43.827+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:05:13.828+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:05:43.829+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:06:13.829+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:06:43.829+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:07:13.831+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:07:43.831+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:08:13.832+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:08:43.833+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:09:13.835+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:09:43.836+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:10:13.837+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:10:43.838+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:11:13.838+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:11:43.839+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:12:13.840+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:12:43.841+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:13:13.841+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:13:43.841+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:14:13.841+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:14:43.842+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:15:13.842+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:15:43.842+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:16:13.843+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:16:43.844+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:17:13.844+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:17:43.845+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:18:13.845+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:18:43.845+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:19:13.846+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:19:43.846+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:20:13.847+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:20:43.847+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:21:13.847+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:21:43.848+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:22:13.850+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:22:43.850+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:23:13.850+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:23:43.850+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:24:13.851+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:24:43.852+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:25:13.853+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:25:43.854+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:26:13.854+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:26:43.856+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:27:13.856+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:27:43.856+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:28:13.856+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:28:43.857+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:29:13.858+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:29:43.859+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:30:13.859+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:30:43.860+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:31:13.861+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:31:43.861+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:32:13.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:32:43.862+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:33:13.863+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:33:43.863+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:34:13.863+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:34:43.864+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:35:13.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:35:43.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:36:13.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:36:43.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:37:13.865+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:37:43.867+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:38:13.867+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:38:43.868+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:39:13.868+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:39:43.869+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:40:13.870+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:40:43.870+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:41:13.870+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:41:43.871+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:42:13.872+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:42:43.873+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:43:13.873+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:43:43.873+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:44:13.874+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:44:43.875+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:45:13.875+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:45:43.876+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:46:13.877+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:46:43.878+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:47:13.879+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:47:43.880+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:48:13.881+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:48:43.881+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:49:13.881+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:49:43.881+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:50:13.881+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:50:43.882+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:51:13.882+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:51:43.883+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:52:13.884+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:52:43.885+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:53:13.885+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:53:43.886+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:54:13.886+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:54:43.887+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:55:13.888+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:55:43.888+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:56:13.889+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:56:43.889+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:57:13.890+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:57:43.890+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:58:13.890+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:58:43.891+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:59:13.893+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T15:59:43.893+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:00:13.893+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:00:43.895+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:01:13.895+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:01:43.897+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:02:13.897+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:02:43.899+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:03:13.899+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:03:43.899+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:04:13.900+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:04:43.900+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:05:13.902+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:05:43.903+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:06:13.904+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:06:43.904+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:07:13.904+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:07:43.905+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:08:13.905+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:08:43.906+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:09:13.906+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:09:43.907+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:10:13.907+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:10:43.909+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:11:13.909+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:11:43.910+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:12:13.911+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:12:43.911+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:13:13.911+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:13:43.912+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:14:13.914+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:14:43.915+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:15:13.915+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:15:43.916+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:16:13.917+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:16:43.917+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:17:13.918+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:17:43.919+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:18:13.919+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:18:43.921+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:19:13.921+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:19:43.922+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:20:13.923+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:20:43.923+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:21:13.923+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:21:43.924+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:22:13.925+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:22:43.926+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:23:13.926+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:23:43.927+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:24:13.928+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:24:43.929+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:25:13.929+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:25:43.929+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:26:13.930+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:26:43.931+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:27:13.931+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:27:43.932+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:28:13.933+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:28:43.934+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:29:13.936+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:29:43.937+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:30:13.937+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:30:43.943+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:31:13.943+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:31:43.944+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:32:13.944+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:32:43.945+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:33:13.946+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:33:43.946+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:34:13.948+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:34:43.948+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:35:13.948+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:35:43.949+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:36:13.949+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:36:43.951+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:37:13.952+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:37:43.952+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:38:13.952+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:38:43.953+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:39:13.953+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:39:43.954+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:40:13.955+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:40:43.956+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:41:13.956+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:41:43.958+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:42:13.959+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:42:43.960+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:43:13.960+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:43:43.961+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:44:13.961+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:44:43.961+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:45:13.961+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:45:43.962+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:46:13.962+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:46:43.962+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:47:13.964+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:47:43.964+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:48:13.965+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:48:43.967+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:49:13.967+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:49:43.968+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:50:13.970+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:50:43.971+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:51:13.972+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:51:43.972+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:52:13.972+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:52:43.972+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:53:13.972+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:53:43.972+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:54:13.973+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:54:43.973+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:55:13.973+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:55:43.973+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:56:13.975+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:56:43.975+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:57:13.976+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:57:43.976+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:58:13.977+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:58:43.978+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:59:13.979+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T16:59:43.980+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:00:13.980+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:00:43.980+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:01:13.981+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:01:43.988+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:02:13.989+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:02:43.990+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:03:13.991+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:03:43.991+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:04:13.992+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:04:43.993+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:05:13.994+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:05:43.995+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:06:13.995+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:06:43.997+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:07:13.997+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:07:43.998+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:08:13.999+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:08:43.999+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:09:13.999+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:09:44.000+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:10:14.000+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:10:44.002+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:11:14.003+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:11:44.004+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:12:14.004+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:12:44.005+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:13:14.005+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:13:44.005+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:14:14.007+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:14:44.008+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:15:14.009+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:15:44.010+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:16:14.010+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:16:44.011+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:17:14.012+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:17:44.012+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:18:14.016+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:18:44.016+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:19:14.017+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:19:44.017+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:20:14.018+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:20:44.018+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:21:14.020+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:21:44.020+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:22:14.021+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:22:44.021+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:23:14.021+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:23:44.021+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:24:14.022+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:24:44.022+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:25:14.024+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:25:44.025+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:26:14.025+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:26:44.026+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:27:14.027+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:27:44.028+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:28:14.028+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:28:44.028+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:29:14.028+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:29:44.029+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:30:14.029+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:30:44.029+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:31:14.030+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:31:44.031+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:32:14.032+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:32:44.033+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:33:14.034+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:33:44.034+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:34:14.034+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:34:44.034+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:35:14.035+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:35:44.036+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:36:14.037+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:36:44.037+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:37:14.037+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:37:44.038+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:38:14.039+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:38:44.040+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:39:14.041+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:39:44.042+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:40:14.043+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:40:44.043+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:41:14.044+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:41:44.045+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:42:14.045+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:42:44.047+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:43:14.048+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:43:44.050+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:44:14.051+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:44:44.051+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:45:14.051+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:45:44.052+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:46:14.053+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:46:44.054+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:47:14.054+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:47:44.054+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:48:14.054+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:48:44.056+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:49:14.056+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:49:44.057+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:50:14.058+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:50:44.058+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:51:14.059+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:51:44.059+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:52:14.059+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:52:44.060+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:53:14.061+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:53:44.061+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:54:14.061+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:54:44.061+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:55:14.061+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:55:44.062+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:56:14.063+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:56:44.064+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:57:14.066+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:57:44.066+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:58:14.067+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:58:44.068+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:59:14.070+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T17:59:44.070+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:00:14.071+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:00:44.071+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:01:14.071+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:01:44.072+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:02:14.072+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:02:44.073+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:03:14.073+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:03:44.074+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:04:14.074+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:04:44.075+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:05:14.076+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:05:44.077+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:06:14.078+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:06:44.079+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:07:14.079+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:07:44.080+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:07:50.974+00:00|INFO|RequestLog|qtp351877391-296] 127.0.0.6 - healthcheck [21/Mar/2023:18:07:50 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.38 (HttpUrlConnection 11.0.18)"
[2023-03-21T18:08:14.080+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:08:44.082+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:09:14.082+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:09:44.084+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:10:14.084+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:10:44.085+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:11:14.086+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:11:44.086+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:12:14.088+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:12:44.089+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:13:14.090+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:13:29.597+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:29.603+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:29.603+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:29.613+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:13:30.631+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:30.631+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:30.631+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:31.634+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:31.635+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:31.635+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:32.636+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:32.637+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:32.637+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:33.638+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:33.639+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:33.639+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:34.641+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:34.641+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:34.641+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:35.642+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:35.642+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:35.642+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422394089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:36.649+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download
[2023-03-21T18:13:36.968+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus
[2023-03-21T18:13:36.969+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:36.969+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422416968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:37.986+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus
[2023-03-21T18:13:37.987+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:37.987+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422417986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:38.989+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status
[2023-03-21T18:13:38.990+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:38.990+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "cb758183-93a4-4408-bb7d-600d28885488",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422418989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:13:39.990+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:13:59.205+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:13:59.206+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:13:59.206+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:00.207+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:00.207+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:00.207+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:01.208+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:01.208+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:01.209+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:02.209+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:02.210+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:02.210+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:03.211+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:03.211+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:03.211+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:04.212+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:04.213+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:04.213+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:05.214+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus
[2023-03-21T18:14:05.214+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:05.214+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422419990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:06.216+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download
[2023-03-21T18:14:06.335+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus
[2023-03-21T18:14:06.335+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:06.336+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422446335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:07.338+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus
[2023-03-21T18:14:07.338+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:07.338+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422447338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:08.339+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status
[2023-03-21T18:14:08.339+00:00|INFO|NotificationSender|pool-3-thread-10] DistributionClient - sendStatus
[2023-03-21T18:14:08.339+00:00|INFO|NotificationSender|pool-3-thread-10] Trying to send status: {
  "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679422448339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:14:09.340+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:14:39.341+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:15:09.342+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:15:39.343+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:16:09.344+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:16:39.345+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:17:09.345+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:17:39.347+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:18:09.348+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:18:39.350+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:19:09.351+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:19:39.351+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:20:09.351+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:20:39.351+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:21:09.352+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:21:39.353+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:22:09.354+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:22:39.355+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:23:09.355+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:23:16.945+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Node 2 disconnected.
[2023-03-21T18:23:39.356+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:24:09.357+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:24:39.358+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:25:09.359+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:25:39.360+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:26:09.362+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:26:39.362+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:27:03.421+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:27:03.421+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:27:03.421+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423199362,
  "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-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:03.426+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T18:27:04.428+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:27:04.428+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:27:04.428+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423199362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:27:05.430+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download
[2023-03-21T18:27:05.630+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus
[2023-03-21T18:27:05.630+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:27:05.630+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423225630,
  "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-21T18:27:06.633+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus
[2023-03-21T18:27:06.633+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:27:06.633+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423226633,
  "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-21T18:27:07.634+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status
[2023-03-21T18:27:07.634+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:27:07.635+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423227634,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:27:08.636+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:27:38.637+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:28:08.638+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:28:19.923+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:19.923+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:19.923+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:20.924+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:20.924+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:20.924+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:21.925+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:21.926+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:21.926+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:22.926+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:22.927+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:22.927+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:23.928+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:23.929+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:23.929+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:24.931+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:24.932+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:24.932+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "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-21T18:28:25.933+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:25.934+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:25.934+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423288638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:26.936+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download
[2023-03-21T18:28:27.142+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus
[2023-03-21T18:28:27.142+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:27.142+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423307142,
  "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-21T18:28:28.145+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus
[2023-03-21T18:28:28.146+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:28.146+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423308145,
  "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-21T18:28:29.147+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status
[2023-03-21T18:28:29.147+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:29.147+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423309147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:30.148+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:28:30.159+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:30.160+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:30.162+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:31.173+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:31.174+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:31.174+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:32.174+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:32.175+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:32.175+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:33.176+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:33.176+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:33.176+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:34.177+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:34.178+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:34.178+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:35.179+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:35.179+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:35.179+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:36.180+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:36.180+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:36.180+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:37.182+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus
[2023-03-21T18:28:37.182+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:37.182+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423310148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:38.184+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download
[2023-03-21T18:28:38.267+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus
[2023-03-21T18:28:38.268+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:38.268+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423318267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:39.270+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus
[2023-03-21T18:28:39.270+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:39.270+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423319270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:40.271+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status
[2023-03-21T18:28:40.272+00:00|INFO|NotificationSender|pool-3-thread-9] DistributionClient - sendStatus
[2023-03-21T18:28:40.272+00:00|INFO|NotificationSender|pool-3-thread-9] Trying to send status: {
  "distributionID": "17941763-036d-4888-a88c-4572990b6d2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679423320271,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T18:28:41.272+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:29:11.274+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:29:41.275+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:30:11.275+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:30:41.277+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:31:11.278+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:31:41.278+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:32:11.278+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:32:41.278+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:33:11.279+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:33:41.280+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:34:11.281+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:34:41.282+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:35:11.282+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:35:41.282+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:36:11.282+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:36:41.283+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:37:11.283+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:37:41.283+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:37:47.197+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Node 2 disconnected.
[2023-03-21T18:38:11.284+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:38:41.285+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:39:11.286+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:39:41.288+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:40:11.288+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:40:41.289+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:41:11.290+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:41:41.291+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:42:11.292+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:42:41.292+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:43:11.293+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:43:41.293+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:44:11.294+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:44:41.295+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:45:11.296+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:45:41.296+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:46:11.297+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:46:41.297+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:47:11.297+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:47:41.298+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:48:11.298+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:48:41.299+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:49:11.300+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:49:41.300+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:50:11.302+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:50:41.302+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:51:11.302+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:51:41.303+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:52:11.303+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:52:41.303+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:53:11.304+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:53:41.304+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:54:11.305+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:54:41.305+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:55:11.305+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:55:41.306+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:56:11.306+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:56:41.306+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:57:11.307+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:57:41.307+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:58:11.308+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:58:41.309+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:59:11.310+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T18:59:41.311+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:00:11.311+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:00:41.312+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:01:11.312+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:01:41.312+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:02:11.313+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:02:41.314+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:03:11.314+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:03:41.315+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:04:11.315+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:04:41.315+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:05:11.317+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:05:41.318+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:06:11.318+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:06:41.318+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:07:11.319+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:07:41.320+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:08:11.320+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:08:41.320+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:09:11.322+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:09:41.322+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:09:42.351+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:42.351+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:42.351+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:42.356+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T19:09:43.357+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:43.358+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:43.358+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:44.359+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:44.359+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:44.359+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:45.360+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:45.361+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:45.361+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:46.361+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:46.362+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:46.362+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:47.362+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:47.363+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:47.363+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:48.363+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:48.364+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:48.364+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:49.364+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T19:09:49.365+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:49.365+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425781322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:50.366+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download
[2023-03-21T19:09:50.479+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus
[2023-03-21T19:09:50.479+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:50.479+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425790479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:51.481+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus
[2023-03-21T19:09:51.481+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:51.481+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425791481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:52.483+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status
[2023-03-21T19:09:52.483+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T19:09:52.484+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679425792483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T19:09:53.484+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:10:23.485+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:10:53.486+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:11:23.486+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:11:53.486+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:12:23.486+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:12:53.486+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:13:23.486+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:13:53.486+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:14:23.487+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:14:53.488+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:15:23.488+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:15:53.490+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:16:23.490+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:16:53.490+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:17:23.492+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:17:53.492+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:18:23.492+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:18:53.493+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:19:17.543+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Node 2 disconnected.
[2023-03-21T19:19:23.493+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:19:53.494+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:20:23.495+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:20:53.496+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:21:23.497+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:21:53.497+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:22:23.497+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:22:53.498+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:23:23.499+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:23:53.499+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:24:23.500+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:24:53.501+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:25:23.502+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:25:53.504+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:26:23.505+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:26:53.506+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:27:23.508+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:27:53.509+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:28:23.510+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:28:53.511+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:29:23.511+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:29:53.512+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:30:23.512+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:30:53.514+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:31:23.515+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:31:53.516+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:32:23.517+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:32:53.518+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:33:23.518+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:33:53.519+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:34:23.519+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:34:53.520+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:35:23.521+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:35:53.521+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:36:23.522+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:36:53.522+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:37:23.523+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:37:53.523+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:38:23.523+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:38:53.524+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:39:23.525+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:39:53.525+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:40:23.526+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:40:53.526+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:41:23.527+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:41:53.527+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:42:23.527+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:42:53.527+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:43:23.528+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:43:53.528+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:44:23.528+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:44:53.528+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:45:23.529+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:45:53.529+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:46:23.529+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:46:53.529+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:47:23.529+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:47:53.530+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:48:23.531+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:48:53.532+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:49:23.533+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:49:53.533+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:50:23.534+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:50:53.534+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:51:23.535+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:51:53.536+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:52:23.536+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:52:53.538+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:53:23.539+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:53:53.539+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:54:23.539+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:54:53.540+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:55:23.541+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:55:53.542+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:56:23.543+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:56:53.544+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:57:23.545+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:57:53.546+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:58:23.548+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:58:53.549+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:59:23.549+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T19:59:53.549+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:00:23.550+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:00:53.551+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:01:23.551+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:01:53.553+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:02:23.553+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:02:53.555+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:03:23.555+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:03:53.556+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:04:23.557+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:04:53.557+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:05:23.557+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:05:53.558+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:06:23.558+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:06:53.558+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:07:23.560+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:07:53.560+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:08:23.561+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:08:53.563+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:09:23.563+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:09:45.246+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:45.247+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:45.247+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:45.251+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:09:46.253+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:46.254+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:46.254+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:47.255+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:47.255+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:47.255+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:48.256+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:48.256+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:48.256+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:49.257+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:49.257+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:49.257+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:50.258+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:50.258+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:50.258+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:51.259+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:51.259+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:51.259+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:52.260+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus
[2023-03-21T20:09:52.260+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:52.260+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429363563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:53.261+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download
[2023-03-21T20:09:53.381+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus
[2023-03-21T20:09:53.381+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:53.381+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429393381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:54.384+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus
[2023-03-21T20:09:54.384+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:54.384+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429394384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:55.385+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status
[2023-03-21T20:09:55.386+00:00|INFO|NotificationSender|pool-3-thread-4] DistributionClient - sendStatus
[2023-03-21T20:09:55.386+00:00|INFO|NotificationSender|pool-3-thread-4] Trying to send status: {
  "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679429395385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:09:56.386+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:10:26.387+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:10:56.388+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:11:26.389+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:11:56.390+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:12:26.391+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:12:56.392+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:13:26.392+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:13:56.392+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:14:26.394+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:14:56.394+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:15:26.394+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:15:56.396+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:16:26.397+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:16:56.397+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:17:26.398+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:17:56.400+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:18:26.401+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:18:48.124+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Node 1 disconnected.
[2023-03-21T20:18:56.402+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:19:26.402+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:19:56.404+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:20:26.405+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:20:56.405+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:21:26.406+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:21:56.407+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:22:22.246+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:22.247+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:22.247+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:23.255+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:23.255+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:23.255+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:24.256+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:24.256+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:24.256+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:25.257+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:25.257+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:25.257+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:26.257+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:26.258+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:26.258+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:27.258+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:27.259+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:27.259+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:28.259+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:28.260+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:28.260+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:29.260+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:29.261+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:29.261+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:30.261+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:30.261+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:30.261+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "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-21T20:22:31.262+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:31.262+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:31.262+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430116407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:22:32.263+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download
[2023-03-21T20:22:32.505+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus
[2023-03-21T20:22:32.506+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:32.506+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430152505,
  "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-21T20:22:33.508+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus
[2023-03-21T20:22:33.508+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:33.508+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430153508,
  "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-21T20:22:34.509+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status
[2023-03-21T20:22:34.510+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:34.510+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430154509,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:22:35.512+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:22:41.321+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:41.321+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:41.321+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:42.321+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:42.322+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:42.322+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:43.323+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:43.323+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:43.323+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:44.325+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:44.325+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:44.325+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:45.326+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:45.327+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:45.327+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:46.329+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:46.329+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:46.329+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:47.330+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:47.331+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:47.331+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "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-21T20:22:48.331+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T20:22:48.332+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:48.332+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430155512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:22:49.333+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download
[2023-03-21T20:22:49.523+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus
[2023-03-21T20:22:49.523+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:49.523+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430169523,
  "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-21T20:22:50.524+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus
[2023-03-21T20:22:50.525+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:50.525+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430170524,
  "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-21T20:22:51.525+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status
[2023-03-21T20:22:51.525+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T20:22:51.525+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430171525,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:22:52.526+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:23:22.527+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:23:52.528+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:24:15.251+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:15.252+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:15.252+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:16.253+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:16.253+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:16.253+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:17.255+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:17.255+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:17.256+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:18.257+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:18.258+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:18.258+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:19.260+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:19.260+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:19.261+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:20.262+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:20.263+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:20.263+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:21.265+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:21.265+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:21.265+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:22.266+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:22.267+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:22.267+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "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-21T20:24:23.268+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus
[2023-03-21T20:24:23.268+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:23.269+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430232528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:24:24.271+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download
[2023-03-21T20:24:24.479+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus
[2023-03-21T20:24:24.479+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:24.480+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430264479,
  "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-21T20:24:25.483+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus
[2023-03-21T20:24:25.483+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:25.483+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430265483,
  "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-21T20:24:26.484+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status
[2023-03-21T20:24:26.485+00:00|INFO|NotificationSender|pool-3-thread-7] DistributionClient - sendStatus
[2023-03-21T20:24:26.485+00:00|INFO|NotificationSender|pool-3-thread-7] Trying to send status: {
  "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679430266484,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:24:27.485+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:24:57.486+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:25:27.487+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:25:57.488+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:26:27.488+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:26:57.488+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:27:27.488+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:27:57.489+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:28:27.489+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:28:57.490+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:29:27.490+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:29:57.491+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:30:27.492+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:30:57.493+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:31:27.494+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:31:57.494+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:32:27.495+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:32:57.496+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:33:27.497+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:33:57.499+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:34:27.500+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:34:57.501+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:35:27.501+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:35:57.502+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:36:27.502+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:36:57.503+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:37:27.504+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:37:57.506+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:38:27.507+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:38:57.507+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:39:27.508+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:39:57.509+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:40:27.510+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:40:57.510+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:41:17.914+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:17.914+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:17.914+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:17.921+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T20:41:18.923+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:18.923+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:18.923+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:19.924+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:19.924+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:19.924+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:20.925+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:20.926+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:20.926+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:21.927+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:21.927+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:21.927+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:22.927+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:22.928+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:22.928+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:23.929+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:23.929+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:23.929+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:24.930+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:24.931+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:24.931+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "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-21T20:41:25.932+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus
[2023-03-21T20:41:25.933+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:25.933+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431257510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:41:26.934+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - download
[2023-03-21T20:41:27.136+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDownloadStatus
[2023-03-21T20:41:27.136+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:27.136+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431287136,
  "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-21T20:41:28.140+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDeploymentStatus
[2023-03-21T20:41:28.140+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:28.140+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431288140,
  "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-21T20:41:29.142+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendComponentDone status
[2023-03-21T20:41:29.142+00:00|INFO|NotificationSender|pool-3-thread-3] DistributionClient - sendStatus
[2023-03-21T20:41:29.142+00:00|INFO|NotificationSender|pool-3-thread-3] Trying to send status: {
  "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679431289142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T20:41:30.143+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:42:00.145+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:42:30.146+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:43:00.148+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:43:30.149+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:44:00.153+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:44:30.156+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:45:00.157+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:45:30.158+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:46:00.159+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:46:30.159+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:47:00.160+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:47:30.160+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:48:00.162+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:48:30.163+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:49:00.163+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:49:30.164+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:50:00.164+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:50:30.165+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:51:00.166+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:51:30.166+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:52:00.168+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:52:30.169+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:53:00.169+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:53:30.170+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:54:00.171+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:54:30.172+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:55:00.173+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:55:30.174+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:56:00.177+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:56:30.180+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:57:00.181+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:57:30.182+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:58:00.182+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:58:30.182+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:59:00.183+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T20:59:30.184+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:00:00.184+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:00:30.184+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:01:00.185+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:01:30.185+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:02:00.186+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:02:30.186+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:03:00.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:03:30.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:04:00.188+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:04:30.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:05:00.191+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:05:30.192+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:06:00.192+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:06:30.193+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:07:00.193+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:07:30.193+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:08:00.194+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:08:30.194+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:09:00.195+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:09:30.195+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:10:00.196+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:10:30.197+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:11:00.198+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:11:30.074+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:30.074+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:30.075+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:30.079+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] [Producer clientId=policy-distribution-id-producer-22fb70ae-7677-4b81-b49a-deaa747e885b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA
[2023-03-21T21:11:31.081+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:31.081+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:31.081+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:32.084+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:32.084+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:32.084+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:33.085+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:33.085+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:33.085+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:34.086+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:34.086+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:34.086+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:35.087+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:35.087+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:35.087+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:36.088+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:36.088+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:36.088+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:37.089+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:37.089+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:37.089+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "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-21T21:11:38.090+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus
[2023-03-21T21:11:38.090+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:38.090+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433060198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T21:11:39.092+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download
[2023-03-21T21:11:39.314+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus
[2023-03-21T21:11:39.314+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:39.314+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433099314,
  "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-21T21:11:40.318+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus
[2023-03-21T21:11:40.318+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:40.318+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433100318,
  "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-21T21:11:41.320+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status
[2023-03-21T21:11:41.321+00:00|INFO|NotificationSender|pool-3-thread-5] DistributionClient - sendStatus
[2023-03-21T21:11:41.321+00:00|INFO|NotificationSender|pool-3-thread-5] Trying to send status: {
  "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679433101320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
[2023-03-21T21:11:42.323+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:12:12.323+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:12:42.324+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:13:12.325+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:13:42.326+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:14:12.327+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:14:42.328+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:15:12.329+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:15:42.332+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:16:12.333+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:16:42.334+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:17:12.334+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:17:42.336+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:18:12.337+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:18:42.337+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:19:12.339+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:19:42.339+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:20:12.339+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:20:42.339+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:21:12.340+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:21:42.340+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:22:12.340+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:22:42.342+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:23:12.342+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:23:42.342+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:24:12.343+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:24:42.344+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:25:12.345+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:25:42.345+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:26:12.347+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:26:42.348+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:27:12.349+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:27:42.349+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:28:12.350+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:28:42.351+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:29:12.351+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:29:42.352+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:30:12.353+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:30:42.354+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:31:12.355+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:31:42.355+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:32:12.357+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:32:42.358+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:33:12.359+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:33:42.359+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:34:12.361+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:34:42.361+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:35:12.362+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:35:42.363+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:36:12.363+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:36:42.364+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:37:12.364+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:37:42.366+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:38:12.367+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:38:42.367+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:39:12.368+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:39:42.368+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:40:12.369+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:40:42.369+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:41:12.369+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:41:42.369+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:42:12.370+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:42:42.370+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:43:12.373+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:43:42.373+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:44:12.374+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:44:42.375+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:45:12.376+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:45:42.376+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:46:12.377+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:46:42.378+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:47:12.378+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:47:42.378+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:48:12.379+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:48:42.379+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:49:12.380+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:49:42.381+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:50:12.381+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:50:42.383+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:51:12.384+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:51:42.385+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:52:12.385+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:52:42.386+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:53:12.387+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-21T21:53:42.388+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO