By type
overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json [2021-04-20T04:18:36.910+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] [2021-04-20T04:18:37.398+00:00|INFO|log|main] Logging initialized @1623ms to org.eclipse.jetty.util.log.Slf4jLog [2021-04-20T04:18:37.818+00:00|INFO|ServiceManager|main] service manager starting [2021-04-20T04:18:37.819+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup [2021-04-20T04:18:37.819+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-20T04:18:37.887+00:00|INFO|ServiceManager|main] service manager started [2021-04-20T04:18:37.888+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-20T04:18:37.901+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-20T04:18:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:18:38.002+00:00|INFO|Main|main] Started policy-distribution service successfully. [2021-04-20T04:18:38.100+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0 [2021-04-20T04:18:38.100+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults [2021-04-20T04:18:38.103+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 600000ms [2021-04-20T04:18:41.010+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls [2021-04-20T04:18:41.013+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls [2021-04-20T04:18:41.281+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE} [2021-04-20T04:18:41.437+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.53.14] 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-20T04:18:41.439+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3711011a [2021-04-20T04:18:41.439+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:18:41.444+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:18:41.445+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:18:41.611+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@2a1c9b2(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@20215665[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] [2021-04-20T04:18:41.788+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969} [2021-04-20T04:18:41.788+00:00|INFO|Server|SDCDistributionGroup-6969] Started @6015ms [2021-04-20T04:19:08.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:19:09.018+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.53.14] 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-20T04:19:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2283f967 [2021-04-20T04:19:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:19:09.019+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:19:09.019+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:19:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:19:39.034+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.53.14] 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-20T04:19:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@398b1f74 [2021-04-20T04:19:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:19:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:19:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:20:08.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:20:09.050+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.53.14] 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-20T04:20:09.050+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fe6e31b [2021-04-20T04:20:09.050+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:20:09.050+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:20:09.050+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:20:38.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:20:39.035+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.53.14] 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-20T04:20:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bb0b36a [2021-04-20T04:20:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:20:39.039+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:20:39.039+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:21:08.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:21:09.024+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.53.14] 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-20T04:21:09.024+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b076d2a [2021-04-20T04:21:09.024+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:21:09.024+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:21:09.024+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:21:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:21:39.035+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.53.14] 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-20T04:21:39.035+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c3f6a95 [2021-04-20T04:21:39.035+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:21:39.035+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:21:39.035+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:22:08.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:22:09.019+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.53.14] 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-20T04:22:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25d4ef01 [2021-04-20T04:22:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:22:09.020+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:22:09.020+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:22:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:22:39.034+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.53.14] 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-20T04:22:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ab320a3 [2021-04-20T04:22:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:22:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:22:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:23:08.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:23:09.019+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.53.14] 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-20T04:23:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49061777 [2021-04-20T04:23:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:23:09.019+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:23:09.019+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:23:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:23:39.034+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.53.14] 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-20T04:23:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f129422 [2021-04-20T04:23:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:23:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:23:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:24:08.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:24:09.018+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.53.14] 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-20T04:24:09.018+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25856057 [2021-04-20T04:24:09.018+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:24:09.018+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:24:09.018+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:24:38.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:24:39.034+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.53.14] 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-20T04:24:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1619b61a [2021-04-20T04:24:39.034+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:24:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:24:39.034+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:25:08.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:25:09.033+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.53.14] 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-20T04:25:09.033+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@537c6ffd [2021-04-20T04:25:09.033+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:25:09.034+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:25:09.034+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:25:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:25:39.038+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.53.14] 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-20T04:25:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34022f99 [2021-04-20T04:25:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:25:39.038+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:25:39.038+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:26:08.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:26:09.023+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.53.14] 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-20T04:26:09.023+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fb2ebe [2021-04-20T04:26:09.023+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:26:09.023+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:26:09.023+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:26:38.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:26:39.038+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.53.14] 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-20T04:26:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@adf2916 [2021-04-20T04:26:39.038+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:26:39.038+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:26:39.038+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:27:08.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:27:09.018+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.53.14] 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-20T04:27:09.019+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e10339 [2021-04-20T04:27:09.020+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-04-20T04:27:09.020+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-04-20T04:27:09.020+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-04-20T04:27:38.002+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-04-20T04:27:38.685+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-04-20T04:27:38.848+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-04-20T04:27:39.136+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient [2021-04-20T04:27:39.143+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:27:39.147+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:27:49.415+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-20T04:27:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:27:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:28:08.687+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-20T04:28:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:28:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:28:28.688+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T04:28:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:28:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:28:48.696+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-20T04:28:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:28:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:29:08.695+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:29:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:29:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:29:28.689+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T04:29:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:29:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:29:48.694+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-04-20T04:29:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:29:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:30:08.687+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-04-20T04:30:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:30:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:30:28.688+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-20T04:30:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:30:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:30:48.686+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:30:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:30:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:31:08.686+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:31:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:31:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:31:28.691+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:31:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:31:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:31:48.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:31:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:31:59.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:32:08.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:32:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:32:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:32:28.687+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:32:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:32:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:32:48.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:32:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:32:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:33:08.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:33:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:33:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:33:28.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:33:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:33:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:33:48.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:33:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:33:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:34:08.679+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:34:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:34:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:34:28.682+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:34:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:34:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:34:48.687+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:34:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:34:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:35:08.703+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:35:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:35:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:35:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:35:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:35:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:35:48.687+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:35:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:35:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:36:08.687+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:36:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:36:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:36:28.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:36:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:36:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:36:48.679+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:36:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:36:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:37:08.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:37:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:37:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:37:28.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:37:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:37:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:37:48.686+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:37:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:37:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:38:08.686+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:38:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:38:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:38:28.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:38:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:38:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:38:48.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:38:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:38:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:39:08.678+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:39:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:39:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:39:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:39:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:39:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:39:48.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:39:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:39:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:40:08.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:40:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:40:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:40:28.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:40:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:40:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:40:48.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:40:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:40:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:41:08.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:41:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:41:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:41:28.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:41:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:41:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:41:48.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:41:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:41:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:42:08.687+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:42:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:42:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:42:28.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:42:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:42:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:42:48.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:42:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:42:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:43:08.682+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:43:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:43:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:43:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:43:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:43:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:43:48.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:43:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:43:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:44:08.677+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:44:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:44:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:44:28.680+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:44:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:44:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:44:48.679+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:44:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:44:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:45:08.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:45:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:45:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:45:28.686+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:45:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:45:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:45:48.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:45:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:45:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:46:08.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:46:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:46:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:46:28.680+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:46:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:46:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:46:48.680+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:46:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:46:59.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:47:08.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:47:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:47:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:47:28.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:47:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:47:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:47:48.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:47:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:47:59.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:48:08.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:48:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:48:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:48:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:48:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:48:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:48:48.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:48:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:48:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:49:08.682+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:49:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:49:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:49:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:49:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:49:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:49:48.691+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:49:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:49:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:50:08.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:50:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:50:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:50:28.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:50:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:50:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:50:48.682+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:50:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:50:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:51:08.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:51:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:51:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:51:28.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:51:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:51:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:51:48.679+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T04:51:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:51:59.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:52:08.680+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:52:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:52:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:52:28.680+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:52:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:52:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:52:48.682+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:52:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:52:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:53:08.679+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:53:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:53:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:53:28.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:53:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:53:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:53:48.684+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:53:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:53:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:54:08.682+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:54:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:54:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:54:28.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:54:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:54:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:54:48.685+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:54:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:54:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:55:08.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:55:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:55:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:55:28.685+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:55:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:55:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:55:48.678+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:55:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:55:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:56:08.734+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:56:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:56:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:56:28.684+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:56:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:56:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:56:48.682+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:56:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:56:59.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:57:08.683+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:57:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:57:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:57:28.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:57:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:57:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:57:48.682+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:57:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:57:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:58:08.685+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:58:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:58:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:58:28.679+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:58:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:58:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:58:48.683+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:58:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:58:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:59:08.687+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:59:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:59:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:59:28.678+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:59:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:59:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T04:59:48.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T04:59:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T04:59:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:00:08.679+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:00:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:00:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:00:28.686+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:00:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:00:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:00:48.683+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:00:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:00:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:01:08.680+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:01:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:01:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:01:28.686+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:01:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:01:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:01:48.682+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:01:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:01:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:02:08.681+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:02:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:02:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:02:28.684+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:02:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:02:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:02:48.684+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:02:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:02:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:03:08.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:03:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:03:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:03:28.684+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:03:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:03:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:03:48.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:03:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:03:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:04:08.679+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:04:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:04:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:04:28.687+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:04:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:04:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:04:48.678+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:04:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:04:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:05:08.683+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:05:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:05:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:05:28.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:05:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:05:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:05:48.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:05:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:05:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:06:08.682+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:06:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:06:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:06:28.682+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:06:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:06:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:06:48.685+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:06:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:06:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:07:08.685+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:07:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:07:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:07:28.681+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:07:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:07:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:07:48.684+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:07:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:07:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:08:08.680+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:08:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:08:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:08:28.682+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:08:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:08:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:08:48.680+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:08:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:08:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:09:08.683+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:09:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:09:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:09:28.684+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:09:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:09:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:09:48.681+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:09:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:09:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:10:08.680+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:10:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:10:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:10:28.682+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:10:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:10:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:10:48.678+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:10:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:10:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:11:08.687+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:11:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:11:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:11:28.680+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:11:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:11:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:11:48.684+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-04-20T05:11:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:11:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:12:08.678+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:12:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:12:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:12:28.681+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:12:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:12:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:12:48.681+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:12:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:12:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:13:08.680+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:13:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:13:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:13:28.682+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:13:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:13:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:13:48.685+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:13:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:13:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:14:08.680+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-04-20T05:14:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:14:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:14:28.684+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:14:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:14:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:14:48.680+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:14:59.141+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:14:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:15:08.679+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:15:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:15:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:15:28.679+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:15:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:15:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:15:48.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:15:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:15:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:16:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:16:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:16:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:16:28.677+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:16:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:16:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:16:48.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:16:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:16:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:17:08.677+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:17:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:17:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:17:28.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:17:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:17:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:17:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:17:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:17:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:18:08.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:18:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:18:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:18:28.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:18:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:18:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:18:48.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:18:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:18:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:19:08.688+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:19:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:19:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:19:28.685+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:19:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:19:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:19:48.679+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:19:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:19:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:20:08.682+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:20:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:20:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:20:28.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:20:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:20:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:20:48.676+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:20:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:20:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:21:08.680+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:21:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:21:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:21:28.675+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:21:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:21:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:21:48.684+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:21:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:21:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:22:08.676+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:22:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:22:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:22:28.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:22:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:22:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:22:48.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:22:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:22:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:23:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:23:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:23:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:23:28.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:23:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:23:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:23:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:23:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:23:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:24:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:24:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:24:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:24:28.688+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:24:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:24:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:24:48.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:24:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:24:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:25:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:25:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:25:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:25:28.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:25:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:25:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:25:48.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:25:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:25:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:26:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:26:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:26:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:26:28.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:26:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:26:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:26:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:26:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:26:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:27:08.687+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:27:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:27:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:27:28.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:27:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:27:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:27:48.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:27:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:27:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:28:08.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:28:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:28:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:28:28.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:28:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:28:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:28:48.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:28:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:28:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:29:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:29:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:29:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:29:28.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:29:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:29:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:29:48.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:29:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:29:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:30:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:30:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:30:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:30:28.675+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:30:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:30:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:30:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:30:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:30:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:31:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:31:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:31:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:31:28.677+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:31:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:31:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:31:48.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:31:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:31:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:32:08.683+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:32:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:32:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:32:28.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:32:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:32:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:32:48.685+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:32:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:32:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:33:08.700+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:33:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:33:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:33:28.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:33:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:33:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:33:48.690+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:33:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:33:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:34:08.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:34:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:34:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:34:28.683+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:34:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:34:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:34:48.678+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:34:57.185+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.73.150 - healthcheck [20/Apr/2021:05:34:56 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:34:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:34:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:35:08.677+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:35:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:35:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:35:28.678+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:35:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:35:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:35:48.677+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:35:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:35:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:36:08.681+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:36:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:36:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:36:28.676+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-04-20T05:36:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:36:39.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:36:48.677+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:36:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:36:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:37:08.684+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T05:37:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:37:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:37:28.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:37:28.880+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.73.150 - healthcheck [20/Apr/2021:05:37:28 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:37:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:37:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:37:48.685+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:37:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:37:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:08.680+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:38:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:38:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:28.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:38:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:38:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:45.499+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:38:45.506+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:45.511+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:45.616+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:45.618+00:00|INFO|HttpClient|pool-4-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:45.654+00:00|INFO|HttpClient|pool-4-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:45.655+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:46.518+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:46.518+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:46.620+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:46.621+00:00|INFO|HttpClient|pool-5-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:46.651+00:00|INFO|HttpClient|pool-5-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:46.652+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:47.522+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:47.522+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:47.624+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:47.625+00:00|INFO|HttpClient|pool-6-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:47.665+00:00|INFO|HttpClient|pool-6-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:47.665+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:48.524+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:48.525+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:48.627+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:48.628+00:00|INFO|HttpClient|pool-7-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:48.658+00:00|INFO|HttpClient|pool-7-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:48.659+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:49.528+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:49.528+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:49.630+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:49.630+00:00|INFO|HttpClient|pool-8-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:49.672+00:00|INFO|HttpClient|pool-8-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:49.673+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:50.530+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:50.531+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:50.633+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:38:50.633+00:00|INFO|HttpClient|pool-9-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:50.671+00:00|INFO|HttpClient|pool-9-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:50.671+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:51.533+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:38:51.534+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:51.636+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:51.636+00:00|INFO|HttpClient|pool-10-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:51.665+00:00|INFO|HttpClient|pool-10-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:51.666+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:52.537+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:38:53.042+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:38:53.043+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:53.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:53.145+00:00|INFO|HttpClient|pool-11-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:53.177+00:00|INFO|HttpClient|pool-11-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:53.178+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:54.048+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:38:54.048+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:54.150+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:54.151+00:00|INFO|HttpClient|pool-12-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:54.184+00:00|INFO|HttpClient|pool-12-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:54.185+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:55.052+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:38:55.053+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:38:55.155+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:38:55.156+00:00|INFO|HttpClient|pool-13-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:38:55.191+00:00|INFO|HttpClient|pool-13-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:38:55.192+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:38:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:38:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:39:08.678+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:39:12.292+00:00|INFO|RequestLog|qtp1052317717-23] 10.233.73.150 - healthcheck [20/Apr/2021:05:39:12 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:39:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:39:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:39:28.676+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:39:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:39:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:39:48.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:39:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:39:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:40:08.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:40:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:40:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:40:28.681+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:40:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:40:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:40:48.684+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:40:51.586+00:00|INFO|RequestLog|qtp1052317717-21] 10.233.73.150 - healthcheck [20/Apr/2021:05:40:51 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:40:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:40:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:08.677+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:41:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:41:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:19.763+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:41:19.766+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:19.766+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:19.867+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:19.868+00:00|INFO|HttpClient|pool-14-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:19.898+00:00|INFO|HttpClient|pool-14-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:19.898+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:41:20.767+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:20.768+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:20.870+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:41:20.870+00:00|INFO|HttpClient|pool-15-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:20.898+00:00|INFO|HttpClient|pool-15-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:20.898+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:41:21.770+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:21.771+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:21.873+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:21.874+00:00|INFO|HttpClient|pool-16-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:21.910+00:00|INFO|HttpClient|pool-16-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:21.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:41:22.773+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:22.773+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:22.875+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:22.876+00:00|INFO|HttpClient|pool-17-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:22.905+00:00|INFO|HttpClient|pool-17-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:22.906+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:23.775+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:23.776+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:23.878+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:23.878+00:00|INFO|HttpClient|pool-18-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:23.913+00:00|INFO|HttpClient|pool-18-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:23.913+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:24.778+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:24.778+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:24.880+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:24.881+00:00|INFO|HttpClient|pool-19-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:24.913+00:00|INFO|HttpClient|pool-19-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:24.913+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:25.780+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:41:25.780+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:25.882+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:25.883+00:00|INFO|HttpClient|pool-20-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:25.912+00:00|INFO|HttpClient|pool-20-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:25.913+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:41:26.783+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:41:28.359+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:41:28.359+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:28.461+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:41:28.461+00:00|INFO|HttpClient|pool-21-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:28.492+00:00|INFO|HttpClient|pool-21-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:28.492+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:29.362+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:41:29.362+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:29.464+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:29.465+00:00|INFO|HttpClient|pool-22-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:29.494+00:00|INFO|HttpClient|pool-22-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:29.494+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:30.365+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:41:30.365+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:41:30.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:41:30.468+00:00|INFO|HttpClient|pool-23-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:30.502+00:00|INFO|HttpClient|pool-23-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:41:30.502+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:41:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:41:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:41:48.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:41:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:41:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:42:08.684+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:42:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:42:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:42:28.686+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:42:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:42:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:42:48.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:42:49.687+00:00|INFO|RequestLog|qtp1052317717-19] 10.233.73.150 - healthcheck [20/Apr/2021:05:42:49 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:42:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:42:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:43:08.678+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:43:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:43:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:43:28.686+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:43:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:43:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:43:48.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:43:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:43:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:44:07.945+00:00|INFO|RequestLog|qtp1052317717-22] 10.233.73.150 - healthcheck [20/Apr/2021:05:44:07 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-04-20T05:44:08.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:44:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:44:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:44:28.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:44:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:44:39.144+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:44:48.686+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:44:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:44:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:45:08.687+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:45:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:45:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:45:28.679+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:45:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:45:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:45:48.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:45:59.143+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:45:59.144+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:03.370+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:46:03.379+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:46:03.380+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:46:03.481+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:46:03.482+00:00|INFO|HttpClient|pool-24-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:03.514+00:00|INFO|HttpClient|pool-24-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:46:03.514+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:46:04.382+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:46:04.382+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:46:04.484+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-20T05:46:04.485+00:00|INFO|HttpClient|pool-25-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:04.513+00:00|INFO|HttpClient|pool-25-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:46:04.513+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:46:05.386+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:46:06.816+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:46:06.817+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:46:06.918+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:46:06.919+00:00|INFO|HttpClient|pool-26-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:06.959+00:00|INFO|HttpClient|pool-26-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:46:06.960+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:46:07.820+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:46:07.820+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:46:07.922+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:46:07.923+00:00|INFO|HttpClient|pool-27-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:07.958+00:00|INFO|HttpClient|pool-27-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:46:07.958+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:46:08.823+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:46:08.823+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:46:08.925+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:46:08.926+00:00|INFO|HttpClient|pool-28-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:08.960+00:00|INFO|HttpClient|pool-28-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:46:08.960+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:46:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:46:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:28.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:46:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:46:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:46:48.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:46:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:46:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:08.678+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:47:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:47:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:19.763+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:47:19.767+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:19.768+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:19.870+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:47:19.871+00:00|INFO|HttpClient|pool-29-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:19.911+00:00|INFO|HttpClient|pool-29-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:19.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:20.770+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:20.771+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:20.873+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:47:20.873+00:00|INFO|HttpClient|pool-30-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:20.909+00:00|INFO|HttpClient|pool-30-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:20.910+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:21.773+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:21.774+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:21.876+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:47:21.876+00:00|INFO|HttpClient|pool-31-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:21.915+00:00|INFO|HttpClient|pool-31-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:21.915+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:22.776+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:22.777+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:22.880+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:47:22.881+00:00|INFO|HttpClient|pool-32-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:22.921+00:00|INFO|HttpClient|pool-32-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:22.922+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:23.779+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:23.780+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:23.882+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:47:23.882+00:00|INFO|HttpClient|pool-33-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:23.910+00:00|INFO|HttpClient|pool-33-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:23.910+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:47:24.784+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:24.785+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:24.887+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:47:24.887+00:00|INFO|HttpClient|pool-34-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:24.925+00:00|INFO|HttpClient|pool-34-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:24.925+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:25.791+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:25.792+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:25.893+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms [2021-04-20T05:47:25.894+00:00|INFO|HttpClient|pool-35-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:25.921+00:00|INFO|HttpClient|pool-35-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:25.921+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:26.800+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:47:26.801+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:26.903+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:47:26.903+00:00|INFO|HttpClient|pool-36-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:26.937+00:00|INFO|HttpClient|pool-36-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:26.937+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:27.803+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:47:29.269+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:47:29.269+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:29.371+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:47:29.371+00:00|INFO|HttpClient|pool-37-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:29.401+00:00|INFO|HttpClient|pool-37-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:29.401+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:47:30.272+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:47:30.273+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:30.374+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:47:30.375+00:00|INFO|HttpClient|pool-38-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:30.407+00:00|INFO|HttpClient|pool-38-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:30.407+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:47:31.275+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:47:31.276+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:47:31.378+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:47:31.379+00:00|INFO|HttpClient|pool-39-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:31.405+00:00|INFO|HttpClient|pool-39-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:47:31.405+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:47:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:47:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:47:48.680+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:47:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:47:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:48:08.677+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:48:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:48:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:48:28.676+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:48:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:48:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:48:48.681+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:48:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:48:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:49:08.675+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:49:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:49:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:49:28.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:49:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:49:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:49:48.681+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:49:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:49:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:08.684+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:50:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:50:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:28.684+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:50:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:50:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:44.776+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:50:44.779+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:44.779+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:44.882+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms [2021-04-20T05:50:44.883+00:00|INFO|HttpClient|pool-40-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:44.912+00:00|INFO|HttpClient|pool-40-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:44.912+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:45.785+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:45.786+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:45.887+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:45.888+00:00|INFO|HttpClient|pool-41-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:45.919+00:00|INFO|HttpClient|pool-41-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:45.920+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:46.787+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:46.788+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:46.890+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:46.890+00:00|INFO|HttpClient|pool-42-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:46.924+00:00|INFO|HttpClient|pool-42-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:46.924+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:47.790+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:47.790+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:47.893+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:50:47.894+00:00|INFO|HttpClient|pool-43-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:47.924+00:00|INFO|HttpClient|pool-43-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:47.924+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:48.793+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:48.794+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:48.896+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:48.897+00:00|INFO|HttpClient|pool-44-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:48.924+00:00|INFO|HttpClient|pool-44-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:48.924+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:49.796+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:49.797+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:49.898+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:49.899+00:00|INFO|HttpClient|pool-45-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:49.929+00:00|INFO|HttpClient|pool-45-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:49.929+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:50.799+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:50.799+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:50.901+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:50.902+00:00|INFO|HttpClient|pool-46-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:50.928+00:00|INFO|HttpClient|pool-46-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:50.928+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:51.802+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:50:52.146+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:50:52.146+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:52.249+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:52.249+00:00|INFO|HttpClient|pool-47-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:52.272+00:00|INFO|HttpClient|pool-47-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:52.272+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:53.150+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:50:53.150+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:53.252+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:53.252+00:00|INFO|HttpClient|pool-48-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:53.282+00:00|INFO|HttpClient|pool-48-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:53.282+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:50:54.153+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:50:54.153+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:54.255+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:54.255+00:00|INFO|HttpClient|pool-49-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:54.286+00:00|INFO|HttpClient|pool-49-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:54.286+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:50:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:50:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:59.761+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T05:50:59.763+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:50:59.763+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:50:59.864+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:50:59.865+00:00|INFO|HttpClient|pool-50-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:50:59.891+00:00|INFO|HttpClient|pool-50-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:50:59.891+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:00.765+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:00.765+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:00.867+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:00.868+00:00|INFO|HttpClient|pool-51-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:00.892+00:00|INFO|HttpClient|pool-51-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:00.893+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:01.768+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:01.768+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:01.870+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:51:01.870+00:00|INFO|HttpClient|pool-52-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:01.907+00:00|INFO|HttpClient|pool-52-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:01.908+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:02.770+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:02.770+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:02.872+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:02.873+00:00|INFO|HttpClient|pool-53-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:02.903+00:00|INFO|HttpClient|pool-53-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:02.903+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:03.772+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:03.773+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:03.875+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:03.876+00:00|INFO|HttpClient|pool-54-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:03.906+00:00|INFO|HttpClient|pool-54-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:03.906+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:04.775+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:04.775+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:04.878+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:04.879+00:00|INFO|HttpClient|pool-55-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:04.919+00:00|INFO|HttpClient|pool-55-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:04.920+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:05.778+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:05.779+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:05.881+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:51:05.882+00:00|INFO|HttpClient|pool-56-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:05.907+00:00|INFO|HttpClient|pool-56-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:05.908+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:06.781+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-04-20T05:51:06.781+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:06.883+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:51:06.883+00:00|INFO|HttpClient|pool-57-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:06.915+00:00|INFO|HttpClient|pool-57-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:06.916+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:07.783+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-04-20T05:51:08.665+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-04-20T05:51:08.665+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:08.767+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:08.768+00:00|INFO|HttpClient|pool-58-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:08.804+00:00|INFO|HttpClient|pool-58-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:08.804+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:51:09.668+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-04-20T05:51:09.668+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:09.770+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:51:09.770+00:00|INFO|HttpClient|pool-59-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:09.799+00:00|INFO|HttpClient|pool-59-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:09.799+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:10.670+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-04-20T05:51:10.670+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-04-20T05:51:10.772+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:10.772+00:00|INFO|HttpClient|pool-60-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:10.800+00:00|INFO|HttpClient|pool-60-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:10.800+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:51:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:19.760+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-20T05:51:19.762+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:19.762+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:19.864+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:19.865+00:00|INFO|HttpClient|pool-61-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:19.896+00:00|INFO|HttpClient|pool-61-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:19.896+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:20.764+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:20.765+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:20.866+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:20.867+00:00|INFO|HttpClient|pool-62-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:20.904+00:00|INFO|HttpClient|pool-62-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:20.905+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:21.767+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:21.767+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:21.869+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:21.870+00:00|INFO|HttpClient|pool-63-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:21.900+00:00|INFO|HttpClient|pool-63-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:21.900+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:22.769+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:22.770+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:22.872+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:22.873+00:00|INFO|HttpClient|pool-64-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:22.899+00:00|INFO|HttpClient|pool-64-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:22.899+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:23.772+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:23.772+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:23.874+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:23.875+00:00|INFO|HttpClient|pool-65-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:23.900+00:00|INFO|HttpClient|pool-65-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:23.900+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:24.774+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:24.774+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:24.877+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:51:24.877+00:00|INFO|HttpClient|pool-66-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:24.907+00:00|INFO|HttpClient|pool-66-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:24.907+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:25.777+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:25.777+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:25.879+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:25.880+00:00|INFO|HttpClient|pool-67-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:25.905+00:00|INFO|HttpClient|pool-67-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:25.905+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:26.779+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendNotificationStatus [2021-04-20T05:51:26.780+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:26.882+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:26.882+00:00|INFO|HttpClient|pool-68-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:26.907+00:00|INFO|HttpClient|pool-68-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:26.907+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:51:27.783+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - download [2021-04-20T05:51:29.471+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDownloadStatus [2021-04-20T05:51:29.471+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:29.573+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:29.574+00:00|INFO|HttpClient|pool-69-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:29.612+00:00|INFO|HttpClient|pool-69-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:29.612+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:51:30.475+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendDeploymentStatus [2021-04-20T05:51:30.475+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:30.577+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-04-20T05:51:30.578+00:00|INFO|HttpClient|pool-70-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:30.609+00:00|INFO|HttpClient|pool-70-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:30.609+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:31.479+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendComponentDone status [2021-04-20T05:51:31.479+00:00|INFO|DistributionClientImpl|pool-3-thread-5] DistributionClient - sendStatus [2021-04-20T05:51:31.581+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:51:31.582+00:00|INFO|HttpClient|pool-71-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:31.615+00:00|INFO|HttpClient|pool-71-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:51:31.615+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:51:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:51:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:51:48.679+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-04-20T05:51:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:51:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:52:08.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:52:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:52:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:52:28.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:52:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:52:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:52:48.703+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:52:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:52:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:53:08.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:53:19.141+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:53:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:53:28.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:53:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:53:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:53:48.678+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:53:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:53:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:06.034+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:54:06.037+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:06.037+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:06.139+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:54:06.140+00:00|INFO|HttpClient|pool-72-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:06.169+00:00|INFO|HttpClient|pool-72-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:06.169+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:07.039+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:07.039+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:07.141+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:07.142+00:00|INFO|HttpClient|pool-73-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:07.167+00:00|INFO|HttpClient|pool-73-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:07.167+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:08.041+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:08.041+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:08.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:08.145+00:00|INFO|HttpClient|pool-74-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:08.172+00:00|INFO|HttpClient|pool-74-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:08.172+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:09.044+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:09.044+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:09.146+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:09.147+00:00|INFO|HttpClient|pool-75-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:09.181+00:00|INFO|HttpClient|pool-75-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:09.181+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:10.046+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:10.047+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:10.149+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:54:10.149+00:00|INFO|HttpClient|pool-76-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:10.184+00:00|INFO|HttpClient|pool-76-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:10.184+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:54:11.049+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:11.050+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:11.152+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:11.153+00:00|INFO|HttpClient|pool-77-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:11.180+00:00|INFO|HttpClient|pool-77-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:11.180+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:12.052+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:12.053+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:12.155+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:12.156+00:00|INFO|HttpClient|pool-78-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:12.182+00:00|INFO|HttpClient|pool-78-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:12.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:13.055+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:13.056+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:13.158+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:13.159+00:00|INFO|HttpClient|pool-79-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:13.185+00:00|INFO|HttpClient|pool-79-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:13.186+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:14.058+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:54:14.060+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:14.162+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:54:14.162+00:00|INFO|HttpClient|pool-80-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:14.188+00:00|INFO|HttpClient|pool-80-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:14.188+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:15.063+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download [2021-04-20T05:54:16.523+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus [2021-04-20T05:54:16.524+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:16.626+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:16.626+00:00|INFO|HttpClient|pool-81-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:16.656+00:00|INFO|HttpClient|pool-81-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:16.656+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:17.527+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus [2021-04-20T05:54:17.527+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:17.629+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:54:17.629+00:00|INFO|HttpClient|pool-82-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:17.666+00:00|INFO|HttpClient|pool-82-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:17.667+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:18.529+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status [2021-04-20T05:54:18.529+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:54:18.631+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:54:18.631+00:00|INFO|HttpClient|pool-83-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:18.659+00:00|INFO|HttpClient|pool-83-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:54:18.659+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:54:19.531+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:54:19.532+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:29.072+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:54:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:54:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:54:48.675+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:54:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:54:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:55:08.675+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:55:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:55:19.143+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:55:28.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:55:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:55:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:55:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:55:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:55:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:56:08.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:56:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:56:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:56:28.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:56:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:56:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:56:48.677+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:56:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:56:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:08.684+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:57:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:57:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:19.762+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:57:19.766+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:19.767+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:19.871+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:19.871+00:00|INFO|HttpClient|pool-84-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:19.902+00:00|INFO|HttpClient|pool-84-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:19.902+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:20.771+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:20.771+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:20.874+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:20.875+00:00|INFO|HttpClient|pool-85-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:20.902+00:00|INFO|HttpClient|pool-85-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:20.903+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:21.774+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:21.774+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:21.876+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:21.877+00:00|INFO|HttpClient|pool-86-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:21.910+00:00|INFO|HttpClient|pool-86-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:21.910+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:57:22.776+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:22.776+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:22.879+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:57:22.879+00:00|INFO|HttpClient|pool-87-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:22.910+00:00|INFO|HttpClient|pool-87-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:22.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:23.778+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:23.779+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:23.881+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:23.881+00:00|INFO|HttpClient|pool-88-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:23.914+00:00|INFO|HttpClient|pool-88-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:23.914+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:24.781+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:24.781+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:24.883+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:57:24.883+00:00|INFO|HttpClient|pool-89-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:24.912+00:00|INFO|HttpClient|pool-89-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:24.912+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:25.783+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:25.783+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:25.885+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:57:25.885+00:00|INFO|HttpClient|pool-90-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:25.911+00:00|INFO|HttpClient|pool-90-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:25.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:26.791+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-04-20T05:57:26.791+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:26.893+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:26.893+00:00|INFO|HttpClient|pool-91-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:26.924+00:00|INFO|HttpClient|pool-91-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:26.925+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:27.793+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download [2021-04-20T05:57:28.670+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus [2021-04-20T05:57:28.670+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:28.771+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-04-20T05:57:28.772+00:00|INFO|HttpClient|pool-92-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:28.800+00:00|INFO|HttpClient|pool-92-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:28.801+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:29.673+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus [2021-04-20T05:57:29.673+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:29.775+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:57:29.775+00:00|INFO|HttpClient|pool-93-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:29.803+00:00|INFO|HttpClient|pool-93-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:29.803+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-04-20T05:57:30.675+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status [2021-04-20T05:57:30.675+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-04-20T05:57:30.777+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-04-20T05:57:30.777+00:00|INFO|HttpClient|pool-94-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:30.820+00:00|INFO|HttpClient|pool-94-thread-1] --> HTTP/1.1 200 OK [2021-04-20T05:57:30.820+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} [2021-04-20T05:57:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:57:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:57:48.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:57:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:57:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:58:08.677+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:58:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:58:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:58:28.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:58:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:58:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:58:48.675+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:58:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:58:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:59:08.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:59:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:59:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:59:28.687+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:59:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:59:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T05:59:48.682+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T05:59:59.141+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T05:59:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:00:08.680+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T06:00:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:00:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:00:28.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T06:00:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:00:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:00:48.681+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T06:00:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:00:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:01:08.679+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-04-20T06:01:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:01:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:01:28.683+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:01:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:01:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:01:48.682+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:01:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:01:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:02:08.678+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:02:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:02:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:02:28.678+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:02:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:02:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:02:48.679+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:02:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:02:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:03:08.675+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-04-20T06:03:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:03:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:03:28.680+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:03:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:03:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:03:48.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:03:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:03:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:04:08.676+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:04:19.141+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:04:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:04:28.677+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:04:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:04:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:04:48.676+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:04:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:04:59.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:05:08.677+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:05:19.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:05:19.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:05:28.673+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:05:39.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:05:39.142+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 biUnpK1laiV3Bj6Q) ... [2021-04-20T06:05:48.682+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-04-20T06:05:59.142+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-04-20T06:05:59.142+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 biUnpK1laiV3Bj6Q) ...