Results

By type

          overriding logback.xml
cp: '/opt/app/policy/distribution/etc/mounted/logback.xml' and '/opt/app/policy/distribution/etc/logback.xml' are the same file
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2024-12-12T09:08:36.215+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2024-12-12T09:08:36.851+00:00|INFO|ServiceManager|main] service manager starting
[2024-12-12T09:08:36.852+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2024-12-12T09:08:36.852+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.servlet.jakarta.exporter.MetricsServlet-2f666ebb==io.prometheus.client.servlet.jakarta.exporter.MetricsServlet@16a6f16d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-3cfdd820==org.glassfish.jersey.servlet.ServletContainer@b39d326e{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, sniHostCheck=false, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@4816278d{STOPPED}[11.0.24,sto=0], context=o.e.j.s.ServletContextHandler@4eaf3684{/,null,STOPPED}, connector=SDCDistributionGroup@4d15107f{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=null, servlets={/metrics=io.prometheus.client.servlet.jakarta.exporter.MetricsServlet-2f666ebb==io.prometheus.client.servlet.jakarta.exporter.MetricsServlet@16a6f16d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-3cfdd820==org.glassfish.jersey.servlet.ServletContainer@b39d326e{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2024-12-12T09:08:36.873+00:00|INFO|ServiceManager|main] service manager started
[2024-12-12T09:08:36.873+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.servlet.jakarta.exporter.MetricsServlet-2f666ebb==io.prometheus.client.servlet.jakarta.exporter.MetricsServlet@16a6f16d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-3cfdd820==org.glassfish.jersey.servlet.ServletContainer@b39d326e{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=SDCDistributionGroup, host=0.0.0.0, port=6969, sniHostCheck=false, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@4816278d{STOPPED}[11.0.24,sto=0], context=o.e.j.s.ServletContextHandler@4eaf3684{/,null,STOPPED}, connector=SDCDistributionGroup@4d15107f{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main], servlets={/metrics=io.prometheus.client.servlet.jakarta.exporter.MetricsServlet-2f666ebb==io.prometheus.client.servlet.jakarta.exporter.MetricsServlet@16a6f16d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-3cfdd820==org.glassfish.jersey.servlet.ServletContainer@b39d326e{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2024-12-12T09:08:36.879+00:00|INFO|Server|SDCDistributionGroup-6969] jetty-11.0.24; built: 2024-08-26T18:11:22.448Z; git: 5dfc59a691b748796f922208956bd1f2794bcd16; jvm 17.0.13+11-alpine-r0
[2024-12-12T09:08:36.981+00:00|INFO|DefaultSessionIdManager|SDCDistributionGroup-6969] Session workerName=node0
[2024-12-12T09:08:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:08:37.065+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2024-12-12T09:08:38.212+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.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934)
	at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385)
	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:116)
	at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:120)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:74)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:299)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:128)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:141)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Timer.java:566)
	at java.base/java.util.TimerThread.run(Timer.java:516)
[2024-12-12T09:08:38.222+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4320c2fa
[2024-12-12T09:08:38.223+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
[2024-12-12T09:08:38.324+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC server problem. Initialization will be retried after 30 Seconds
[2024-12-12T09:08:38.325+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:08:38.329+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2024-12-12T09:08:38.330+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2024-12-12T09:08:38.504+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@4eaf3684{/,null,AVAILABLE}
[2024-12-12T09:08:38.537+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@4d15107f{HTTP/1.1, (http/1.1)}{0.0.0.0:6969}
[2024-12-12T09:08:38.544+00:00|INFO|Server|SDCDistributionGroup-6969] Started Server@4816278d{STARTING}[11.0.24,sto=0] @3536ms
[2024-12-12T09:09:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:09:07.100+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1beccb32
[2024-12-12T09:09:07.101+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:09:07.102+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
[2024-12-12T09:09:07.102+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:09:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:09:37.069+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@c17d269
[2024-12-12T09:09:37.070+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:09:37.071+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
[2024-12-12T09:09:37.071+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:10:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:10:07.074+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@1b96c7d
[2024-12-12T09:10:07.074+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:10:07.074+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
[2024-12-12T09:10:07.075+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:10:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:10:37.078+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@4af5b925
[2024-12-12T09:10:37.079+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:10:37.079+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
[2024-12-12T09:10:37.079+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:11:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:11:07.074+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@c3799b6
[2024-12-12T09:11:07.074+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:11:07.075+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
[2024-12-12T09:11:07.075+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:11:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:11:37.081+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@64212604
[2024-12-12T09:11:37.081+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:11:37.082+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
[2024-12-12T09:11:37.083+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:12:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:12:07.071+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@37c0affb
[2024-12-12T09:12:07.071+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:12:07.072+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
[2024-12-12T09:12:07.072+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:12:37.064+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:12:37.077+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2e78f9ea
[2024-12-12T09:12:37.078+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:12:37.080+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
[2024-12-12T09:12:37.081+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:13:07.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:13:07.070+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@63f0719e
[2024-12-12T09:13:07.072+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:13:07.073+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
[2024-12-12T09:13:07.074+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:13:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:13:37.076+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2dac2f2a
[2024-12-12T09:13:37.076+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:13:37.077+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
[2024-12-12T09:13:37.077+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:14:07.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:14:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6f6e98a3
[2024-12-12T09:14:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:14:07.067+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
[2024-12-12T09:14:07.067+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:14:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:14:37.079+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@42fcecf3
[2024-12-12T09:14:37.079+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:14:37.080+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
[2024-12-12T09:14:37.080+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:15:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:15:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@d3bea46
[2024-12-12T09:15:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:15:07.067+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
[2024-12-12T09:15:07.068+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:15:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:15:37.071+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@28750b3
[2024-12-12T09:15:37.071+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:15:37.072+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
[2024-12-12T09:15:37.072+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:16:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:16:07.076+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6f6e9836
[2024-12-12T09:16:07.076+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:16:07.077+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
[2024-12-12T09:16:07.077+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:16:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:16:37.082+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3b4c1154
[2024-12-12T09:16:37.082+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:16:37.083+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
[2024-12-12T09:16:37.085+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:17:07.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:17:07.073+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@6b8ed961
[2024-12-12T09:17:07.073+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:17:07.074+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
[2024-12-12T09:17:07.074+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:17:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:17:37.070+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5cc70657
[2024-12-12T09:17:37.071+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:17:37.072+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
[2024-12-12T09:17:37.073+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:18:07.067+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:18:07.089+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@33941170
[2024-12-12T09:18:07.090+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:18:07.090+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
[2024-12-12T09:18:07.091+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:18:37.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:18:37.077+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@311bb53e
[2024-12-12T09:18:37.079+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:18:37.079+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
[2024-12-12T09:18:37.079+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:19:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:19:07.076+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@680958b
[2024-12-12T09:19:07.076+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:19:07.076+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
[2024-12-12T09:19:07.077+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:19:37.067+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:19:37.105+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@13064db9
[2024-12-12T09:19:37.106+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:19:37.107+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
[2024-12-12T09:19:37.109+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:20:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:20:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5cfd2c3e
[2024-12-12T09:20:07.067+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:20:07.067+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
[2024-12-12T09:20:07.067+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:20:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:20:37.070+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@3d81c35b
[2024-12-12T09:20:37.070+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:20:37.071+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
[2024-12-12T09:20:37.071+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:21:07.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:21:07.070+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@553f762a
[2024-12-12T09:21:07.070+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:21:07.070+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
[2024-12-12T09:21:07.070+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:21:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:21:37.072+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@5fabd354
[2024-12-12T09:21:37.072+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
[2024-12-12T09:21:37.072+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
[2024-12-12T09:21:37.072+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:22:07.062+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:22:07.249+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@2f3f5b92
[2024-12-12T09:22:07.250+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
[2024-12-12T09:22:07.269+00:00|ERROR|SdcConnectorClient|Timer-0] status from SDC is org.onap.sdc.http.HttpSdcResponse@53a50bc0
[2024-12-12T09:22:07.269+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
[2024-12-12T09:22:07.270+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: SDC not found. Initialization will be retried after 30 Seconds
[2024-12-12T09:22:07.270+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2024-12-12T09:22:37.061+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2024-12-12T09:22:37.229+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-cbbe50d8-8969-4539-a302-a68b84389851
	compression.gzip.level = -1
	compression.lz4.level = 9
	compression.type = none
	compression.zstd.level = 3
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	enable.metrics.push = 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
	metadata.recovery.strategy = none
	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.max.ms = 1000
	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

[2024-12-12T09:22:37.283+00:00|INFO|KafkaMetricsCollector|Timer-0] initializing Kafka metrics collector
[2024-12-12T09:22:37.379+00:00|INFO|KafkaProducer|Timer-0] [Producer clientId=policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] Instantiated an idempotent producer.
[2024-12-12T09:22:37.447+00:00|INFO|AbstractLogin|Timer-0] Successfully logged in.
[2024-12-12T09:22:37.495+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.8.1
[2024-12-12T09:22:37.495+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 70d6ff42debf7e17
[2024-12-12T09:22:37.495+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1733995357492
[2024-12-12T09:22:37.500+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2024-12-12T09:22:37.513+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-e68603fd-2e8e-4fb3-869a-e67f597ce7ce
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	enable.metrics.push = 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
	group.protocol = classic
	group.remote.assignor = 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
	metadata.recovery.strategy = none
	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.max.ms = 1000
	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

[2024-12-12T09:22:37.530+00:00|INFO|KafkaMetricsCollector|Timer-0] initializing Kafka metrics collector
[2024-12-12T09:22:37.612+00:00|INFO|AppInfoParser|Timer-0] Kafka version: 3.8.1
[2024-12-12T09:22:37.613+00:00|INFO|AppInfoParser|Timer-0] Kafka commitId: 70d6ff42debf7e17
[2024-12-12T09:22:37.613+00:00|INFO|AppInfoParser|Timer-0] Kafka startTimeMs: 1733995357612
[2024-12-12T09:22:37.616+00:00|INFO|LegacyKafkaConsumer|Timer-0] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:22:37.620+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:22:38.444+00:00|INFO|Metadata|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Cluster ID: 0MSKUdD8QxyTJi_9ZdIogQ
[2024-12-12T09:22:38.446+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
[2024-12-12T09:22:38.471+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] (Re-)joining group
[2024-12-12T09:22:38.477+00:00|INFO|Metadata|kafka-producer-network-thread | policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] [Producer clientId=policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] Cluster ID: 0MSKUdD8QxyTJi_9ZdIogQ
[2024-12-12T09:22:38.482+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] [Producer clientId=policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] ProducerId set to 2007 with epoch 0
[2024-12-12T09:22:38.517+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Request joining group due to: need to re-join with the given member-id: policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce-7a9e52ac-7ff8-4767-84f6-f9af3b78c164
[2024-12-12T09:22:38.517+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] (Re-)joining group
[2024-12-12T09:22:41.524+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Successfully joined group with generation Generation{generationId=1, memberId='policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce-7a9e52ac-7ff8-4767-84f6-f9af3b78c164', protocol='range'}
[2024-12-12T09:22:41.541+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Finished assignment for group at generation 1: {policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce-7a9e52ac-7ff8-4767-84f6-f9af3b78c164=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])}
[2024-12-12T09:22:41.570+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Successfully synced group in generation Generation{generationId=1, memberId='policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce-7a9e52ac-7ff8-4767-84f6-f9af3b78c164', protocol='range'}
[2024-12-12T09:22:41.571+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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])
[2024-12-12T09:22:41.575+00:00|INFO|ConsumerRebalanceListenerInvoker|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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
[2024-12-12T09:22:41.588+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
[2024-12-12T09:22:41.589+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
[2024-12-12T09:22:41.589+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
[2024-12-12T09:22:41.589+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
[2024-12-12T09:22:41.589+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
[2024-12-12T09:22:41.589+00:00|INFO|ConsumerCoordinator|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
[2024-12-12T09:22:41.664+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2024-12-12T09:22:41.665+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2024-12-12T09:22:41.688+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2024-12-12T09:22:41.688+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2024-12-12T09:22:41.699+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2024-12-12T09:22:41.700+00:00|INFO|SubscriptionState|pool-3-thread-1] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2024-12-12T09:23:07.623+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:23:37.625+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:24:07.628+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:24:37.628+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:25:07.629+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:25:37.630+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:26:07.631+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:26:37.632+00:00|INFO|NotificationConsumer|pool-3-thread-5] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:27:07.632+00:00|INFO|NotificationConsumer|pool-3-thread-3] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:27:37.634+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:28:07.635+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:28:37.637+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:29:07.640+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:29:37.641+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:30:07.643+00:00|INFO|NotificationConsumer|pool-3-thread-6] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:30:37.644+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:31:07.646+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:31:37.648+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:31:38.487+00:00|INFO|NetworkClient|pool-3-thread-9] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Node -1 disconnected.
[2024-12-12T09:31:38.787+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] [Producer clientId=policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] Node -1 disconnected.
[2024-12-12T09:32:07.649+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:32:37.650+00:00|INFO|NotificationConsumer|pool-3-thread-9] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:33:07.650+00:00|INFO|NotificationConsumer|pool-3-thread-7] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:33:37.652+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:34:07.653+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:34:37.653+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:35:07.654+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:35:37.654+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:36:07.656+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:36:37.656+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:37:07.658+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:37:37.660+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:38:07.660+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:38:37.661+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:39:07.663+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:39:37.664+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:40:07.665+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:40:37.665+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:41:07.665+00:00|INFO|NotificationConsumer|pool-3-thread-1] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:41:37.667+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:41:38.687+00:00|INFO|NetworkClient|pool-3-thread-2] [Consumer clientId=policy-distribution-id-consumer-e68603fd-2e8e-4fb3-869a-e67f597ce7ce, groupId=policy-distribution] Node -1 disconnected.
[2024-12-12T09:41:38.779+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] [Producer clientId=policy-distribution-id-producer-cbbe50d8-8969-4539-a302-a68b84389851] Node -1 disconnected.
[2024-12-12T09:42:07.667+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:42:37.667+00:00|INFO|NotificationConsumer|pool-3-thread-2] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:43:07.668+00:00|INFO|NotificationConsumer|pool-3-thread-8] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:43:37.668+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:44:07.672+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:44:37.673+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:45:07.674+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:45:37.675+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:46:07.677+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:46:37.678+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:47:07.678+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:47:37.680+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:48:07.680+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:48:37.681+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
[2024-12-12T09:49:07.681+00:00|INFO|NotificationConsumer|pool-3-thread-4] Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO