Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2023-03-19T23:04:17.899+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2023-03-19T23:04:19.200+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-19T23:04:19.200+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2023-03-19T23:04:19.200+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@655ef322{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@7e276594{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=null, servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-19T23:04:19.372+00:00|INFO|ServiceManager|main] service manager started
[2023-03-19T23:04:19.372+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@655ef322{STOPPED}[10.0.13,sto=0], context=o.e.j.s.ServletContextHandler@7e276594{/,null,STOPPED}, connector=SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main], servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-4982cc36==io.prometheus.client.exporter.MetricsServlet@a171f3c7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-1941a8ff==org.glassfish.jersey.servlet.ServletContainer@ddf2cbaa{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-3ad2e17==io.swagger.jersey.config.JerseyJaxrsConfig@a8536bdc{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2023-03-19T23:04:19.463+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-19T23:04:19.879+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2023-03-19T23:04:19.965+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2023-03-19T23:04:19.967+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:04:21.892+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-19T23:04:21.958+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2be88db
[2023-03-19T23:04:21.959+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2023-03-19T23:04:21.982+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2023-03-19T23:04:21.983+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:04:22.590+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2023-03-19T23:04:22.658+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2023-03-19T23:04:22.894+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7e276594{/,null,AVAILABLE}
[2023-03-19T23:04:22.971+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@60df60da{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2023-03-19T23:04:22.973+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@655ef322{STARTING}[10.0.13,sto=0] @6523ms
[2023-03-19T23:04:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:04:50.002+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6aec212a
[2023-03-19T23:04:50.002+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:04:50.003+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-19T23:04:50.003+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:05:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:05:19.980+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@17dd3fc4
[2023-03-19T23:05:19.980+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:05:19.980+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-19T23:05:19.980+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:05:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:05:49.977+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@78ee0fd3
[2023-03-19T23:05:49.977+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:05:49.977+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-19T23:05:49.977+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:06:19.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:06:19.971+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6c5fabaf
[2023-03-19T23:06:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:06:19.972+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-19T23:06:19.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:06:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:06:49.981+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5f216317
[2023-03-19T23:06:49.981+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:06:49.981+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-19T23:06:49.981+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:07:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:07:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@64e42d54
[2023-03-19T23:07:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:07:19.972+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-19T23:07:19.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:07:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:07:49.981+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6495b253
[2023-03-19T23:07:49.981+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:07:49.981+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-19T23:07:49.981+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:08:19.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:08:19.969+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@159d936b
[2023-03-19T23:08:19.969+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:08:19.970+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-19T23:08:19.970+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:08:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:08:49.976+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@462021ec
[2023-03-19T23:08:49.976+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:08:49.977+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-19T23:08:49.977+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:09:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:09:19.973+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@12f6d19f
[2023-03-19T23:09:19.973+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:09:19.973+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-19T23:09:19.973+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:09:49.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:09:49.978+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@45b7fcd5
[2023-03-19T23:09:49.978+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:09:49.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-19T23:09:49.978+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:10:19.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:10:19.973+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@36aef047
[2023-03-19T23:10:19.973+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:10:19.973+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-19T23:10:19.973+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:10:49.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:10:49.979+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1afd156c
[2023-03-19T23:10:49.979+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:10:49.979+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-19T23:10:49.980+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:11:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:11:19.970+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@7235c8ab
[2023-03-19T23:11:19.971+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:11:19.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-19T23:11:19.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:11:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:11:49.979+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@12c4f604
[2023-03-19T23:11:49.980+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:11:49.980+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-19T23:11:49.980+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:12:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:12:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@973a356
[2023-03-19T23:12:19.973+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:12:19.973+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-19T23:12:19.973+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:12:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:12:49.975+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@51a14891
[2023-03-19T23:12:49.975+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:12:49.975+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-19T23:12:49.975+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:13:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:13:19.970+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2b293c75
[2023-03-19T23:13:19.970+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:13:19.970+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-19T23:13:19.971+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:13:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:13:49.976+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5e9af352
[2023-03-19T23:13:49.976+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:13:49.976+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-19T23:13:49.976+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:14:19.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:14:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3c965356
[2023-03-19T23:14:19.972+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:14:19.972+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-19T23:14:19.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:14:49.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:14:49.977+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6cc5712e
[2023-03-19T23:14:49.978+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:14:49.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-19T23:14:49.978+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:15:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:15:19.970+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@645bd389
[2023-03-19T23:15:19.971+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:15:19.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-19T23:15:19.971+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:15:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:15:49.974+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1dfca4e6
[2023-03-19T23:15:49.974+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:15:49.974+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-19T23:15:49.974+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:16:19.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:16:19.969+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2f7ec44
[2023-03-19T23:16:19.969+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:16:19.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-19T23:16:19.969+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:16:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:16:49.972+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@48e0bb16
[2023-03-19T23:16:49.972+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:16:49.972+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-19T23:16:49.972+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:17:19.966+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:17:19.971+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4a95148f
[2023-03-19T23:17:19.971+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2023-03-19T23:17:19.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-19T23:17:19.971+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2023-03-19T23:17:49.965+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2023-03-19T23:17:50.097+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-21948213-f867-4eb2-af39-80206e42d166
	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-19T23:17:50.279+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] Instantiated an idempotent producer.
[2023-03-19T23:17:50.488+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2023-03-19T23:17:50.668+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-19T23:17:50.668+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-19T23:17:50.668+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679267870662
[2023-03-19T23:17:50.676+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2023-03-19T23:17:50.762+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-c453d661-b35d-43b5-9632-189f75c5f07f
	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-19T23:17:50.974+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.4.0
[2023-03-19T23:17:50.974+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 2e1947d240607d53
[2023-03-19T23:17:50.974+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1679267870974
[2023-03-19T23:17:50.975+00:00|INFO|KafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:17:50.977+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:17:53.459+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] [Producer clientId=policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] Cluster ID: 8jjgEBymRQCiuSpb-6qakA
[2023-03-19T23:17:53.460+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.460+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.460+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.461+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.461+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.461+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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 47IbL7bmQV2jNpDw6m3DgQ
[2023-03-19T23:17:53.461+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] [Producer clientId=policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] ProducerId set to 1002 with epoch 0
[2023-03-19T23:17:53.463+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Cluster ID: 8jjgEBymRQCiuSpb-6qakA
[2023-03-19T23:17:53.465+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-03-19T23:17:53.482+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] (Re-)joining group
[2023-03-19T23:17:53.685+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f-130ab3f8-b30a-4764-af75-841b247210ef
[2023-03-19T23:17:53.685+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:53.686+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] (Re-)joining group
[2023-03-19T23:17:56.693+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f-130ab3f8-b30a-4764-af75-841b247210ef', protocol='range'}
[2023-03-19T23:17:56.696+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f-130ab3f8-b30a-4764-af75-841b247210ef=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-19T23:17:56.735+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f-130ab3f8-b30a-4764-af75-841b247210ef', protocol='range'}
[2023-03-19T23:17:56.736+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.738+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2023-03-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2023-03-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2023-03-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2023-03-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2023-03-19T23:17:56.762+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2023-03-19T23:17:56.960+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.961+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.973+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.973+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.974+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:17:56.974+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, 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-19T23:18:20.981+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:18:50.982+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:19:20.983+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:19:50.985+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:20:20.987+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:20:50.988+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:21:20.989+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:21:50.989+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:22:20.991+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:22:50.992+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:23:20.992+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:23:50.993+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:24:20.994+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:24:50.994+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:25:20.995+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:25:50.996+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:26:20.997+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:26:50.998+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:26:53.663+00:00|INFO|NetworkClient|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-c453d661-b35d-43b5-9632-189f75c5f07f, groupId=policy-distribution] Node -1 disconnected.
[2023-03-19T23:26:53.694+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] [Producer clientId=policy-distribution-id-producer-21948213-f867-4eb2-af39-80206e42d166] Node -1 disconnected.
[2023-03-19T23:27:20.999+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:27:50.999+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:28:20.999+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:28:51.000+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:29:21.002+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:29:51.003+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:30:21.004+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:30:51.004+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:31:21.005+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:31:51.005+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:32:21.007+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:32:51.007+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:33:21.009+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:33:51.010+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:34:21.010+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:34:51.012+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:35:21.012+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:35:51.013+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:36:21.014+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:36:51.015+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:37:21.016+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:37:51.017+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:38:21.017+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:38:51.018+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:39:21.019+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:39:51.020+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:40:21.020+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:40:51.021+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:41:21.021+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:41:51.022+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:42:21.023+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:42:51.023+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:43:21.025+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:43:51.025+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:44:21.027+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:44:51.027+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:45:21.028+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:45:51.029+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:46:21.029+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:46:51.031+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:47:21.032+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:47:51.032+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:48:21.035+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:48:51.036+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:49:21.037+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:49:51.038+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:50:21.039+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:50:51.040+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:51:21.041+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:51:51.042+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:52:21.042+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:52:51.044+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:53:21.044+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:53:51.045+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:54:21.046+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:54:51.046+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:55:21.048+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:55:51.049+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:56:21.050+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:56:51.050+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:57:21.052+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:57:51.052+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:58:21.053+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:58:51.054+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:59:21.054+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-19T23:59:51.056+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:00:21.056+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:00:51.057+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:01:21.057+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:01:51.059+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:02:21.060+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:02:51.061+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:03:21.061+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:03:51.063+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:04:21.064+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:04:51.065+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:05:21.066+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:05:51.067+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:06:21.068+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:06:51.069+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:07:21.070+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:07:51.072+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:08:21.073+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:08:51.073+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:09:21.074+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:09:51.075+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:10:21.076+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:10:51.076+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:11:21.077+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:11:51.077+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:12:21.078+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:12:51.078+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:13:21.080+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:13:51.081+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:14:21.081+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:14:51.082+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:15:21.083+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:15:51.084+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:16:21.084+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:16:51.085+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:17:21.085+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:17:51.085+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:18:21.086+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:18:51.086+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:19:21.088+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:19:51.088+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:20:21.089+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:20:51.090+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:21:21.091+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:21:51.092+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:22:21.093+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:22:51.094+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:23:21.095+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:23:51.096+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:24:21.096+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:24:51.096+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:25:21.098+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:25:51.099+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:26:21.100+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:26:51.101+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:27:21.102+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:27:51.103+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:28:21.104+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:28:51.105+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:29:21.106+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:29:51.106+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:30:21.107+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:30:51.108+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:31:21.110+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:31:51.111+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:32:21.112+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:32:51.113+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:33:21.114+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:33:51.115+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:34:21.115+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:34:51.117+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:35:21.117+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:35:51.118+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:36:21.120+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:36:51.121+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:37:21.122+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:37:51.122+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:38:21.124+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:38:51.124+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:39:21.126+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:39:51.126+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:40:21.127+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:40:51.128+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:41:21.128+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:41:51.129+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:42:21.129+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:42:51.130+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:43:21.131+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:43:51.132+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:44:21.133+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:44:51.134+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:45:21.135+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:45:51.135+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:46:21.136+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:46:51.137+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:47:21.139+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:47:51.140+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:48:21.141+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:48:51.142+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:49:21.142+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:49:51.144+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:50:21.144+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:50:51.145+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:51:21.146+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:51:51.147+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:52:21.147+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:52:51.149+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:53:21.149+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:53:51.150+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:54:21.151+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:54:51.152+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:55:21.153+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:55:51.154+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:56:21.155+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:56:51.156+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:57:21.156+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:57:51.157+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:58:21.159+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:58:51.161+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:59:21.163+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T00:59:51.163+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:00:21.164+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:00:51.165+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:01:21.166+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:01:51.167+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:02:21.168+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:02:51.169+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:03:21.169+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:03:51.169+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:04:21.170+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:04:51.171+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:05:21.172+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:05:51.173+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:06:21.174+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:06:51.175+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:07:21.176+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:07:51.176+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:08:21.177+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:08:51.178+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:09:21.179+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:09:51.179+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:10:21.180+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:10:51.182+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:11:21.183+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:11:51.183+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:12:21.185+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:12:51.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:13:21.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:13:51.187+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:14:21.188+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:14:51.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:15:21.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:15:51.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:16:21.189+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:16:51.191+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:17:21.192+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:17:51.192+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:18:21.193+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:18:51.194+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:19:21.195+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:19:51.196+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:20:21.196+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:20:51.198+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:21:21.198+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:21:51.199+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:22:21.200+00:00|INFO|NotificationConsumer|pool-3-thread-10] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:22:51.200+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:23:21.201+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:23:51.202+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:24:21.203+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:24:51.204+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:25:21.204+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:25:51.206+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:26:21.207+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:26:51.208+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:27:21.209+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:27:51.210+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:28:21.211+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:28:51.212+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:29:21.213+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:29:51.213+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:30:21.215+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:30:51.216+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:31:21.216+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:31:51.216+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:32:21.217+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:32:51.218+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:33:21.219+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:33:51.220+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:34:21.221+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:34:51.221+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:35:21.222+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:35:51.223+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:36:21.224+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:36:51.225+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:37:21.226+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:37:51.227+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:38:21.228+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:38:51.228+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:39:21.228+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:39:51.229+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:40:21.230+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:40:51.231+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:41:21.232+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:41:51.233+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:42:21.234+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:42:51.235+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:43:21.236+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:43:51.236+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:44:21.237+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:44:51.238+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:45:21.239+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:45:51.240+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:46:21.241+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:46:51.241+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:47:21.242+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:47:51.244+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:48:21.244+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:48:51.245+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:49:21.245+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:49:51.246+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:50:21.246+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:50:51.247+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:51:21.248+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:51:51.248+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:52:21.249+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:52:51.249+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:53:21.250+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:53:51.251+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:54:21.252+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:54:51.252+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:55:21.253+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:55:51.254+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:56:21.254+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:56:51.256+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:57:21.257+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:57:51.258+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:58:21.259+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:58:51.259+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:59:21.261+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T01:59:51.262+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:00:21.263+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:00:51.263+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:01:21.264+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:01:51.264+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:02:21.265+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:02:51.266+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:03:21.266+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:03:51.268+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:04:21.269+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:04:51.270+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:05:21.270+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:05:51.271+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:06:21.272+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:06:51.272+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:07:21.273+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:07:51.273+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:08:21.274+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:08:51.274+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:09:21.274+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:09:51.274+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:10:21.275+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:10:51.277+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:11:21.278+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2023-03-20T02:11:51.279+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO