Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2021-04-17T10:46:32.670+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2021-04-17T10:46:32.928+00:00|INFO|log|main] Logging initialized @837ms to org.eclipse.jetty.util.log.Slf4jLog
[2021-04-17T10:46:33.093+00:00|INFO|ServiceManager|main] service manager starting
[2021-04-17T10:46:33.093+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2021-04-17T10:46:33.093+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-17T10:46:33.103+00:00|INFO|ServiceManager|main] service manager started
[2021-04-17T10:46:33.103+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-17T10:46:33.125+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-17T10:46:33.150+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:46:33.150+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2021-04-17T10:46:33.200+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0
[2021-04-17T10:46:33.200+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults
[2021-04-17T10:46:33.202+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 600000ms
[2021-04-17T10:46:34.098+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2021-04-17T10:46:34.099+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2021-04-17T10:46:34.177+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE}
[2021-04-17T10:46:34.362+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@5c25788e(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@257e7f28[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore]
[2021-04-17T10:46:34.450+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
[2021-04-17T10:46:34.451+00:00|INFO|Server|SDCDistributionGroup-6969] Started @2362ms
[2021-04-17T10:48:43.943+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:48:43.953+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788da025
[2021-04-17T10:48:43.954+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:48:43.967+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:48:43.967+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:48:43.967+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:50:55.000+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:50:55.000+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f0e0eed
[2021-04-17T10:50:55.001+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:50:55.001+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:50:55.001+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:50:55.001+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:53:06.073+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:53:06.074+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50b52e04
[2021-04-17T10:53:06.074+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:53:06.075+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:53:06.075+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:53:06.075+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:55:17.143+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:55:17.144+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e38425f
[2021-04-17T10:55:17.144+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:55:17.145+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:55:17.145+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:55:17.145+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:57:28.216+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:57:28.218+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16e210a8
[2021-04-17T10:57:28.218+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:57:28.219+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:57:28.219+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:57:28.219+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T10:59:39.289+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T10:59:39.290+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d182b17
[2021-04-17T10:59:39.290+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T10:59:39.291+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T10:59:39.291+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T10:59:39.291+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T11:01:50.363+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T11:01:50.364+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@712c21d7
[2021-04-17T11:01:50.364+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T11:01:50.366+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T11:01:50.366+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T11:01:50.366+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T11:04:01.436+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T11:04:01.437+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14278989
[2021-04-17T11:04:01.437+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T11:04:01.438+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T11:04:01.438+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T11:04:01.438+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T11:06:12.506+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.96.80.251] failed: Connection timed out (Connection timed out)
	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 timed out (Connection timed out)
	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-17T11:06:12.507+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bcc9980
[2021-04-17T11:06:12.507+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-04-17T11:06:12.509+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-04-17T11:06:12.509+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-04-17T11:06:12.509+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-04-17T11:06:12.766+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
[2021-04-17T11:06:15.213+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-04-17T11:06:15.833+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2021-04-17T11:06:15.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:06:15.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:06:28.373+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:06:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:06:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:06:45.926+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:06:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:06:55.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:07:20.391+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 200 OK
[2021-04-17T11:07:20.391+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:07:20.393+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:07:50.438+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:07:50.444+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:07:50.446+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:07:50.446+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:07:50.457+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:07:54.573+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:07:54.573+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:07:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:07:55.842+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:07:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:08:06.872+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 200 OK
[2021-04-17T11:08:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:08:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:08:26.288+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T11:08:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:08:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:08:45.621+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:08:55.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:08:55.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:09:09.074+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:09:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:09:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:09:26.777+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 200 OK
[2021-04-17T11:09:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:09:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:09:50.575+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 200 OK
[2021-04-17T11:09:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:09:55.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:10:07.379+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 200 OK
[2021-04-17T11:10:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:10:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:10:45.879+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:10:45.881+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:10:45.883+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:10:45.884+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:10:45.886+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:11:36.267+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T11:11:36.268+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T11:11:36.268+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:11:36.268+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:11:36.269+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:11:51.582+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:11:51.583+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:11:51.584+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:11:51.584+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:11:51.589+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:11:51.641+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:11:51.641+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:11:51.641+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:11:51.642+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:11:51.643+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:11:57.425+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:11:57.427+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:11:57.427+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:11:57.427+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:11:57.428+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:12:25.319+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:12:25.320+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:12:25.320+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:12:25.320+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:12:25.322+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:12:55.328+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:12:55.329+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:12:55.330+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:12:55.330+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:12:55.333+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:13:05.565+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:13:05.565+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:13:05.565+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:13:05.565+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:13:05.566+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:13:07.388+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:07.389+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:13:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:13:16.938+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:16.938+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:13:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:13:36.770+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:36.771+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:13:55.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:13:55.850+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:14:08.779+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:14:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:14:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:14:42.156+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:14:42.158+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:14:42.159+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:15:04.857+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:15:04.860+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:15:04.863+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:15:14.731+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:15:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:15:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:15:25.672+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:15:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:15:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:16:05.851+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:16:05.852+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:16:05.852+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:16:05.852+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:16:05.854+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:16:05.884+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:16:05.884+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:16:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:16:15.843+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:16:15.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:16:26.328+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:16:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:16:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:16:45.524+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:16:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:16:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:17:05.999+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:17:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:17:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:17:25.617+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:17:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:17:35.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:17:46.114+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:17:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:17:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:18:06.419+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:18:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:18:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:18:25.844+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:18:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:18:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:19:05.880+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:19:05.883+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:19:05.885+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:19:05.885+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:19:05.889+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:19:05.912+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T11:19:05.913+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T11:19:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:19:15.842+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:19:15.842+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:19:29.775+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 200 OK
[2021-04-17T11:19:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:19:35.843+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:20:00.261+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 200 OK
[2021-04-17T11:20:00.262+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:20:00.263+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:20:30.293+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:20:30.294+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:20:30.295+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:20:30.296+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:20:30.299+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:20:30.328+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:20:30.328+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:20:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:20:35.842+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:20:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:21:19.438+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T11:21:19.439+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:21:19.440+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:21:49.475+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:21:49.476+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:21:49.477+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:21:49.477+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:21:49.479+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:19.527+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T11:22:19.527+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T11:22:19.528+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:22:19.528+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:22:19.530+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:49.580+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T11:22:49.581+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T11:22:49.582+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:22:49.582+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:22:49.583+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:57.057+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:22:57.057+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:22:57.058+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:22:57.058+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:22:57.059+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:57.101+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:22:57.102+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:22:57.102+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:22:57.102+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:22:57.103+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:57.118+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:22:57.118+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:22:57.119+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:22:57.119+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:22:57.120+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:22:57.148+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:22:57.148+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:23:15.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:23:15.844+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:23:15.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:23:23.070+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:23:23.071+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:23:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:23:35.843+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:23:38.577+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:23:38.577+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:23:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:23:55.842+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:23:55.842+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:24:17.041+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 200 OK
[2021-04-17T11:24:17.043+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:24:17.044+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:24:27.219+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 200 OK
[2021-04-17T11:24:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:24:35.842+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:25:05.876+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:25:05.878+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:25:05.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:25:05.879+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:25:05.881+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:25:11.580+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:25:11.580+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:25:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:25:15.842+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:25:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:25:46.844+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:25:46.849+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:25:46.850+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:25:46.850+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:25:46.853+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:26:10.308+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:26:10.309+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:26:10.309+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:26:19.905+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:26:19.906+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:26:19.907+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:26:30.809+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:26:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:26:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:26:46.330+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:26:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:26:55.848+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:27:06.716+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:27:15.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:27:15.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:27:17.105+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:27:17.106+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:27:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:27:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:27:52.840+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:27:55.845+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:27:55.856+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:28:25.902+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:28:25.903+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:28:25.903+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:28:25.903+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:28:25.904+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:28:39.169+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:28:39.170+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:28:39.171+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:28:49.334+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:28:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:28:55.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:29:06.437+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:29:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:29:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:29:26.552+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:29:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:29:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:29:46.379+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:29:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:29:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:30:06.274+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:30:15.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:30:15.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:30:25.602+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:30:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:30:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:30:47.168+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:30:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:30:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:31:06.055+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:31:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:31:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:31:25.966+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:31:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:31:35.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:31:49.217+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:31:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:31:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:32:05.731+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:32:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:32:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:32:26.862+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:32:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:32:35.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:32:59.046+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:32:59.047+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:32:59.048+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:33:29.084+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:33:29.084+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:33:29.085+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:33:29.085+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:33:29.086+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:33:29.428+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T11:33:29.428+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T11:33:35.845+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:33:35.845+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:33:35.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:34:23.031+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:34:23.032+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:34:23.032+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:34:23.032+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:34:23.041+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:34:35.047+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:34:35.048+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:34:35.049+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:34:45.799+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:34:45.800+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:34:45.800+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:34:57.764+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:34:57.764+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:34:57.765+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:35:07.750+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:35:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:35:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:35:25.553+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:35:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:35:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:35:47.940+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:35:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:35:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:36:12.235+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:36:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:36:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:36:31.935+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:36:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:36:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:36:46.640+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:36:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:36:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:37:07.787+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:37:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:37:15.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:37:45.878+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:37:45.879+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:37:45.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:37:45.880+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:37:45.880+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:38:15.926+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T11:38:15.927+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T11:38:15.928+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:38:15.928+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:38:15.930+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:38:54.817+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:38:54.820+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:38:54.822+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:38:55.722+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T11:38:55.722+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T11:38:55.723+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:38:55.723+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:38:55.724+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:39:07.655+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:39:07.657+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:39:07.658+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:39:17.791+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:39:17.791+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:39:17.792+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:39:27.366+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:39:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:39:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:39:45.681+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:39:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:39:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:40:05.820+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:40:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:40:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:40:27.107+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:40:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:40:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:40:46.074+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:40:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:40:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:41:17.074+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:41:17.077+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:41:17.080+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:41:27.595+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:41:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:41:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:41:47.259+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:41:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:41:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:42:07.766+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:42:15.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:42:15.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:42:27.875+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T11:42:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:42:35.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:42:46.895+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:42:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:42:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:43:06.305+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:43:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:43:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:43:29.952+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:43:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:43:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:43:53.581+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:43:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:43:55.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:44:08.483+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:44:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:44:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:44:30.119+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:44:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:44:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:44:45.773+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:44:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:44:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:45:05.851+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:45:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:45:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:45:25.866+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:45:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:45:35.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:45:45.393+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:45:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:45:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:46:05.383+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:46:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:46:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:46:25.382+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:46:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:46:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:46:45.590+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:46:55.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:46:55.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:47:05.393+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:47:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:47:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:47:25.385+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:47:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:47:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:47:45.384+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:47:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:47:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:48:05.386+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:48:15.853+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:48:15.855+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:48:25.427+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:48:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:48:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:48:45.463+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:48:55.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:48:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:49:05.585+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:49:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:49:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:49:25.384+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:49:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:49:35.849+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:49:45.902+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:49:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:49:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:50:06.152+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:50:15.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:50:15.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:50:45.879+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:50:45.879+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:50:45.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:50:45.879+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:50:45.880+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:51:15.756+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:51:15.757+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:51:15.758+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:51:27.836+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:51:27.837+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:51:27.838+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:51:38.453+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:51:38.454+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:51:38.454+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:51:48.111+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:51:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:51:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:52:06.296+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:52:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:52:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:52:25.887+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:52:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:52:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:52:46.361+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:52:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:52:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:53:07.052+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:53:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:53:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:53:26.564+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:53:35.845+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:53:35.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:53:50.570+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T11:53:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:53:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:54:08.699+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:54:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:54:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:54:27.307+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:54:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:54:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:54:47.568+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:54:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:54:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:55:20.220+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:55:20.225+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:55:20.228+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:55:36.607+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:55:36.608+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:55:36.609+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:55:50.674+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T11:55:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:55:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:56:09.824+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T11:56:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:56:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:56:33.702+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T11:56:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:56:35.848+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:56:45.715+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T11:56:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:56:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:57:09.121+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T11:57:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:57:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:57:34.177+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T11:57:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:57:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:57:59.295+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T11:57:59.297+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:57:59.299+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:58:22.920+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T11:58:22.921+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:58:22.922+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:58:38.050+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T11:58:38.051+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:58:38.052+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:59:08.083+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T11:59:08.085+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T11:59:08.086+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:59:08.086+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T11:59:08.089+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:59:23.358+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T11:59:23.361+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:59:23.362+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T11:59:35.042+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T11:59:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T11:59:35.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:00:05.876+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:00:05.876+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:00:05.877+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:00:05.877+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:00:05.878+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:00:22.636+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:00:22.637+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:00:22.637+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:00:22.637+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:00:22.639+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:00:22.667+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T12:00:22.667+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T12:00:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:00:35.842+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:00:35.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:00:48.728+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:00:48.729+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:00:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:00:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:00:57.466+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:00:57.466+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:01:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:01:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:01:45.874+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:01:45.875+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:01:45.875+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:01:45.875+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:01:45.876+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:02:17.011+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:02:17.011+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:02:17.012+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:02:17.013+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:02:17.015+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:02:47.882+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 200 OK
[2021-04-17T12:02:47.883+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:02:47.884+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:03:06.690+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:03:06.691+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:03:06.692+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:03:36.726+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:03:36.726+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:03:36.728+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:03:36.728+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:03:36.732+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:04:08.004+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:04:08.005+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:04:08.006+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:04:25.112+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:04:25.112+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:04:25.113+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:04:42.438+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:04:42.446+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:04:42.447+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:04:55.457+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:04:55.458+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:04:55.459+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:05:06.790+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:05:06.792+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:05:06.794+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:05:21.689+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:05:21.690+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:05:21.691+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:05:32.879+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:05:32.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:05:32.880+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:05:42.733+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:05:42.735+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:05:42.737+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:05:58.424+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:05:58.426+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:05:58.427+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:06:11.212+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 200 OK
[2021-04-17T12:06:15.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:06:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:06:29.826+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T12:06:35.843+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:06:35.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:07:01.347+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T12:07:01.347+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:07:01.349+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:07:01.394+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:07:01.395+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:07:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:07:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:07:22.932+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:07:22.933+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:07:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:07:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:07:49.141+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T12:07:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:07:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:08:15.573+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T12:08:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:08:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:08:28.873+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2021-04-17T12:08:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:08:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:09:05.878+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:09:05.878+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:09:05.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:09:05.880+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:09:05.883+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:09:22.312+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:09:22.312+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:09:22.312+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:09:22.312+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:09:22.313+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:09:26.963+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:09:26.963+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:09:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:09:35.842+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:09:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:09:52.860+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:09:52.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:09:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:09:55.842+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:09:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:10:15.971+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:15.974+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:15.976+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:10:15.977+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:10:15.980+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:10:20.882+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:20.883+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:10:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:10:38.169+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:38.170+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:10:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:10:55.952+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:10:55.952+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:11:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:11:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:11:16.397+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:11:16.398+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:11:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:11:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:11:44.068+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:11:44.069+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:11:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:11:55.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:12:25.879+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:12:25.880+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:12:25.881+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:12:25.882+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:12:25.883+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:13:04.406+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 200 OK
[2021-04-17T12:13:04.407+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:13:04.407+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:13:20.131+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 200 OK
[2021-04-17T12:13:20.133+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:13:20.134+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:13:30.374+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:13:30.375+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:13:30.376+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:13:40.776+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:13:40.777+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:13:40.777+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:14:00.881+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:14:00.883+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:14:00.886+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:14:30.915+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:14:30.916+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:14:30.916+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:14:30.916+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:14:30.917+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:14:37.817+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:14:37.817+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:14:37.817+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:14:37.818+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:14:37.818+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:14:38.434+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:14:38.434+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:14:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:14:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:14:55.949+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:14:55.949+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:15:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:15:15.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:15:45.878+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:15:45.878+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:15:45.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:15:45.879+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:15:45.880+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:16:03.946+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:16:03.947+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:16:03.948+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:16:14.581+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:16:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:16:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:16:37.807+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:16:37.808+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:16:37.809+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:16:37.874+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:16:37.875+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:16:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:16:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:17:06.237+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:17:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:17:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:17:27.795+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:17:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:17:35.848+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:17:52.552+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 200 OK
[2021-04-17T12:17:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:17:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:18:10.696+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:18:15.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:18:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:18:45.879+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:18:45.880+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:18:45.880+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:18:45.881+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:18:45.882+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:19:17.116+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:19:17.117+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:19:17.117+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:19:17.118+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:19:17.120+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:19:22.187+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:19:22.187+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:19:22.187+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:19:22.187+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:19:22.188+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:19:22.211+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:19:22.211+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:19:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:19:35.842+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:19:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:19:41.374+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:19:41.374+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:19:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:19:55.842+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:19:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:19:58.103+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:19:58.103+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:20:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:20:15.842+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:20:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:20:22.497+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:20:22.497+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:20:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:20:35.842+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:20:35.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:20:35.864+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T12:20:35.864+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T12:20:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:20:55.843+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:20:55.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:21:34.373+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:21:34.373+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:21:34.374+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:21:34.374+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:21:34.375+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:21:51.185+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 200 OK
[2021-04-17T12:21:51.187+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:21:51.187+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:22:03.144+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:22:03.146+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:22:03.147+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:22:29.242+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:22:29.245+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:22:29.248+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:22:59.284+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:22:59.284+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:22:59.285+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:22:59.285+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:22:59.286+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:23:32.403+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:23:32.405+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:23:32.406+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:23:32.406+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:23:32.407+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:23:58.265+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:23:58.268+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:23:58.270+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:24:10.089+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:24:10.090+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:24:10.091+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:24:26.578+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:24:26.578+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:24:26.579+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:24:38.047+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:24:38.047+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:24:38.048+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:25:08.068+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:25:08.068+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:25:08.070+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:25:08.070+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:25:08.073+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:25:38.390+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:38.390+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:38.390+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:25:38.391+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:25:38.391+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:25:40.395+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:40.396+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:40.397+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:25:40.397+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:25:40.398+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:25:41.256+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:41.256+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:41.257+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:25:41.257+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:25:41.258+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:25:46.752+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:46.752+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:25:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:25:55.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:26:25.853+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:26:25.854+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:26:25.854+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:26:25.854+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:26:25.856+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:26:49.855+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:26:49.857+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:26:49.858+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:26:49.859+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:26:49.861+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:26:49.894+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:26:49.894+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:26:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:26:55.843+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:26:55.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:26:55.859+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T12:26:55.859+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T12:27:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:27:15.842+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:27:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:27:45.886+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:27:45.886+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:27:45.886+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:27:45.886+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:27:45.887+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:28:15.921+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:28:15.921+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:28:15.921+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:28:15.922+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:28:15.923+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:28:30.353+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:28:30.354+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:28:30.355+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:28:30.355+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:28:30.356+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:28:30.368+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T12:28:30.368+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T12:28:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:28:35.843+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:28:35.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:28:48.883+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:28:48.884+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:28:55.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:28:55.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:29:13.709+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:29:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:29:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:29:20.720+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T12:29:20.720+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
Apr 17, 2021 12:29:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://message-router.onap:3905: The target server failed to respond
Apr 17, 2021 12:29:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://message-router.onap:3905
[2021-04-17T12:29:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:29:35.842+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:29:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:29:35.845+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T12:29:35.845+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T12:29:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:29:55.843+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:29:55.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:29:55.850+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T12:29:55.850+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T12:30:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:30:15.843+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:30:15.846+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:30:15.852+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T12:30:15.852+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T12:30:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:30:35.842+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:30:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:30:54.322+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:30:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:30:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:31:13.590+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:31:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:31:15.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:31:33.310+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:31:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:31:35.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:31:53.876+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:31:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:31:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:32:13.674+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:32:15.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:32:15.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:32:45.878+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:32:45.880+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:32:45.881+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:32:45.882+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:32:45.884+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:33:20.788+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:33:20.790+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:33:20.791+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:33:40.472+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:33:40.474+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:33:40.475+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:34:09.238+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:34:09.241+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:34:09.245+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:34:39.279+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:34:39.279+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:34:39.280+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:34:39.280+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:34:39.281+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:34:59.500+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:34:59.502+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:34:59.502+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:35:27.159+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 200 OK
[2021-04-17T12:35:27.162+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:35:27.164+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:35:57.196+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:35:57.197+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:35:57.197+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:35:57.198+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:35:57.199+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:36:27.250+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:36:27.250+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:36:27.251+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:36:27.251+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:36:27.252+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:36:57.303+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:36:57.304+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:36:57.305+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:36:57.305+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:36:57.309+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:37:27.359+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:37:27.359+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:37:27.360+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:37:27.360+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:37:27.362+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:37:39.670+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:37:39.671+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:37:39.671+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:37:39.671+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:37:39.672+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:38:09.726+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:38:09.726+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:38:09.727+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:38:09.727+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:38:09.728+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:38:39.775+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:38:39.775+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:38:39.776+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:38:39.776+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:38:39.778+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:38:49.190+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:38:49.190+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:38:49.190+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:38:49.190+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:38:49.191+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:38:55.022+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:38:55.023+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:38:55.023+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:38:55.023+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:38:55.024+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:39:44.800+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:39:44.801+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:39:44.802+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:39:44.802+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:39:44.804+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:40:14.854+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:40:14.856+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:40:14.857+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:40:14.857+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:40:14.859+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:40:57.506+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:40:57.507+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:40:57.508+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:40:57.508+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:40:57.509+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:40:58.878+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:40:58.879+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:40:58.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:40:58.880+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:40:58.881+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:03.746+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:03.746+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:03.747+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:03.747+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:03.747+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:32.991+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:32.992+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:32.993+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:32.993+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:32.996+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:49.482+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:49.482+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:49.483+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:49.483+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:49.483+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:52.812+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:52.813+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:52.813+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:52.813+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:52.814+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:53.125+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:53.125+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:53.126+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:53.126+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:53.126+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:53.452+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:53.452+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:53.453+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:53.453+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:53.453+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:54.425+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:54.425+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:54.425+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:54.426+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:54.426+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:41:56.089+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:56.089+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:41:56.090+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:41:56.090+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:41:56.091+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:42:13.483+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:13.484+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:13.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:42:13.485+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:42:13.485+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:42:18.547+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:18.548+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:18.548+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:42:18.548+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:42:18.549+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:42:21.928+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:21.929+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:42:35.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:42:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:43:05.873+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:43:05.875+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:43:05.876+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:43:05.876+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:43:05.879+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:43:41.650+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:43:41.656+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:43:41.656+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:43:41.656+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:43:41.657+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:44:11.686+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:44:11.686+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:44:11.686+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:44:11.687+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:44:11.687+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:44:41.715+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:44:41.716+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:44:41.717+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:44:41.718+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:44:41.720+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:45:11.766+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:45:11.767+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:45:11.767+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:45:11.768+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:45:11.769+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:45:40.700+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:45:40.701+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:45:40.701+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:45:40.702+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:45:40.703+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:46:10.750+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:46:10.753+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:46:10.755+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:46:10.755+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:46:10.759+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:46:59.695+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:46:59.695+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:46:59.696+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:46:59.696+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:46:59.698+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:47:29.780+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:47:29.782+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:47:29.783+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:47:29.783+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:47:29.786+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:47:47.092+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:47:47.093+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:47:47.093+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:47:47.093+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:47:47.094+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:47:53.300+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:47:53.300+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:47:53.301+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:47:53.301+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:47:53.302+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:48:23.335+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:48:23.336+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:48:23.337+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:48:23.337+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:48:23.338+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:49:11.417+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:49:11.417+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:49:11.418+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:49:11.419+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:49:11.421+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:49:41.468+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:49:41.469+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:49:41.469+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:49:41.469+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:49:41.470+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:50:27.659+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:50:27.660+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:50:27.661+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:50:27.661+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:50:27.663+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:50:57.710+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:50:57.710+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:50:57.711+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:50:57.711+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:50:57.712+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:33.538+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:33.539+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:33.539+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:33.539+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:33.540+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:39.274+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:39.274+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:39.274+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:39.275+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:39.275+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:41.537+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:41.537+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:41.537+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:41.537+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:41.538+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:41.957+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:41.957+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:41.957+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:41.957+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:41.958+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:46.208+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.209+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.209+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:46.210+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:46.211+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:46.713+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.713+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.713+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:46.713+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:46.714+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:46.789+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.789+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:46.789+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:46.790+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:46.790+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:54.266+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:54.267+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:54.268+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:54.268+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:54.270+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:51:54.580+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:54.581+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T12:51:54.581+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:51:54.581+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:51:54.582+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:52:14.072+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 200 OK
[2021-04-17T12:52:14.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:52:14.074+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:52:44.097+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T12:52:44.097+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T12:52:44.098+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:52:44.098+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:52:44.099+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:53:14.159+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:53:14.160+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:53:14.161+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:53:14.162+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:53:14.166+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:53:44.194+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:53:44.194+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:53:44.195+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:53:44.195+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:53:44.196+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:54:14.241+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:54:14.241+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:54:14.241+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:54:14.241+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:54:14.242+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:54:34.902+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:54:34.903+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:54:34.903+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:54:34.903+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:54:34.905+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:54:34.941+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T12:54:34.941+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T12:54:34.941+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:54:34.941+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:54:34.942+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:55:04.980+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:55:04.981+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:55:04.981+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:55:04.982+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:55:04.983+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:55:35.026+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:55:35.026+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:55:35.026+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:55:35.026+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:55:35.027+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:56:05.074+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:56:05.075+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:56:05.075+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:56:05.076+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:56:05.077+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:56:35.124+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:56:35.125+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:56:35.126+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:56:35.127+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:56:35.130+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:57:05.182+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:57:05.182+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:57:05.182+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:57:05.182+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:57:05.184+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:57:35.228+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:57:35.229+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:57:35.229+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:57:35.229+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:57:35.231+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:58:05.283+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:58:05.285+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:58:05.286+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:58:05.287+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:58:05.291+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:58:35.323+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:58:35.323+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:58:35.324+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:58:35.324+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:58:35.325+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:59:05.373+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:59:05.374+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:59:05.374+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:59:05.375+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:59:05.377+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T12:59:35.422+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T12:59:35.423+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T12:59:35.423+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T12:59:35.424+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T12:59:35.425+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:00:05.474+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:00:05.474+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:00:05.475+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:00:05.475+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:00:05.476+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:00:35.523+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:00:35.524+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:00:35.525+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:00:35.526+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:00:35.528+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:00:41.670+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:00:41.670+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:00:41.671+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:00:41.671+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:00:41.671+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:01:11.717+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:01:11.717+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:01:11.718+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:01:11.718+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:01:11.718+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:01:41.762+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:01:41.763+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:01:41.764+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:01:41.764+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:01:41.766+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:02:11.799+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:02:11.800+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:02:11.803+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:02:11.803+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:02:11.805+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:02:24.513+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:02:24.514+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:02:24.515+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:02:24.515+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:02:24.516+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:02:58.166+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:02:58.167+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:02:58.168+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:02:58.168+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:02:58.169+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.710+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:03.711+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:03.712+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.712+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.714+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.728+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.728+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.728+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.728+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.729+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.756+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:03.756+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:03.757+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.757+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.757+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.772+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.772+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.772+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.773+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.773+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.806+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.806+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.806+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.806+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.807+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.817+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:03.817+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:03.817+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.818+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.818+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.828+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.828+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.829+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.829+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.829+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.842+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.842+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.842+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.870+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:03.870+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:03.871+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.871+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.871+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.881+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.881+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.881+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.881+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.882+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.891+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
[2021-04-17T13:03:03.892+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
[2021-04-17T13:03:03.892+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:03.892+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:03.892+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:03.906+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:03.906+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:15.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:15.843+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:15.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:16.292+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:16.292+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:35.842+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:35.843+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:03:47.389+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:03:47.389+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:03:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:03:55.842+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:03:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:04:49.897+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T13:04:49.898+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T13:04:49.899+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:04:49.899+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:04:49.903+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:05:19.931+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:05:19.931+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:05:19.931+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:05:19.932+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:05:19.932+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:05:49.985+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:05:49.986+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:05:49.989+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:05:49.990+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:05:49.992+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:06:20.038+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:06:20.038+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:06:20.039+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:06:20.039+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:06:20.040+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:06:50.096+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:06:50.097+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:06:50.097+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:06:50.097+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:06:50.100+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:07:20.150+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:07:20.152+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:07:20.154+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:07:20.155+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:07:20.158+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:07:50.209+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:07:50.209+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:07:50.209+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:07:50.210+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:07:50.211+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:08:20.258+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:08:20.259+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:08:20.259+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:08:20.259+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:08:20.260+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:08:50.303+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:08:50.304+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:08:50.304+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:08:50.305+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:08:50.306+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:09:11.277+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:09:11.277+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:09:11.278+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:09:11.278+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:09:11.280+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:09:41.319+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:09:41.319+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:09:41.320+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:09:41.320+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:09:41.321+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:10:11.366+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:10:11.366+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:10:11.367+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:10:11.367+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:10:11.370+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:10:41.407+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:10:41.408+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:10:41.409+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:10:41.410+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:10:41.413+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:11:11.448+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:11:11.448+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:11:11.449+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:11:11.449+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:11:11.450+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:11:41.493+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:11:41.494+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:11:41.494+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:11:41.494+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:11:41.495+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:12:11.530+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:12:11.530+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:12:11.532+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:12:11.532+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:12:11.536+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:12:41.584+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:12:41.584+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:12:41.585+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:12:41.585+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:12:41.586+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:13:11.612+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:13:11.612+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:13:11.613+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:13:11.613+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:13:11.614+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:13:41.643+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:13:41.644+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:13:41.645+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:13:41.646+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:13:41.648+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:14:11.692+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:14:11.692+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:14:11.692+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:14:11.692+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:14:11.693+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:14:41.741+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:14:41.742+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:14:41.742+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:14:41.743+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:14:41.746+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:15:11.775+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:15:11.775+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:15:11.776+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:15:11.776+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:15:11.777+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:15:41.818+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:15:41.818+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:15:41.819+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:15:41.819+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:15:41.820+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:16:11.864+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:16:11.864+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:16:11.865+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:16:11.865+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:16:11.866+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:16:41.900+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:16:41.901+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:16:41.902+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:16:41.903+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:16:41.906+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:17:11.957+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:17:11.958+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:17:11.958+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:17:11.958+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:17:11.959+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:17:41.997+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:17:41.998+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:17:41.999+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:17:41.999+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:17:42.002+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:18:12.052+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:18:12.052+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:18:12.053+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:18:12.053+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:18:12.054+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:18:14.277+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:18:14.277+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:18:14.278+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:18:14.278+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:18:14.279+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:18:44.307+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:18:44.308+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:18:44.309+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:18:44.309+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:18:44.311+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:19:14.359+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:19:14.361+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:19:14.361+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:19:14.362+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:19:14.369+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:19:44.415+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:19:44.415+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:19:44.416+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:19:44.416+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:19:44.418+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:20:09.124+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:20:09.124+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:20:09.125+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:20:09.125+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:20:09.127+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:20:59.367+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:20:59.368+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:20:59.369+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:20:59.369+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:20:59.371+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:21:24.381+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:21:24.381+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:21:24.382+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:21:24.382+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:21:24.383+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:21:24.404+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:21:24.404+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:21:24.405+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:21:24.405+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:21:24.405+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:21:24.438+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:21:24.439+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:21:24.439+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:21:24.439+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:21:24.439+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:21:54.484+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:21:54.484+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:21:54.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:21:54.485+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:21:54.488+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:22:24.533+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:22:24.534+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:22:24.536+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:22:24.536+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:22:24.538+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:22:54.587+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:22:54.587+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:22:54.587+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:22:54.588+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:22:54.588+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:23:24.634+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:23:24.634+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:23:24.635+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:23:24.635+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:23:24.636+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:23:54.685+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:23:54.686+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:23:54.687+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:23:54.687+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:23:54.690+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:24:24.738+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:24:24.738+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:24:24.739+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:24:24.739+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:24:24.740+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:24:54.781+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:24:54.781+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:24:54.782+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:24:54.782+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:24:54.783+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:25:24.825+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:25:24.826+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:25:24.826+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:25:24.827+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:25:24.830+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:25:54.878+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:25:54.878+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:25:54.878+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:25:54.878+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:25:54.879+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:26:24.930+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:26:24.931+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:26:24.931+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:26:24.931+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:26:24.933+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:26:54.989+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:26:54.990+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:26:54.991+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:26:54.991+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:26:54.993+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:27:25.034+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:27:25.036+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:27:25.037+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:27:25.037+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:27:25.038+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:27:39.570+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:27:39.571+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:27:39.571+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:27:39.572+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:27:39.573+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:28:09.617+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:28:09.618+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:28:09.619+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:28:09.619+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:28:09.623+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:28:39.673+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:28:39.674+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:28:39.674+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:28:39.675+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:28:39.676+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:28:42.522+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:28:42.522+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:28:42.522+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:28:42.522+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:28:42.522+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:29:11.277+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T13:29:11.278+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T13:29:11.278+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:29:11.279+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:29:11.280+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:29:41.315+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Read timed out; blacklisting for 2 minutes
[2021-04-17T13:29:41.316+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Read timed out
[2021-04-17T13:29:41.317+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:29:41.318+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:29:41.321+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:30:11.379+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:30:11.379+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:30:11.380+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:30:11.380+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:30:11.381+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:30:41.413+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:30:41.414+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:30:41.415+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:30:41.415+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:30:41.419+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:31:06.446+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:31:06.447+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:31:06.447+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:31:06.448+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:31:06.449+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:31:36.490+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:31:36.490+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:31:36.490+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:31:36.491+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:31:36.492+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:31:42.272+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:31:42.272+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:31:42.273+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:31:42.273+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:31:42.274+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:32:12.315+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:32:12.316+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:32:12.317+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:32:12.317+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:32:12.319+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:32:42.361+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:32:42.362+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:32:42.362+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:32:42.362+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:32:42.363+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:32:47.880+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:32:47.880+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:32:47.880+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:32:47.881+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:32:47.881+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:33:17.948+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:33:17.952+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:33:17.952+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:33:17.953+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:33:17.955+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:33:48.002+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:33:48.003+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:33:48.004+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:33:48.004+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:33:48.007+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:34:18.054+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:34:18.054+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:34:18.055+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:34:18.055+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:34:18.056+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:34:48.105+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:34:48.107+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:34:48.108+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:34:48.108+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:34:48.113+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:35:18.170+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:35:18.170+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:35:18.171+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:35:18.171+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:35:18.173+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:35:48.226+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:35:48.226+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:35:48.226+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:35:48.227+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:35:48.228+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:36:18.274+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:36:18.276+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:36:18.277+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:36:18.278+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:36:18.281+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:36:48.330+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:36:48.330+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:36:48.330+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:36:48.331+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:36:48.332+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:37:18.378+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:37:18.378+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:37:18.379+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:37:18.379+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:37:18.380+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:37:48.428+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:37:48.428+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:37:48.429+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:37:48.429+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:37:48.432+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:38:18.481+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:38:18.482+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:38:18.482+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:38:18.482+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:38:18.483+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:38:48.529+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:38:48.532+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:38:48.533+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:38:48.533+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:38:48.537+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:39:18.590+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:39:18.591+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:39:18.592+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:39:18.592+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:39:18.594+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:39:48.642+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:39:48.643+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:39:48.644+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:39:48.644+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:39:48.647+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:40:18.698+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:40:18.698+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:40:18.699+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:40:18.700+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:40:18.702+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:40:30.748+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:40:30.748+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:40:30.748+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:40:30.749+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:40:30.749+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:41:00.791+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:41:00.792+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:41:00.793+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:41:00.793+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:41:00.795+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:41:30.836+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:41:30.836+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:41:30.837+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:41:30.837+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:41:30.839+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:42:00.871+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:42:00.871+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:42:00.871+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:42:00.871+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:42:00.872+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:42:30.911+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:42:30.911+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:42:30.912+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:42:30.912+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:42:30.914+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:42:55.923+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:42:55.923+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:42:55.924+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:42:55.924+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:42:55.925+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:43:25.963+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:43:25.963+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:43:25.963+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:43:25.963+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:43:25.964+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:43:55.992+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:43:55.993+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:43:55.993+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:43:55.994+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:43:55.996+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:44:26.040+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:44:26.040+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:44:26.041+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:44:26.041+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:44:26.042+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:44:56.094+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:44:56.095+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:44:56.096+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:44:56.096+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:44:56.099+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:45:11.209+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:45:11.209+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:45:11.210+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:45:11.211+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:45:11.212+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:45:41.254+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:45:41.255+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:45:41.256+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:45:41.257+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:45:41.258+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:46:11.288+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:46:11.289+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:46:11.290+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:46:11.290+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:46:11.294+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:46:41.333+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:46:41.333+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:46:41.334+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:46:41.334+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:46:41.335+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:47:11.388+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:47:11.388+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:47:11.389+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:47:11.389+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:47:11.391+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:47:41.436+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:47:41.436+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:47:41.437+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:47:41.437+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:47:41.440+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:48:11.488+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:48:11.488+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:48:11.489+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:48:11.489+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:48:11.490+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:48:41.504+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:48:41.504+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:48:41.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:48:41.505+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:48:41.506+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:49:11.548+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:49:11.549+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:49:11.550+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:49:11.551+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:49:11.554+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:49:41.582+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:49:41.582+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:49:41.582+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:49:41.583+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:49:41.583+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:50:11.630+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:50:11.631+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:50:11.632+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:50:11.632+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:50:11.633+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:50:41.705+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:50:41.706+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:50:41.707+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:50:41.708+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:50:41.711+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:51:10.192+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:51:10.193+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:51:10.193+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:51:10.193+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:51:10.194+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:51:40.221+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:51:40.222+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:51:40.223+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:51:40.223+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:51:40.227+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:51:45.716+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:51:45.716+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:51:45.717+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:51:45.717+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:51:45.717+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:51:51.083+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:51:51.083+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:51:51.083+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:51:51.083+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:51:51.084+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:52:21.127+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:52:21.127+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:52:21.128+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:52:21.128+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:52:21.129+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:52:29.000+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connection reset; blacklisting for 2 minutes
[2021-04-17T13:52:29.000+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connection reset
[2021-04-17T13:52:29.001+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:52:29.001+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:52:29.001+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:52:59.043+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:52:59.044+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:52:59.045+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:52:59.045+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:52:59.047+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:53:29.095+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:53:29.097+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:53:29.097+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:53:29.098+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:53:29.100+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:53:59.145+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:53:59.146+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:53:59.146+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:53:59.146+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:53:59.147+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:54:29.186+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:54:29.187+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:54:29.187+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:54:29.188+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:54:29.189+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:54:59.232+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:54:59.234+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:54:59.235+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:54:59.235+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:54:59.238+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:55:29.286+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:55:29.287+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:55:29.287+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:55:29.288+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:55:29.289+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:55:59.332+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:55:59.332+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:55:59.333+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:55:59.333+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:55:59.334+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:56:29.378+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:56:29.380+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:56:29.381+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:56:29.381+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:56:29.384+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:56:59.434+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:56:59.434+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:56:59.434+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:56:59.435+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:56:59.436+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:57:29.477+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:57:29.478+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:57:29.479+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:57:29.479+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:57:29.480+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:57:59.528+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:57:59.529+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:57:59.530+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:57:59.530+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:57:59.532+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:58:29.578+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:58:29.578+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:58:29.578+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:58:29.578+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:58:29.579+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:58:59.625+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:58:59.626+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:58:59.627+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:58:59.627+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:58:59.631+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:59:29.666+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:59:29.666+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:59:29.667+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:59:29.667+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:59:29.668+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T13:59:59.714+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T13:59:59.714+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T13:59:59.714+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T13:59:59.714+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T13:59:59.716+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:00:29.764+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:00:29.765+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:00:29.766+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:00:29.766+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:00:29.769+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:00:59.818+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:00:59.818+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:00:59.819+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:00:59.819+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:00:59.820+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:01:29.866+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:01:29.867+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:01:29.868+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:01:29.868+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:01:29.872+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:01:59.926+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:01:59.926+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:01:59.927+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:01:59.927+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:01:59.928+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:02:29.990+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:02:29.991+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:02:29.991+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:02:29.991+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:02:29.993+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:03:31.443+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:03:31.444+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:03:31.444+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:03:31.445+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:03:31.447+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:04:01.490+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:04:01.490+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:04:01.491+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:04:01.491+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:04:01.492+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:04:31.538+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:04:31.539+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:04:31.540+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:04:31.540+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:04:31.541+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:05:01.583+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:05:01.583+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:05:01.584+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:05:01.584+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:05:01.585+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:05:31.625+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:05:31.626+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:05:31.626+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:05:31.626+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:05:31.628+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:06:01.671+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:06:01.671+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:06:01.672+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:06:01.672+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:06:01.674+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:06:31.718+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:06:31.718+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:06:31.719+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:06:31.719+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:06:31.720+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:07:01.753+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:07:01.754+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:07:01.754+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:07:01.755+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:07:01.757+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:07:31.798+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:07:31.798+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:07:31.799+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:07:31.799+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:07:31.801+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:08:01.881+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:08:01.883+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:08:01.884+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:08:01.885+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:08:01.888+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:08:31.938+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:08:31.938+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:08:31.938+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:08:31.939+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:08:31.939+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:09:01.984+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:09:01.985+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:09:01.985+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:09:01.985+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:09:01.987+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:09:32.035+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:09:32.035+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:09:32.036+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:09:32.036+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:09:32.038+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:10:02.083+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:10:02.083+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:10:02.084+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:10:02.084+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:10:02.086+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:10:32.133+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:10:32.134+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:10:32.134+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:10:32.135+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:10:32.136+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:11:02.170+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:11:02.170+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:11:02.170+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:11:02.170+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:11:02.171+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:11:32.198+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:11:32.199+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:11:32.199+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:11:32.199+00:00|WARN|HostSelector|pool-3-thread-4] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:11:32.201+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:12:02.248+00:00|WARN|HttpClient|pool-3-thread-4] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:12:02.248+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:12:02.249+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:12:02.249+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:12:02.252+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:12:32.298+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:12:32.298+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:12:32.299+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:12:32.299+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:12:32.300+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:13:02.330+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:13:02.330+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:13:02.330+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:13:02.330+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:13:02.331+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:13:32.384+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:13:32.386+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:13:32.387+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:13:32.387+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:13:32.390+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:14:02.446+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:14:02.450+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:14:02.451+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:14:02.451+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:14:02.452+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:14:32.497+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:14:32.498+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:14:32.498+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:14:32.498+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:14:32.499+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:15:02.547+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:15:02.548+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:15:02.548+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:15:02.549+00:00|WARN|HostSelector|pool-3-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:15:02.551+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:15:32.602+00:00|WARN|HttpClient|pool-3-thread-1] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:15:32.603+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:15:32.603+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:15:32.603+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:15:32.605+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:16:02.650+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:16:02.650+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:16:02.651+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:16:02.651+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:16:02.652+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:16:32.696+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:16:32.697+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:16:32.698+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:16:32.699+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:16:32.702+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:17:02.757+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:17:02.758+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:17:02.758+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:17:02.758+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:17:02.759+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:17:32.806+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:17:32.808+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:17:32.809+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:17:32.810+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:17:32.814+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:18:02.869+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:18:02.870+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:18:02.871+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:18:02.871+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:18:02.872+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:18:32.892+00:00|WARN|HttpClient|pool-3-thread-7] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:18:32.893+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:18:32.894+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:18:32.894+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:18:32.896+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:19:02.944+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:19:02.945+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:19:02.946+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:19:02.946+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:19:02.951+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:19:32.994+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:19:32.994+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:19:32.995+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:19:32.995+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:19:32.996+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:20:03.034+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:20:03.034+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:20:03.034+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:20:03.034+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:20:03.036+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:20:33.091+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:20:33.091+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:20:33.092+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:20:33.093+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:20:33.095+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:21:03.146+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:21:03.146+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:21:03.146+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:21:03.146+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:21:03.150+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:21:33.174+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:21:33.174+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:21:33.175+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:21:33.175+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:21:33.177+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:22:03.238+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:22:03.239+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:22:03.240+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:22:03.240+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:22:03.242+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:22:33.288+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:22:33.288+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:22:33.288+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:22:33.289+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:22:33.290+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:23:03.330+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:23:03.330+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:23:03.331+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:23:03.331+00:00|WARN|HostSelector|pool-3-thread-3] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:23:03.332+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:23:33.357+00:00|WARN|HttpClient|pool-3-thread-3] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:23:33.359+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:23:33.361+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:23:33.362+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:23:33.365+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:24:03.409+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:24:03.409+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:24:03.410+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:24:03.410+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:24:03.410+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:24:33.455+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:24:33.456+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:24:33.457+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:24:33.458+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:24:33.461+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:26:44.504+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:26:44.504+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:26:44.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:26:44.506+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:26:44.509+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:27:14.560+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:27:14.560+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:27:14.560+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:27:14.560+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:27:14.562+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:27:44.637+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:27:44.639+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:27:44.640+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:27:44.640+00:00|WARN|HostSelector|pool-3-thread-2] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:27:44.643+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:28:14.690+00:00|WARN|HttpClient|pool-3-thread-2] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:28:14.690+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:28:14.691+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:28:14.691+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:28:14.692+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:28:44.738+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:28:44.739+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:28:44.739+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:28:44.739+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:28:44.741+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:29:14.786+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:29:14.788+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:29:14.789+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:29:14.789+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:29:14.792+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:29:44.842+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:29:44.843+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:29:44.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:29:44.844+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:29:44.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:30:14.891+00:00|WARN|HttpClient|pool-3-thread-10] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out; blacklisting for 2 minutes
[2021-04-17T14:30:14.891+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Read timed out
[2021-04-17T14:30:14.892+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:30:14.892+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:30:14.893+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:32:24.472+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:32:24.473+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:32:24.474+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:32:24.474+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:32:24.478+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:34:35.544+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:34:35.546+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:34:35.548+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:34:35.548+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:34:35.554+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:36:46.619+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:36:46.620+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:36:46.621+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:36:46.621+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:36:46.624+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:38:57.690+00:00|WARN|HttpClient|pool-3-thread-8] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:38:57.691+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:38:57.693+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:38:57.693+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:38:57.697+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:41:08.763+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:41:08.764+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:41:08.764+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:41:08.765+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:41:08.768+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:19.833+00:00|WARN|HttpClient|pool-3-thread-5] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-04-17T14:43:19.836+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection timed out (Connection timed out)
[2021-04-17T14:43:19.837+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:19.838+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:19.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:19.957+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:19.958+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:19.958+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:19.958+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:19.959+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.053+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.054+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.054+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.054+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.054+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.116+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.117+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.117+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.117+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.117+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.187+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.188+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.188+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.188+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.188+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.218+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.218+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.219+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.219+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.219+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.279+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.279+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.280+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.280+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.280+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.292+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.292+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.292+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.292+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.293+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.410+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.410+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.410+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.410+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.411+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.451+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.452+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.452+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.452+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.453+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.592+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.593+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.593+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.593+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.593+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.735+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.735+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.735+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.735+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.736+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.784+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.784+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.785+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.785+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.785+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.817+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.817+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.817+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.817+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.817+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.838+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.838+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.838+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.838+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.838+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.858+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.858+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.858+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.859+00:00|WARN|HostSelector|pool-3-thread-5] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.859+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.868+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.868+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.868+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.868+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.869+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.879+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.879+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.879+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.879+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.879+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.958+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.958+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.958+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.958+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.958+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.970+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.970+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.971+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.971+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.971+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:20.996+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.996+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:20.997+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:20.997+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:20.997+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.047+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.047+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.047+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.047+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.048+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.130+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.130+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.130+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.130+00:00|WARN|HostSelector|pool-3-thread-8] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.131+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.139+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.139+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.141+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.141+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.155+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.155+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.155+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.155+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.155+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.169+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.169+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.169+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.169+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.169+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.239+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.239+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.240+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.240+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.240+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.322+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.322+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.322+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.322+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.323+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.342+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.342+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.342+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.342+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.343+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.388+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.389+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.389+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.389+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.389+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.416+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.416+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.416+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.416+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.416+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.428+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.428+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.428+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.428+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.428+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.483+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.483+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.483+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.483+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.483+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.519+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.519+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.520+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.520+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.520+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.532+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.533+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.533+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.533+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.533+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.590+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.590+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.591+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.591+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.591+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.627+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.627+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.627+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.627+00:00|WARN|HostSelector|pool-3-thread-7] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.627+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.670+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.671+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.671+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.671+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.671+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.714+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.715+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.715+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.715+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.715+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.759+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.759+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.759+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.759+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.759+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.788+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.789+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.789+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.789+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.789+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.882+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.883+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.883+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.883+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.883+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:21.952+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.952+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:21.952+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:21.952+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:21.953+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.000+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.000+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.000+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.000+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.000+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.022+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.022+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.022+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.022+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.023+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.205+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.205+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.205+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.205+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.206+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.233+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.233+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.233+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.233+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.233+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.295+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.295+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.295+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.295+00:00|WARN|HostSelector|pool-3-thread-10] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.296+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.303+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.303+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.303+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.303+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.304+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.381+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.382+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.382+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.382+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.382+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:22.420+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.420+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:22.420+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:22.420+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:22.420+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:28.493+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:28.493+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:28.494+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:28.494+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:28.494+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:34.553+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:34.554+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:34.554+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:34.554+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:34.554+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:40.570+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:40.570+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:40.570+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:40.570+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:40.571+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:46.586+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:46.586+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2021-04-17T14:43:46.587+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:46.587+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:46.587+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 hob0TJ8R7bt5vJYl) ...
Apr 17, 2021 2:43:50 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://message-router.onap:3905: The target server failed to respond
Apr 17, 2021 2:43:50 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://message-router.onap:3905
[2021-04-17T14:43:50.794+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.794+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.794+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.795+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.795+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.796+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.797+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.797+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.797+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.797+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.798+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.798+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.798+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.799+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.799+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.800+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.800+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.800+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.800+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.800+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.802+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.802+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.802+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.802+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.802+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.803+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.803+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.804+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.804+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.804+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.807+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.808+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.808+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.808+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.808+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.809+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.809+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.809+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.809+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.810+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.811+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.811+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.811+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.811+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.811+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.813+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.813+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.813+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.813+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.814+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.815+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.815+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.815+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.815+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.816+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.817+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.817+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.817+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.817+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.817+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.818+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.819+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.819+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.819+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.819+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.820+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.820+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.821+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.821+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.821+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.822+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.822+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.822+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.823+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.823+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.825+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.825+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.825+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.825+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.826+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.827+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.827+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.827+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.827+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.828+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.829+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.829+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.829+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.829+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.829+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.831+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.831+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.831+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.831+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.831+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.832+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.832+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.833+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.833+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.833+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.834+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.834+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.835+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.835+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.835+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.836+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.836+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.836+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.836+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.837+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.838+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.838+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.838+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.838+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.838+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.840+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.840+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.840+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.840+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.840+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.841+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.841+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.841+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.841+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.843+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.844+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.844+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.844+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.844+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.846+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.846+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.846+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.846+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.848+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.848+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.848+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.848+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.851+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.851+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.851+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.851+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.852+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.853+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.853+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.853+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.853+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.853+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.854+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.854+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.854+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.854+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.855+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.856+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.856+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.856+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.856+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.856+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.857+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.857+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.857+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.857+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.858+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.859+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.859+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.859+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.859+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.859+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.860+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.860+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.860+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.860+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.861+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.862+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.862+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.862+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.862+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.863+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.864+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.864+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.864+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.865+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.865+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.865+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.865+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.865+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.866+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.866+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.867+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.867+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.867+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.868+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.868+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.868+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.868+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.868+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.869+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.869+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.870+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.870+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.870+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.871+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.871+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.871+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.871+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.871+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.872+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.872+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.873+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.873+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.873+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.874+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.874+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.874+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.874+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.874+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.875+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.875+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.875+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.875+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.876+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.877+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.877+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.877+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.877+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.877+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.878+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.878+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.878+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.878+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.878+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.880+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.880+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.880+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.880+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.880+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.881+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.881+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.881+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.881+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.881+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.882+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.882+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.883+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.883+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.883+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.884+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.884+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.884+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.884+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.884+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.885+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.885+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.885+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.885+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.885+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.886+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.886+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.887+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.887+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.887+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.888+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.888+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.888+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.888+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.888+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.889+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.889+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.889+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.889+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.890+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.890+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.891+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.891+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.891+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.891+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.892+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.892+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.892+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.892+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.892+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.893+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.893+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.893+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.893+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.894+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.894+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.895+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.895+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.895+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.895+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.896+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.896+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.896+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.896+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.896+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.897+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.897+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.897+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.897+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.898+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.898+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.899+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:50.899+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:50.899+00:00|WARN|HostSelector|pool-3-thread-9] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:50.899+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:50.900+00:00|WARN|HttpClient|pool-3-thread-9] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:50.901+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:43:55.841+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:43:55.841+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:43:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:43:55.844+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:43:55.844+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:44:15.845+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:44:15.845+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:44:15.847+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:44:15.850+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:44:15.850+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:44:35.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:44:35.842+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:44:35.845+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:44:35.853+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2021-04-17T14:44:35.853+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.119.136] failed: Connection refused (Connection refused)
[2021-04-17T14:44:55.842+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-04-17T14:44:55.842+00:00|WARN|HostSelector|pool-3-thread-6] All hosts were blacklisted; reverting to full set of hosts.
[2021-04-17T14:44:55.842+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 hob0TJ8R7bt5vJYl) ...
[2021-04-17T14:44:55.845+00:00|WARN|HttpClient|pool-3-thread-6] Error executing HTTP request. Connect to message-router.onap:3905 [message-router