overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json [2021-04-19T17:28:25.565+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] [2021-04-19T17:28:26.058+00:00|INFO|log|main] Logging initialized @1900ms to org.eclipse.jetty.util.log.Slf4jLog [2021-04-19T17:28:26.544+00:00|INFO|ServiceManager|main] service manager starting [2021-04-19T17:28:26.545+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup [2021-04-19T17:28:26.545+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING [2021-04-19T17:28:26.552+00:00|INFO|ServiceManager|main] service manager started [2021-04-19T17:28:26.552+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING [2021-04-19T17:28:26.629+00:00|INFO|Server|SDCDistributionGroup-6969] jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1 [2021-04-19T17:28:26.735+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:28:26.741+00:00|INFO|Main|main] Started policy-distribution service successfully. [2021-04-19T17:28:26.834+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0 [2021-04-19T17:28:26.834+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults [2021-04-19T17:28:26.836+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 600000ms [2021-04-19T17:28:29.862+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls [2021-04-19T17:28:29.862+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls [2021-04-19T17:28:30.125+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE} [2021-04-19T17:28:30.261+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:28:30.263+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4bdad950 [2021-04-19T17:28:30.263+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:28:30.331+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:28:30.332+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:28:30.639+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@e522e5e(policy@policy.onap.org,h=[policy, brmsgw, brmsgw.onap, drools, drools.onap, pap, pap.onap, pdp, pdp.onap, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],w=[pdp, pdp.onap.svc.cluster.local]) for Server@3e5cde1a[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] [2021-04-19T17:28:30.930+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969} [2021-04-19T17:28:30.930+00:00|INFO|Server|SDCDistributionGroup-6969] Started @6774ms [2021-04-19T17:28:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:28:57.772+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:28:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f2fa005 [2021-04-19T17:28:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:28:57.773+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:28:57.773+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:29:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:29:27.756+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:29:27.756+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@85e5400 [2021-04-19T17:29:27.756+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:29:27.756+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:29:27.756+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:29:56.732+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:29:57.771+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:29:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cd0f415 [2021-04-19T17:29:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:29:57.772+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:29:57.773+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:30:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:30:27.755+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:30:27.755+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@217f90f0 [2021-04-19T17:30:27.755+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:30:27.755+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:30:27.755+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:30:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:30:57.775+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:30:57.776+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@680173d3 [2021-04-19T17:30:57.776+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:30:57.776+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:30:57.776+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:31:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:31:27.761+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:31:27.762+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dcc7ac9 [2021-04-19T17:31:27.762+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:31:27.762+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:31:27.762+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:31:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:31:57.771+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:31:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23ec0548 [2021-04-19T17:31:57.772+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:31:57.772+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:31:57.772+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:32:26.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:32:27.759+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:32:27.759+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c2e00b5 [2021-04-19T17:32:27.760+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:32:27.760+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:32:27.760+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:32:56.740+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:32:57.773+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:32:57.774+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a2ee378 [2021-04-19T17:32:57.774+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:32:57.774+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:32:57.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:33:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:33:27.757+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:33:27.757+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74e81422 [2021-04-19T17:33:27.757+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:33:27.757+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:33:27.757+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:33:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:33:57.771+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:33:57.771+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425febf2 [2021-04-19T17:33:57.771+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:33:57.772+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:33:57.772+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:34:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:34:27.757+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:34:27.757+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ac89044 [2021-04-19T17:34:27.757+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:34:27.758+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:34:27.758+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:34:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:34:57.771+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:34:57.771+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7299bce5 [2021-04-19T17:34:57.771+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:34:57.771+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:34:57.771+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:35:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:35:27.775+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:35:27.775+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ec3ed55 [2021-04-19T17:35:27.775+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:35:27.775+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:35:27.775+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:35:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:35:57.775+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:35:57.775+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4810df3d [2021-04-19T17:35:57.775+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:35:57.775+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:35:57.775+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:36:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:36:27.756+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:36:27.756+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c6e3301 [2021-04-19T17:36:27.756+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:36:27.756+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:36:27.757+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:36:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:36:57.772+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.42.216] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) 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.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 18 common frames omitted [2021-04-19T17:36:57.773+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c3271c9 [2021-04-19T17:36:57.774+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-19T17:36:57.774+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:36:57.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:37:26.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:37:27.135+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:37:28.172+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:37:28.174+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:37:28.174+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:37:28.175+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:37:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:37:56.795+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:37:56.823+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:37:57.838+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:37:57.839+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:37:57.839+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:37:57.839+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:38:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:38:26.783+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:38:26.783+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:38:27.820+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:38:27.820+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:38:27.820+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:38:27.820+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:38:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:38:56.769+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:38:56.769+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:38:57.804+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:38:57.805+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:38:57.805+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:38:57.805+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:39:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:39:26.777+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:39:26.778+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:39:27.819+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:39:27.820+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:39:27.822+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:39:27.822+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:39:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:39:56.793+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:39:56.793+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:39:57.835+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:39:57.835+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:39:57.835+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:39:57.835+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:40:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:40:26.826+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:40:26.826+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:40:27.852+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:40:27.852+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:40:27.852+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:40:27.852+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:40:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:40:56.774+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:40:56.774+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:40:57.803+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:40:57.803+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:40:57.803+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:40:57.803+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:41:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:41:26.768+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:41:26.768+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:41:27.788+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:41:27.788+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:41:27.788+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:41:27.788+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:41:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:41:56.766+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:41:56.767+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:41:57.807+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:41:57.807+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:41:57.807+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:41:57.807+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:42:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:42:26.766+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:42:26.766+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:42:27.788+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:42:27.789+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:42:27.789+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:42:27.789+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:42:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:42:56.786+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:42:56.786+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:42:57.869+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:42:57.869+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:42:57.869+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:42:57.869+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:43:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:43:26.762+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:43:26.763+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:43:27.792+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:43:27.793+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:43:27.793+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:43:27.793+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:43:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:43:56.769+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:43:56.770+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:43:57.809+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:43:57.809+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:43:57.809+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:43:57.809+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:44:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:44:26.758+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:44:26.758+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:44:27.787+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:44:27.787+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:44:27.787+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:44:27.787+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:44:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:44:56.764+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:44:56.765+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:44:57.808+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:44:57.809+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:44:57.809+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:44:57.809+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:45:26.730+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:45:26.758+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:45:26.759+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:45:27.789+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:45:27.789+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:45:27.790+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:45:27.790+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:45:56.729+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:45:56.765+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:45:56.765+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:45:57.805+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-04-19T17:45:57.805+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused)] [2021-04-19T17:45:57.805+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.47.240] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-04-19T17:45:57.805+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:46:26.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:46:26.765+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-04-19T17:46:26.766+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-19T17:46:26.974+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-04-19T17:46:27.039+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@505bf859 [2021-04-19T17:46:27.039+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] [2021-04-19T17:46:27.042+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/zTC2pMBOPb7wlPBq (as zTC2pMBOPb7wlPBq) ... [2021-04-19T17:46:27.059+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-04-19T17:46:27.059+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-19T17:46:27.060+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-19T17:46:56.728+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-19T17:46:56.767+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as zTC2pMBOPb7wlPBq) ... [2021-04-19T17:46:56.789+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-04-19T17:46:56.845+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient [2021-04-19T17:46:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:46:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:47:07.168+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T17:47:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:47:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:47:26.462+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T17:47:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:47:36.909+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:47:46.453+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-19T17:47:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:47:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:48:06.454+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T17:48:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:48:16.908+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:48:26.458+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:48:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:48:36.908+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:48:46.463+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-19T17:48:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:48:56.911+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:49:06.457+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T17:49:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:49:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:49:26.463+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T17:49:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:49:36.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:49:46.451+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:49:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:49:56.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:50:06.469+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:50:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:50:16.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:50:26.456+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:50:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:50:36.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:50:46.458+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:50:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:50:56.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:51:06.453+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:51:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:51:16.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:51:26.453+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:51:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:51:36.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:51:46.465+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:51:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:51:56.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:52:06.457+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:52:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:52:16.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:52:26.451+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T17:52:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:52:36.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:52:46.452+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:52:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:52:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:53:06.455+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:53:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:53:16.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:53:26.452+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:53:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:53:36.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:53:46.456+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:53:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:53:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:54:06.452+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:54:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:54:16.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:54:26.482+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T17:54:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:54:36.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:54:46.456+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:54:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:54:56.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:55:06.455+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:55:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:55:16.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:55:26.460+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:55:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:55:36.910+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:55:46.462+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:55:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:55:56.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:56:06.452+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:56:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:56:16.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:56:26.452+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:56:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:56:36.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:56:46.452+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:56:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:56:56.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:57:06.453+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:57:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:57:16.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:57:26.455+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:57:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:57:36.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:57:46.447+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:57:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:57:56.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:58:06.445+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:58:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:58:16.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:58:26.453+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:58:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:58:36.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:58:46.451+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:58:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:58:56.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:59:06.447+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:59:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:59:16.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:59:26.449+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:59:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:59:36.909+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T17:59:46.449+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-19T17:59:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T17:59:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:00:06.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:00:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:00:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:00:26.451+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:00:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:00:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:00:46.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:00:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:00:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:01:06.451+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:01:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:01:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:01:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:01:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:01:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:01:46.455+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:01:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:01:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:02:06.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:02:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:02:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:02:26.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:02:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:02:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:02:46.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:02:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:02:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:03:06.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:03:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:03:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:03:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:03:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:03:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:03:46.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:03:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:03:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:04:06.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:04:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:04:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:04:26.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:04:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:04:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:04:46.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:04:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:04:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:05:06.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:05:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:05:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:05:26.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:05:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:05:36.909+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:05:46.444+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-19T18:05:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:05:56.909+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:06:06.451+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-19T18:06:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:06:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:06:26.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:06:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:06:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:06:46.450+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:06:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:06:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:07:06.453+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:07:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:07:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:07:26.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:07:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:07:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:07:46.452+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:07:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:07:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:08:06.452+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:08:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:08:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:08:27.781+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:08:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:08:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:08:46.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:08:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:08:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:09:06.450+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:09:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:09:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:09:26.450+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:09:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:09:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:09:46.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:09:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:09:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:10:06.442+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:10:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:10:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:10:26.445+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:10:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:10:36.910+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:10:46.454+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:10:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:10:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:11:06.447+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:11:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:11:16.910+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:11:26.453+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:11:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:11:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:11:46.446+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:11:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:11:56.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:12:06.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:12:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:12:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:12:26.455+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:12:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:12:36.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:12:46.453+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:12:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:12:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:13:06.448+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:13:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:13:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:13:26.449+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:13:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:13:36.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:13:46.451+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:13:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:13:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:14:06.451+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:14:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:14:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:14:26.446+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:14:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:14:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:14:46.444+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:14:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:14:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:15:06.444+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:15:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:15:16.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:15:26.446+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:15:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:15:36.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:15:46.449+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:15:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:15:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:16:06.448+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:16:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:16:16.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:16:26.450+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:16:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:16:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:16:46.445+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:16:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:16:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:17:06.452+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:17:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:17:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:17:26.448+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:17:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:17:36.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:17:46.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:17:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:17:56.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:18:06.445+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:18:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:18:16.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:18:26.448+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:18:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:18:36.909+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:18:46.458+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:18:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:18:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:19:06.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:19:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:19:16.910+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:19:26.448+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:19:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:19:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:19:46.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:19:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:19:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:20:06.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:20:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:20:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:20:26.448+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:20:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:20:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:20:46.450+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:20:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:20:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:21:06.452+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:21:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:21:16.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:21:26.443+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:21:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:21:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:21:46.451+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:21:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:21:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:22:06.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:22:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:22:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:22:26.444+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:22:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:22:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:22:46.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:22:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:22:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:23:06.449+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:23:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:23:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:23:26.454+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:23:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:23:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:23:46.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:23:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:23:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:24:06.460+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:24:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:24:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:24:26.443+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:24:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:24:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:24:46.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:24:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:24:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:25:06.442+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:25:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:25:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:25:26.449+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:25:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:25:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:25:46.449+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:25:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:25:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:26:06.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:26:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:26:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:26:26.442+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:26:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:26:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:26:46.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:26:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:26:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:27:06.447+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:27:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:27:16.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:27:26.445+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:27:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:27:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:27:46.441+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:27:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:27:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:28:06.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:28:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:28:16.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:28:26.448+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:28:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:28:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:28:46.444+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:28:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:28:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:29:06.454+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:29:16.909+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:29:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:29:26.456+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:29:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:29:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:29:46.457+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:29:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:29:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:30:06.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:30:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:30:16.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:30:26.455+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T18:30:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:30:36.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:30:46.444+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:30:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:30:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:31:06.443+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:31:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:31:16.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:31:26.443+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:31:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:31:36.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:31:46.442+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:31:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:31:56.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:32:06.443+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:32:16.909+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:32:16.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:32:26.444+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:32:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:32:36.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:32:46.458+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:32:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:32:56.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:33:06.444+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:33:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:33:16.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:33:26.440+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:33:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:33:36.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:33:46.455+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:33:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:33:56.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:34:06.442+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:34:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:34:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:34:26.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:34:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:34:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:34:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:34:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:34:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:35:06.449+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:35:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:35:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:35:26.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:35:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:35:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:35:46.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:35:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:35:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:36:06.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:36:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:36:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:36:26.441+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:36:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:36:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:36:46.452+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:36:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:36:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:37:06.448+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:37:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:37:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:37:26.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T18:37:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:37:36.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:37:46.448+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T18:37:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:37:56.909+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:38:06.446+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T18:38:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:38:16.908+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:38:26.451+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-19T18:38:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:38:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:38:46.455+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:38:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:38:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:39:06.463+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:39:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:39:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:39:26.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:39:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:39:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:39:46.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:39:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:39:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:40:06.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:40:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:40:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:40:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:40:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:40:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:40:46.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:40:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:40:56.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:41:06.444+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:41:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:41:16.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:41:26.445+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:41:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:41:36.908+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:41:46.446+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:41:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:41:56.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:42:06.445+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:42:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:42:16.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:42:26.452+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:42:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:42:36.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:42:46.448+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:42:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:42:56.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:43:06.455+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:43:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:43:16.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:43:26.443+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:43:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:43:36.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:43:46.444+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:43:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:43:56.908+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:44:06.443+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:44:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:44:16.908+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:44:26.450+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:44:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:44:36.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:44:46.450+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:44:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:44:56.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:45:06.445+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:45:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:45:16.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:45:26.446+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:45:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:45:36.908+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:45:46.443+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:45:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:45:56.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:46:06.447+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:46:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:46:16.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:46:26.446+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:46:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:46:36.909+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:46:46.450+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-19T18:46:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:46:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:47:06.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:47:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:47:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:47:26.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:47:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:47:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:47:46.459+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:47:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:47:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:48:06.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:48:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:48:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:48:25.227+00:00|INFO|RequestLog|qtp1052317717-16] 10.233.69.185 - healthcheck [19/Apr/2021:18:48:24 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:48:26.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:48:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:48:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:48:46.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:48:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:48:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:49:06.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:49:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:49:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:49:26.442+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:49:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:49:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:49:46.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:49:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:49:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:06.452+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:50:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:50:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:21.547+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.69.185 - healthcheck [19/Apr/2021:18:50:21 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:50:23.668+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:50:23.674+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:23.678+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:23.784+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T18:50:23.786+00:00|INFO|HttpClient|pool-4-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:23.839+00:00|INFO|HttpClient|pool-4-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:23.839+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:24.685+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:24.686+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:24.788+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:50:24.788+00:00|INFO|HttpClient|pool-5-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:24.822+00:00|INFO|HttpClient|pool-5-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:24.822+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:25.689+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:25.690+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:25.792+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:50:25.793+00:00|INFO|HttpClient|pool-6-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:25.829+00:00|INFO|HttpClient|pool-6-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:25.829+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:26.692+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:26.693+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:26.795+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:26.796+00:00|INFO|HttpClient|pool-7-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:26.844+00:00|INFO|HttpClient|pool-7-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:26.844+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:27.695+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:27.696+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:27.799+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:27.800+00:00|INFO|HttpClient|pool-8-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:27.850+00:00|INFO|HttpClient|pool-8-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:27.851+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:28.699+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:28.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:28.801+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:28.802+00:00|INFO|HttpClient|pool-9-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:28.843+00:00|INFO|HttpClient|pool-9-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:28.844+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:29.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T18:50:29.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:29.805+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:29.806+00:00|INFO|HttpClient|pool-10-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:29.841+00:00|INFO|HttpClient|pool-10-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:29.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:30.710+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T18:50:31.709+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T18:50:31.710+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:31.811+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:31.812+00:00|INFO|HttpClient|pool-11-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:31.849+00:00|INFO|HttpClient|pool-11-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:31.849+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:32.715+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T18:50:32.716+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:32.817+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:32.818+00:00|INFO|HttpClient|pool-12-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:32.863+00:00|INFO|HttpClient|pool-12-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:32.863+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:33.719+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T18:50:33.719+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T18:50:33.820+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:50:33.821+00:00|INFO|HttpClient|pool-13-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:33.863+00:00|INFO|HttpClient|pool-13-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:50:33.864+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:50:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:50:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:50:46.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:50:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:50:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:51:06.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:51:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:51:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:51:26.442+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:51:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:51:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:51:43.941+00:00|INFO|RequestLog|qtp1052317717-22] 10.233.69.185 - healthcheck [19/Apr/2021:18:51:43 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:51:46.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:51:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:51:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:52:06.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:52:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:52:16.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:52:26.443+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:52:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:52:36.908+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:52:46.447+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:52:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:52:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:53:03.181+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.69.185 - healthcheck [19/Apr/2021:18:53:03 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:53:06.441+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:53:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:53:16.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:53:26.450+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:53:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:53:36.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:53:46.444+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:53:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:53:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:06.453+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:54:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:54:16.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:17.528+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:54:17.532+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:17.533+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:17.635+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:17.636+00:00|INFO|HttpClient|pool-14-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:17.674+00:00|INFO|HttpClient|pool-14-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:17.675+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:18.535+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:18.537+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:18.640+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:18.641+00:00|INFO|HttpClient|pool-15-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:18.679+00:00|INFO|HttpClient|pool-15-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:18.679+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:19.540+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:19.542+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:19.645+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:54:19.646+00:00|INFO|HttpClient|pool-16-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:19.677+00:00|INFO|HttpClient|pool-16-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:19.677+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:20.545+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:20.546+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:20.648+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:20.649+00:00|INFO|HttpClient|pool-17-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:20.685+00:00|INFO|HttpClient|pool-17-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:20.685+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:21.548+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:21.550+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:21.652+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:21.653+00:00|INFO|HttpClient|pool-18-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:21.696+00:00|INFO|HttpClient|pool-18-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:21.697+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:22.552+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:22.552+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:22.655+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:22.656+00:00|INFO|HttpClient|pool-19-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:22.690+00:00|INFO|HttpClient|pool-19-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:22.691+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:23.555+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-19T18:54:23.555+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:23.658+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:54:23.658+00:00|INFO|HttpClient|pool-20-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:23.691+00:00|INFO|HttpClient|pool-20-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:23.691+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:24.559+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download [2021-04-19T18:54:25.746+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus [2021-04-19T18:54:25.746+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:25.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T18:54:25.849+00:00|INFO|HttpClient|pool-21-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:25.884+00:00|INFO|HttpClient|pool-21-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:25.884+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:26.749+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus [2021-04-19T18:54:26.749+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:26.851+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:54:26.851+00:00|INFO|HttpClient|pool-22-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:26.886+00:00|INFO|HttpClient|pool-22-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:26.886+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:27.751+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status [2021-04-19T18:54:27.752+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-19T18:54:27.854+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T18:54:27.855+00:00|INFO|HttpClient|pool-23-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:27.887+00:00|INFO|HttpClient|pool-23-thread-1] --> HTTP/1.1 200 OK [2021-04-19T18:54:27.888+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-19T18:54:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:54:36.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:54:37.652+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.69.185 - healthcheck [19/Apr/2021:18:54:37 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:54:46.445+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:54:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:54:56.909+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:55:06.450+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-19T18:55:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:55:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:55:26.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:55:36.909+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:55:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:55:46.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:55:53.872+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.69.185 - healthcheck [19/Apr/2021:18:55:53 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-19T18:55:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:55:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:56:06.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:56:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:56:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:56:26.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:56:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:56:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:56:46.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:56:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:56:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:57:06.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:57:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:57:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:57:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:57:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:57:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:57:46.441+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:57:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:57:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:58:06.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:58:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:58:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:58:26.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:58:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:58:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:58:46.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:58:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:58:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:59:06.450+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:59:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:59:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:59:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:59:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:59:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T18:59:46.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T18:59:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T18:59:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:00:06.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:00:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:00:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:00:26.450+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:00:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:00:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:00:46.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:00:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:00:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:01:06.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:01:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:01:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:01:26.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:01:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:01:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:01:46.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:01:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:01:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:02:06.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:02:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:02:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:02:26.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:02:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:02:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:02:46.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:02:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:02:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:03:06.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:03:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:03:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:03:26.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:03:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:03:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:03:46.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:03:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:03:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:06.450+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:04:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:04:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:21.132+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:04:21.135+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:04:21.136+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:04:21.238+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:04:21.239+00:00|INFO|HttpClient|pool-24-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:21.293+00:00|INFO|HttpClient|pool-24-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:04:21.293+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:04:22.138+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:04:22.139+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:04:22.241+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:04:22.242+00:00|INFO|HttpClient|pool-25-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:22.287+00:00|INFO|HttpClient|pool-25-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:04:22.287+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:04:23.142+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:04:25.744+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:04:25.745+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:04:25.847+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:04:25.848+00:00|INFO|HttpClient|pool-26-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:25.883+00:00|INFO|HttpClient|pool-26-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:04:25.883+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:04:26.749+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:04:26.749+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:04:26.851+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:04:26.851+00:00|INFO|HttpClient|pool-27-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:26.895+00:00|INFO|HttpClient|pool-27-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:04:26.895+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:04:27.751+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:04:27.751+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:04:27.853+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:04:27.853+00:00|INFO|HttpClient|pool-28-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:27.885+00:00|INFO|HttpClient|pool-28-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:04:27.885+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:04:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:04:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:04:46.444+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:04:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:04:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:06.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:05:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:05:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:26.447+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:05:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:05:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:46.448+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:05:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:05:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:57.529+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:05:57.534+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:05:57.535+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:05:57.640+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms [2021-04-19T19:05:57.641+00:00|INFO|HttpClient|pool-29-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:57.682+00:00|INFO|HttpClient|pool-29-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:05:57.682+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:05:58.538+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:05:58.539+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:05:58.642+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:05:58.642+00:00|INFO|HttpClient|pool-30-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:58.673+00:00|INFO|HttpClient|pool-30-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:05:58.674+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:05:59.542+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:05:59.543+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:05:59.645+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:05:59.646+00:00|INFO|HttpClient|pool-31-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:05:59.674+00:00|INFO|HttpClient|pool-31-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:05:59.674+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:00.545+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:06:00.546+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:00.648+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:06:00.649+00:00|INFO|HttpClient|pool-32-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:00.682+00:00|INFO|HttpClient|pool-32-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:00.683+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:06:01.548+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:06:01.549+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:01.651+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:06:01.652+00:00|INFO|HttpClient|pool-33-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:01.685+00:00|INFO|HttpClient|pool-33-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:01.685+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:02.551+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:06:02.552+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:02.655+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:06:02.656+00:00|INFO|HttpClient|pool-34-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:02.701+00:00|INFO|HttpClient|pool-34-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:02.702+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:03.554+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:06:03.555+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:03.657+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:06:03.658+00:00|INFO|HttpClient|pool-35-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:03.686+00:00|INFO|HttpClient|pool-35-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:03.687+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:04.557+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:06:04.558+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:04.660+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:06:04.661+00:00|INFO|HttpClient|pool-36-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:04.697+00:00|INFO|HttpClient|pool-36-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:04.697+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:06:05.561+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:06:07.056+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:06:07.056+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:07.158+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:06:07.158+00:00|INFO|HttpClient|pool-37-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:07.188+00:00|INFO|HttpClient|pool-37-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:07.188+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:08.059+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:06:08.060+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:08.162+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:06:08.162+00:00|INFO|HttpClient|pool-38-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:08.192+00:00|INFO|HttpClient|pool-38-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:08.192+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:09.062+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:06:09.062+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:06:09.165+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:06:09.165+00:00|INFO|HttpClient|pool-39-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:09.200+00:00|INFO|HttpClient|pool-39-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:06:09.200+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:06:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:06:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:26.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:06:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:06:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:06:46.442+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:06:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:06:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:06.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:07:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:07:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:17.527+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:07:17.535+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:17.535+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:17.642+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:17.642+00:00|INFO|HttpClient|pool-40-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:17.687+00:00|INFO|HttpClient|pool-40-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:17.688+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:18.543+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:18.544+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:18.647+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:18.647+00:00|INFO|HttpClient|pool-41-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:18.680+00:00|INFO|HttpClient|pool-41-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:18.680+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:19.547+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:19.548+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:19.650+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:19.651+00:00|INFO|HttpClient|pool-42-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:19.685+00:00|INFO|HttpClient|pool-42-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:19.685+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:20.551+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:20.551+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:20.654+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:07:20.655+00:00|INFO|HttpClient|pool-43-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:20.689+00:00|INFO|HttpClient|pool-43-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:20.689+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:21.555+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:21.556+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:21.658+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:21.658+00:00|INFO|HttpClient|pool-44-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:21.692+00:00|INFO|HttpClient|pool-44-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:21.692+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:22.558+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:22.558+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:22.660+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:22.661+00:00|INFO|HttpClient|pool-45-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:22.698+00:00|INFO|HttpClient|pool-45-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:22.698+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:23.560+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:23.561+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:23.663+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:23.664+00:00|INFO|HttpClient|pool-46-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:23.693+00:00|INFO|HttpClient|pool-46-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:23.693+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:24.563+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:24.563+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:24.665+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:24.666+00:00|INFO|HttpClient|pool-47-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:24.707+00:00|INFO|HttpClient|pool-47-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:24.708+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:25.566+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:25.566+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:25.668+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:25.669+00:00|INFO|HttpClient|pool-48-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:25.697+00:00|INFO|HttpClient|pool-48-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:25.697+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:26.569+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:07:27.941+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:07:27.942+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:28.043+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:28.044+00:00|INFO|HttpClient|pool-49-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:28.085+00:00|INFO|HttpClient|pool-49-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:28.085+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:28.945+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:07:28.945+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:29.048+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:29.049+00:00|INFO|HttpClient|pool-50-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:29.087+00:00|INFO|HttpClient|pool-50-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:29.087+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:29.948+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:07:29.949+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:30.051+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:07:30.051+00:00|INFO|HttpClient|pool-51-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:30.085+00:00|INFO|HttpClient|pool-51-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:30.085+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:30.952+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:30.952+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:31.054+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:07:31.054+00:00|INFO|HttpClient|pool-52-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:31.086+00:00|INFO|HttpClient|pool-52-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:31.086+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:31.954+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:31.955+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:32.057+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:32.058+00:00|INFO|HttpClient|pool-53-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:32.097+00:00|INFO|HttpClient|pool-53-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:32.097+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:32.958+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:32.959+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:33.062+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:07:33.062+00:00|INFO|HttpClient|pool-54-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:33.094+00:00|INFO|HttpClient|pool-54-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:33.095+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:33.962+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:33.962+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:34.065+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:34.065+00:00|INFO|HttpClient|pool-55-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:34.100+00:00|INFO|HttpClient|pool-55-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:34.100+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:34.966+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:34.967+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:35.069+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:35.070+00:00|INFO|HttpClient|pool-56-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:35.103+00:00|INFO|HttpClient|pool-56-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:35.103+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:35.969+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:35.971+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:36.073+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:36.074+00:00|INFO|HttpClient|pool-57-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:36.102+00:00|INFO|HttpClient|pool-57-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:36.102+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:36.973+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:36.974+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:37.075+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:37.076+00:00|INFO|HttpClient|pool-58-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:37.106+00:00|INFO|HttpClient|pool-58-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:37.106+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:37.976+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:07:38.563+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:07:38.564+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:38.666+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:38.666+00:00|INFO|HttpClient|pool-59-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:38.698+00:00|INFO|HttpClient|pool-59-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:38.698+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:39.567+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:07:39.568+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:39.670+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-19T19:07:39.670+00:00|INFO|HttpClient|pool-60-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:39.728+00:00|INFO|HttpClient|pool-60-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:39.728+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:40.570+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:07:40.570+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:40.673+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:40.673+00:00|INFO|HttpClient|pool-61-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:40.703+00:00|INFO|HttpClient|pool-61-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:40.708+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:41.574+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:41.574+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:41.676+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:41.677+00:00|INFO|HttpClient|pool-62-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:41.707+00:00|INFO|HttpClient|pool-62-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:41.708+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:42.576+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:42.576+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:42.678+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:42.679+00:00|INFO|HttpClient|pool-63-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:42.711+00:00|INFO|HttpClient|pool-63-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:42.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:43.578+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:43.579+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:43.681+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:43.681+00:00|INFO|HttpClient|pool-64-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:43.709+00:00|INFO|HttpClient|pool-64-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:43.709+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:44.581+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:44.582+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:44.683+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:44.692+00:00|INFO|HttpClient|pool-65-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:44.720+00:00|INFO|HttpClient|pool-65-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:44.721+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:45.583+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:45.584+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:45.685+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:45.686+00:00|INFO|HttpClient|pool-66-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:45.715+00:00|INFO|HttpClient|pool-66-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:45.716+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:46.586+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:46.586+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:46.689+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:46.689+00:00|INFO|HttpClient|pool-67-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:46.728+00:00|INFO|HttpClient|pool-67-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:46.728+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:47.590+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:47.590+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:47.692+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:47.693+00:00|INFO|HttpClient|pool-68-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:47.724+00:00|INFO|HttpClient|pool-68-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:47.724+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:48.594+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:48.594+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:48.696+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:48.696+00:00|INFO|HttpClient|pool-69-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:48.730+00:00|INFO|HttpClient|pool-69-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:48.730+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:49.598+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:07:50.308+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:07:50.308+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:50.410+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms [2021-04-19T19:07:50.411+00:00|INFO|HttpClient|pool-70-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:50.441+00:00|INFO|HttpClient|pool-70-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:50.442+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:51.315+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:07:51.316+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:51.418+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:51.418+00:00|INFO|HttpClient|pool-71-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:51.445+00:00|INFO|HttpClient|pool-71-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:51.445+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:52.319+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:07:52.319+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:52.421+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:52.422+00:00|INFO|HttpClient|pool-72-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:52.449+00:00|INFO|HttpClient|pool-72-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:52.449+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:53.321+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:07:53.322+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:53.953+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:07:53.958+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:53.960+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:54.062+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms [2021-04-19T19:07:54.063+00:00|INFO|HttpClient|pool-73-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:54.104+00:00|INFO|HttpClient|pool-73-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:54.104+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:54.965+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:54.965+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:55.067+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:07:55.067+00:00|INFO|HttpClient|pool-74-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:55.098+00:00|INFO|HttpClient|pool-74-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:55.099+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:55.968+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:55.969+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:56.070+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms [2021-04-19T19:07:56.070+00:00|INFO|HttpClient|pool-75-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:56.100+00:00|INFO|HttpClient|pool-75-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:56.100+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:56.972+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:56.973+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:57.074+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:57.075+00:00|INFO|HttpClient|pool-76-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:57.107+00:00|INFO|HttpClient|pool-76-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:57.107+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:57.978+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:57.979+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:58.080+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:58.081+00:00|INFO|HttpClient|pool-77-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:58.110+00:00|INFO|HttpClient|pool-77-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:58.110+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:07:58.981+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:58.981+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:07:59.082+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:07:59.083+00:00|INFO|HttpClient|pool-78-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:07:59.118+00:00|INFO|HttpClient|pool-78-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:07:59.119+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:07:59.983+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:07:59.983+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:08:00.085+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:08:00.085+00:00|INFO|HttpClient|pool-79-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:00.116+00:00|INFO|HttpClient|pool-79-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:08:00.116+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:08:00.985+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-04-19T19:08:00.986+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:08:01.088+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:08:01.088+00:00|INFO|HttpClient|pool-80-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:01.124+00:00|INFO|HttpClient|pool-80-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:08:01.125+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:08:01.989+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-04-19T19:08:03.305+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-04-19T19:08:03.305+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:08:03.406+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:08:03.407+00:00|INFO|HttpClient|pool-81-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:03.435+00:00|INFO|HttpClient|pool-81-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:08:03.435+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:08:04.308+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-04-19T19:08:04.308+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:08:04.409+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:08:04.410+00:00|INFO|HttpClient|pool-82-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:04.440+00:00|INFO|HttpClient|pool-82-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:08:04.441+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:08:05.310+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-04-19T19:08:05.311+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-04-19T19:08:05.412+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:08:05.413+00:00|INFO|HttpClient|pool-83-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:05.444+00:00|INFO|HttpClient|pool-83-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:08:05.444+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:08:06.313+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:08:06.313+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:15.848+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:08:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:08:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:26.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:08:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:08:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:08:46.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:08:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:08:56.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:09:06.452+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:09:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:09:16.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:09:26.449+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:09:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:09:36.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:09:46.445+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:09:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:09:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:10:06.441+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:10:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:10:16.908+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:10:26.443+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:10:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:10:36.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:10:46.450+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:10:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:10:56.909+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:11:06.446+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-04-19T19:11:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:11:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:11:26.446+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:11:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:11:36.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:11:46.443+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:11:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:11:56.909+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:12:06.446+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:12:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:12:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:12:26.444+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:12:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:12:36.909+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:12:46.451+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:12:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:12:56.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:13:06.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:13:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:13:16.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:13:26.451+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:13:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:13:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:13:46.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:13:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:13:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:14:06.450+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:14:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:14:16.918+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:14:26.461+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:14:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:14:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:14:46.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:14:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:14:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:15:06.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:15:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:15:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:15:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:15:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:15:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:15:46.448+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:15:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:15:56.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:16:06.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:16:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:16:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:16:26.449+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:16:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:16:36.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:16:46.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:16:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:16:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:17:06.453+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:17:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:17:16.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:17:26.454+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:17:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:17:36.908+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:17:46.443+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:17:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:17:56.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:06.446+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:18:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:18:16.909+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:26.448+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-19T19:18:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:18:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:37.527+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:18:37.531+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:37.531+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:37.634+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:37.635+00:00|INFO|HttpClient|pool-84-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:37.676+00:00|INFO|HttpClient|pool-84-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:37.676+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:38.535+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:38.535+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:38.637+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:38.638+00:00|INFO|HttpClient|pool-85-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:38.687+00:00|INFO|HttpClient|pool-85-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:38.687+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:39.538+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:39.538+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:39.639+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:18:39.640+00:00|INFO|HttpClient|pool-86-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:39.675+00:00|INFO|HttpClient|pool-86-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:39.676+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:18:40.540+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:40.540+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:40.641+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:40.642+00:00|INFO|HttpClient|pool-87-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:40.680+00:00|INFO|HttpClient|pool-87-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:40.680+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:41.542+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:41.542+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:41.644+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:41.645+00:00|INFO|HttpClient|pool-88-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:41.680+00:00|INFO|HttpClient|pool-88-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:41.680+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:42.545+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:42.545+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:42.646+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:42.647+00:00|INFO|HttpClient|pool-89-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:42.674+00:00|INFO|HttpClient|pool-89-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:42.674+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:43.547+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:43.548+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:43.649+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:43.650+00:00|INFO|HttpClient|pool-90-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:43.680+00:00|INFO|HttpClient|pool-90-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:43.681+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:44.549+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-04-19T19:18:44.549+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:44.651+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:44.652+00:00|INFO|HttpClient|pool-91-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:44.692+00:00|INFO|HttpClient|pool-91-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:44.692+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} [2021-04-19T19:18:45.552+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download [2021-04-19T19:18:47.207+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus [2021-04-19T19:18:47.207+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:47.309+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:47.309+00:00|INFO|HttpClient|pool-92-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:47.339+00:00|INFO|HttpClient|pool-92-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:47.339+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:48.211+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus [2021-04-19T19:18:48.211+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:48.313+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-19T19:18:48.314+00:00|INFO|HttpClient|pool-93-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:48.342+00:00|INFO|HttpClient|pool-93-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:48.342+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:49.214+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status [2021-04-19T19:18:49.214+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-04-19T19:18:49.316+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-19T19:18:49.316+00:00|INFO|HttpClient|pool-94-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWRxji2QLUeWie26) ... [2021-04-19T19:18:49.346+00:00|INFO|HttpClient|pool-94-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:18:49.346+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-19T19:18:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:18:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:19:06.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:19:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:19:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:19:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:19:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:19:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:19:46.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:19:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:19:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:20:06.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:20:16.909+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:20:16.910+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:20:26.449+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:20:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:20:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:20:46.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:20:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:20:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:21:06.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:21:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:21:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:21:26.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:21:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:21:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:21:46.439+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:21:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:21:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:22:06.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:22:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:22:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:22:26.448+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:22:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:22:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:22:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:22:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:22:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:23:06.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:23:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:23:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:23:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:23:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:23:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:23:46.441+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:23:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:23:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:24:06.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:24:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:24:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:24:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:24:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:24:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:24:46.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:24:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:24:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:25:06.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:25:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:25:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:25:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:25:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:25:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:25:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:25:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:25:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:26:06.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:26:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:26:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:26:26.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:26:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:26:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:26:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:26:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:26:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:27:06.456+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:27:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:27:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:27:26.441+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:27:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:27:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:27:46.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:27:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:27:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:28:06.448+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:28:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:28:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:28:26.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:28:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:28:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:28:46.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:28:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:28:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:29:06.441+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:29:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:29:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:29:26.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:29:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:29:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:29:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:29:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:29:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:30:06.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:30:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:30:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:30:26.449+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:30:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:30:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:30:46.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:30:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:30:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:31:06.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:31:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:31:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:31:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:31:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:31:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:31:46.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:31:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:31:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:32:06.451+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:32:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:32:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:32:26.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:32:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:32:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:32:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:32:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:32:56.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:33:06.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:33:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:33:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:33:26.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:33:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:33:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:33:46.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:33:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:33:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:34:06.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:34:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:34:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:34:26.442+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:34:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:34:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:34:46.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:34:56.910+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:34:56.911+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:35:06.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:35:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:35:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:35:26.441+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:35:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:35:36.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:35:46.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:35:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:35:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:36:06.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:36:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:36:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:36:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:36:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:36:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:36:46.444+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:36:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:36:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:37:06.446+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:37:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:37:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:37:26.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:37:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:37:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:37:46.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:37:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:37:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:38:06.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:38:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:38:16.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:38:26.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:38:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:38:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:38:46.445+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:38:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:38:56.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:39:06.447+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:39:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:39:16.909+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:39:26.449+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:39:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:39:36.908+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:39:46.443+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-19T19:39:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:39:56.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:40:06.445+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:40:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:40:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:40:26.444+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:40:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:40:36.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:40:46.445+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:40:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:40:56.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:41:06.441+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:41:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:41:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:41:26.444+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:41:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:41:36.909+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:41:46.446+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:41:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:41:56.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:42:06.442+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:42:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:42:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:42:26.444+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:42:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:42:36.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:42:46.442+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:42:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:42:56.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:43:06.442+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:43:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:43:16.908+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:43:26.447+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-19T19:43:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:43:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:43:46.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:43:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:43:56.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:44:06.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:44:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:44:16.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:44:26.445+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:44:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:44:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:44:46.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:44:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:44:56.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:45:06.443+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:45:16.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:45:16.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:45:26.446+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:45:36.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:45:36.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:45:46.441+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-19T19:45:56.908+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-19T19:45:56.908+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as JWRxji2QLUeWie26) ... [2021-04-19T19:46:06.444+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK