Results

By type

          "10:09:25.767 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:25,839 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:25.839 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:25,843 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-PDP-PAP
"10:09:25.843 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-PDP-PAP
"2023-02-23 10:09:25,848 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:25.848 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:25,851 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 0 ms for topic POLICY-PDP-PAP from server 10.233.71.117
"10:09:25.851 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 0 ms for topic POLICY-PDP-PAP from server 10.233.71.117
"2023-02-23 10:09:25,851 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 8 ms for topic POLICY-PDP-PAP
"10:09:25.851 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 8 ms for topic POLICY-PDP-PAP
"2023-02-23 10:09:26,426 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:26.426 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23T10:09:26.450+0000: Error connecting https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1 for location. 
org.onap.aaf.misc.env.APIException: Cannot connect to 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1/?#' (Root URI: 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1')
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:158)
	at org.onap.aaf.cadi.aaf.v2_0.AAFLocator.refresh(AAFLocator.java:145)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator._refresh(AbsAAFLocator.java:176)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.hasItems(AbsAAFLocator.java:213)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.best(AbsAAFLocator.java:238)
	at org.onap.aaf.cadi.http.HMangr.best(HMangr.java:161)
	at org.onap.aaf.cadi.aaf.v2_0.AAFConHttp.bestForUser(AAFConHttp.java:217)
	at org.onap.aaf.cadi.aaf.v2_0.AAFTaf.validate(AAFTaf.java:140)
	at org.onap.aaf.cadi.taf.HttpEpiTaf.validate(HttpEpiTaf.java:105)
	at org.onap.aaf.cadi.filter.CadiHTTPManip.validate(CadiHTTPManip.java:126)
	at org.onap.aaf.cadi.filter.CadiFilter.doFilter(CadiFilter.java:276)
	at org.onap.dmaap.util.DMaaPAuthFilter.doFilter(DMaaPAuthFilter.java:67)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:531)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.UnknownHostException: aaf-locate.onap
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:147)
	... 42 more

2023-02-23 10:09:26.452:INFO:oejshC.ROOT:qtp1022308509-318566: 2023-02-23T10:09:26.452+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:60936 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:09:26.452:INFO:oejshC.ROOT:qtp1022308509-318566: 2023-02-23T10:09:26.452+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:60936,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:60936"
2023-02-23 10:09:26.452:INFO:oejshC.ROOT:qtp1022308509-318566: 2023-02-23T10:09:26.452+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=26.521742,validate=26.518007,code=0.000000,result=FAIL
"2023-02-23 10:09:26,469 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 1 msgs in 5307 ms; committed to offset 268 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"10:09:26.469 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 1 msgs in 5307 ms; committed to offset 268 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"2023-02-23 10:09:26,530 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 1 msgs in 6051 ms; committed to offset 268 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"10:09:26.530 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 1 msgs in 6051 ms; committed to offset 268 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"2023-02-23 10:09:26,531 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 1 msgs in 6052 ms; committed to offset 268 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"10:09:26.531 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 1 msgs in 6052 ms; committed to offset 268 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"2023-02-23 10:09:26,533 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 1 msgs in 6052 ms; committed to offset 268 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"10:09:26.533 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 1 msgs in 6052 ms; committed to offset 268 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"2023-02-23 10:09:26,534 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:26.534 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:26,534 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:26.534 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:26,535 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:26.535 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:26,535 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:26.535 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:26,538 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:26.538 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:26,539 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:26.539 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:26,539 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:26.539 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:26,541 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:26.541 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:26,541 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:26.541 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:26,542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"10:09:26.542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"2023-02-23 10:09:26,542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 1.0 empty replies/minute.
"10:09:26.542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 1.0 empty replies/minute.
"2023-02-23 10:09:26,542 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146960500
"10:09:26.542 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146960500
"2023-02-23 10:09:26,542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:26.542 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:26,543 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:09:26.543 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:26,543 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:26.543 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:26,544 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:26.544 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:26,544 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 1.0 empty replies/minute.
"10:09:26.544 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 1.0 empty replies/minute.
"2023-02-23 10:09:26,544 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146960497
"10:09:26.544 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146960497
"2023-02-23 10:09:26,545 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:09:26.545 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:26,545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:26.545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:26,545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"10:09:26.545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"2023-02-23 10:09:26,545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 1.0 empty replies/minute.
"10:09:26.545 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 1.0 empty replies/minute.
"2023-02-23 10:09:26,546 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146960501
"10:09:26.546 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146960501
"2023-02-23 10:09:26,546 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:26.546 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:26,554 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 1 msgs in 6061 ms; committed to offset 268 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"10:09:26.554 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 1 msgs in 6061 ms; committed to offset 268 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"2023-02-23 10:09:26,557 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:26.557 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:26,559 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:26.559 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:26,563 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:26.563 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:26,566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:26.566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:26,566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"10:09:26.566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"2023-02-23 10:09:26,566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 1.0 empty replies/minute.
"10:09:26.566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 1.0 empty replies/minute.
"2023-02-23 10:09:26,566 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146960509
"10:09:26.566 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146960509
"2023-02-23 10:09:26,566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:26.566 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:27,152 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:27.152 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:27,154 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:27.154 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:27,158 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:27.158 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:27,161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:27.161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:27,161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:27.161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:27,161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 1.0 empty replies/minute.
"10:09:27.161 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 1.0 empty replies/minute.
"2023-02-23 10:09:27,162 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146961168
"10:09:27.162 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146961168
"2023-02-23 10:09:27,162 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:27.162 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:27,271 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:27.271 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:27,275 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"10:09:27.275 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"2023-02-23 10:09:27,279 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
""2023-02-23 10:09:27,293 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:27.279 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
10:09:27.293 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:27,295 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:27.295 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:27,296 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 21 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:09:27.296 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 21 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:09:27,296 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"10:09:27.296 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"2023-02-23 10:09:27,297 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 2.6 empty replies/minute.
"10:09:27.297 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 2.6 empty replies/minute.
"2023-02-23 10:09:27,297 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146947729
"10:09:27.297 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146947729
"2023-02-23 10:09:27,297 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 22 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:09:27.297 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 22 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:09:27,299 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:27.299 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:27,650 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:27.650 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:27,651 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:27.651 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:27,655 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:27.655 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:27,657 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:27.657 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:27,658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"10:09:27.658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"2023-02-23 10:09:27,658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.8 empty replies/minute.
"10:09:27.658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.8 empty replies/minute.
"2023-02-23 10:09:27,658 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146952656
"10:09:27.658 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146952656
"2023-02-23 10:09:27,658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:27.658 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:27,985 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:27.985 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:27,986 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:27.986 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:27,991 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:27.991 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:27,994 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 1 ms for topic POLICY-ACRUNTIME-PARTICIPANT from server 10.233.72.177
"10:09:27.994 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 1 ms for topic POLICY-ACRUNTIME-PARTICIPANT from server 10.233.72.177
"2023-02-23 10:09:27,994 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 8 ms for topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:27.994 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 8 ms for topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,557 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.557 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,560 [qtp1022308509-321064] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"10:09:28.560 [qtp1022308509-321064] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"2023-02-23 10:09:28,564 [qtp1022308509-321064] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"10:09:28.564 [qtp1022308509-321064] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"2023-02-23 10:09:28,564 [qtp1022308509-321064] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"10:09:28.564 [qtp1022308509-321064] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"2023-02-23 10:09:28,619 [qtp1022308509-319472] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 1 msgs in 7843 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"10:09:28.619 [qtp1022308509-319472] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 1 msgs in 7843 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"2023-02-23 10:09:28,619 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 1 msgs in 7740 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"10:09:28.619 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 1 msgs in 7740 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"2023-02-23 10:09:28,624 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.624 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,625 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.625 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,628 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.628 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,631 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:28.631 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:28,632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"10:09:28.632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"2023-02-23 10:09:28,632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 1.0 empty replies/minute.
"10:09:28.632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 1.0 empty replies/minute.
"2023-02-23 10:09:28,632 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146960783
"10:09:28.632 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146960783
"2023-02-23 10:09:28,632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 7 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:28.632 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 7 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:28,635 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 1 msgs in 7854 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"10:09:28.635 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 1 msgs in 7854 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"2023-02-23 10:09:28,638 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.638 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,639 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.639 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,643 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.643 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,645 [qtp1022308509-318651] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 1 msgs in 7864 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
""2023-02-23 10:09:28,645 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 1 msgs in 7864 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"10:09:28.645 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 1 msgs in 7864 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
10:09:28.645 [qtp1022308509-318651] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 1 msgs in 7864 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"2023-02-23 10:09:28,646 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:28.646 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:28,647 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"10:09:28.647 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"2023-02-23 10:09:28,647 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 1.0 empty replies/minute.
"10:09:28.647 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 1.0 empty replies/minute.
"2023-02-23 10:09:28,647 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146960805
"10:09:28.647 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146960805
"2023-02-23 10:09:28,648 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:28.648 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:28,649 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.649 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,650 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.650 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,651 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.651 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,652 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.652 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,654 [qtp1022308509-321064] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.654 [qtp1022308509-321064] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,656 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:28.656 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:28,657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:28.657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:28,657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"10:09:28.657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"2023-02-23 10:09:28,657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 1.0 empty replies/minute.
"10:09:28.657 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 1.0 empty replies/minute.
"2023-02-23 10:09:28,657 [qtp1022308509-321064] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146960815
"10:09:28.657 [qtp1022308509-321064] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146960815
"2023-02-23 10:09:28,658 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:28.658 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:28,658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:28.658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:28,658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"10:09:28.658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"2023-02-23 10:09:28,658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 1.0 empty replies/minute.
"10:09:28.658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 1.0 empty replies/minute.
"2023-02-23 10:09:28,658 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146960805
"10:09:28.658 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146960805
"2023-02-23 10:09:28,658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:28.658 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:28,872 [qtp1022308509-319472] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.872 [qtp1022308509-319472] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,874 [qtp1022308509-319472] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"10:09:28.874 [qtp1022308509-319472] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"2023-02-23 10:09:28,874 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.874 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,874 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:09:28.874 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:28,878 [qtp1022308509-319472] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:28.878 [qtp1022308509-319472] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:28,880 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:09:28.880 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:28,883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:09:28.883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:09:28,883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"10:09:28.883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"2023-02-23 10:09:28,883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 2.8 empty replies/minute.
"10:09:28.883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 2.8 empty replies/minute.
"2023-02-23 10:09:28,883 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146948882
"10:09:28.883 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146948882
"2023-02-23 10:09:28,883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:09:28.883 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:09:28,933 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.933 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,935 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.935 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,935 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"10:09:28.935 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"2023-02-23 10:09:28,936 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:09:28.936 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:09:28,940 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:28.940 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:28,943 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:28.943 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:28,959 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:28.959 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:28,961 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:28.961 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:28,965 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:28.965 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:28,968 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 7 ms for AAI-EVENT NBICG1 NBIC1
"10:09:28.968 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 7 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:28,969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"10:09:28.969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"2023-02-23 10:09:28,969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.2 empty replies/minute.
"10:09:28.969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.2 empty replies/minute.
"2023-02-23 10:09:28,969 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146957239
"10:09:28.969 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146957239
"2023-02-23 10:09:28,969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT NBICG1 NBIC1
"10:09:28.969 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:29,154 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:29.154 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:29,156 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:29.156 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:29,160 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:29.160 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:29,164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:29.164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:29,164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"10:09:29.164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"2023-02-23 10:09:29,164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 1.0 empty replies/minute.
"10:09:29.164 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 1.0 empty replies/minute.
"2023-02-23 10:09:29,164 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146960886
"10:09:29.164 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146960886
"2023-02-23 10:09:29,165 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:29.165 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:29,586 [qtp1022308509-321819] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:29.586 [qtp1022308509-321819] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:29,587 [qtp1022308509-321819] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:29.587 [qtp1022308509-321819] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:29,605 [qtp1022308509-321819] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:29.605 [qtp1022308509-321819] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:29,630 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:29.630 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:29,632 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:29.632 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:29,636 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:29.636 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:30,269 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:30.269 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:30,270 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:30.270 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:30,278 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:30.278 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:30,689 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1728 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"10:09:30.689 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1728 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"2023-02-23 10:09:30,716 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9580 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"10:09:30.716 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9580 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:31,011 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.011 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,013 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:31.013 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:31,018 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:31.018 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:31,037 [qtp1022308509-321819] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.037 [qtp1022308509-321819] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,038 [qtp1022308509-321819] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:31.038 [qtp1022308509-321819] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:31,042 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.042 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,043 [qtp1022308509-321819] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:31.043 [qtp1022308509-321819] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:31,043 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:31.043 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:31,044 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"10:09:31.044 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:09:31,045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"10:09:31.045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"2023-02-23 10:09:31,045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 2.6 empty replies/minute.
"10:09:31.045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 2.6 empty replies/minute.
"2023-02-23 10:09:31,045 [qtp1022308509-321819] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146950627
"10:09:31.045 [qtp1022308509-321819] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146950627
"2023-02-23 10:09:31,045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"10:09:31.045 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:09:31,047 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:31.047 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:31,360 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.360 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,361 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDC-DISTR-NOTIF-TOPIC-AUTO
"10:09:31.361 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDC-DISTR-NOTIF-TOPIC-AUTO
"2023-02-23 10:09:31,365 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: SDC-DISTR-NOTIF-TOPIC-AUTO is equal to : SDC-DISTR-NOTIF-TOPIC-AUTO
"10:09:31.365 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: SDC-DISTR-NOTIF-TOPIC-AUTO is equal to : SDC-DISTR-NOTIF-TOPIC-AUTO
"2023-02-23 10:09:31,367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents Authorization 6 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"10:09:31.367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents Authorization 6 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"2023-02-23 10:09:31,367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.70.110
"10:09:31.367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.70.110
"2023-02-23 10:09:31,367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero: 1.8 empty replies/minute.
"10:09:31.367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero: 1.8 empty replies/minute.
"2023-02-23 10:09:31,367 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero], last was at 1677146941367
"10:09:31.367 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero], last was at 1677146941367
"2023-02-23 10:09:31,367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents getConsumerFor 6 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"10:09:31.367 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents getConsumerFor 6 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"2023-02-23 10:09:31,494 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.494 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,495 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:31.495 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:31,500 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:31.500 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:31,505 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 10 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:09:31.505 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 10 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:09:31,505 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:31.505 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:31,506 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.2 empty replies/minute.
"10:09:31.506 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.2 empty replies/minute.
"2023-02-23 10:09:31,506 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146946952
"10:09:31.506 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146946952
"2023-02-23 10:09:31,506 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 11 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:09:31.506 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 11 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:09:31,860 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:31.860 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:31,861 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"10:09:31.861 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"2023-02-23 10:09:31,865 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:31.865 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:32,098 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:32.098 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:32,099 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"10:09:32.099 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"2023-02-23 10:09:32,117 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:32.117 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:32,309 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:32.309 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:32,310 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:32.310 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:32,314 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:32.314 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:32,518 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:32.518 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:32,519 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"10:09:32.519 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"2023-02-23 10:09:32,523 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:32.523 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:32,540 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:32.540 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:32,541 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"10:09:32.541 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"2023-02-23 10:09:32,546 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:32.546 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:32,648 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:32.648 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:32,650 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"10:09:32.650 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"2023-02-23 10:09:32,655 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:32.655 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:33,038 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:33.038 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:09:33.038:INFO:oejshC.ROOT:qtp1022308509-321895: 2023-02-23T10:09:33.038+0000 ERROR [cadi] Must wait at least 10 seconds for Locator Refresh
2023-02-23 10:09:33.039:INFO:oejshC.ROOT:qtp1022308509-321895: 2023-02-23T10:09:33.039+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:32810 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:09:33.039:INFO:oejshC.ROOT:qtp1022308509-321895: 2023-02-23T10:09:33.039+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:32810,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:32810"
2023-02-23 10:09:33.039:INFO:oejshC.ROOT:qtp1022308509-321895: 2023-02-23T10:09:33.039+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=0.608036,validate=0.604137,code=0.000000,result=FAIL
"2023-02-23 10:09:33,598 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:33.598 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:09:33.599:INFO:oejshC.ROOT:qtp1022308509-318651: 2023-02-23T10:09:33.599+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.053146,validate=0.049973,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:09:33,783 [qtp1022308509-320574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9549 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:09:33.783 [qtp1022308509-320574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9549 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:33,787 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:33.787 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:33,788 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:33.788 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:33,792 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:33.792 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:33,794 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 5 ms for AAI-EVENT 1 1
"10:09:33.794 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 5 ms for AAI-EVENT 1 1
"2023-02-23 10:09:33,795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:33.795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:33,795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 6.4 empty replies/minute.
"10:09:33.795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 6.4 empty replies/minute.
"2023-02-23 10:09:33,795 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146964242
"10:09:33.795 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146964242
"2023-02-23 10:09:33,795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT 1 1
"10:09:33.795 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT 1 1
"2023-02-23 10:09:34,230 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:34.230 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:34,233 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:34.233 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:34,237 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:34.237 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:34,239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 6 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:09:34.239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 6 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:09:34,239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"10:09:34.239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"2023-02-23 10:09:34,239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 3.0 empty replies/minute.
"10:09:34.239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 3.0 empty replies/minute.
"2023-02-23 10:09:34,239 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146954239
"10:09:34.239 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146954239
"2023-02-23 10:09:34,239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:09:34.239 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:09:34,615 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:34.615 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:34,616 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:34.616 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:34,620 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:34.620 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:34,647 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:34.647 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:34,649 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:34.649 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:34,654 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:34.654 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:35,288 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:35.288 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:35,290 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:35.290 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:35,295 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:35.295 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:36,034 [qtp1022308509-320574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:36.034 [qtp1022308509-320574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:36,035 [qtp1022308509-320574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:36.035 [qtp1022308509-320574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:36,039 [qtp1022308509-320574] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:36.039 [qtp1022308509-320574] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:36,057 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:36.057 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:36,058 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:36.058 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:36,064 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:36.064 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:36,445 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:36.445 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:36,447 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Authenticating the user before fetching the topics
"10:09:36.447 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Authenticating the user before fetching the topics
"2023-02-23 10:09:36,447 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Fetching all Topics
"10:09:36.447 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Fetching all Topics
"2023-02-23 10:09:36,447 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Fetching list of all the topics.
"10:09:36.447 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Fetching list of all the topics.
"2023-02-23 10:09:36,447 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - Retrieving list of all the topics.
"10:09:36.447 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - Retrieving list of all the topics.
"2023-02-23 10:09:36,496 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Returning list of all the topics.
"10:09:36.496 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Returning list of all the topics.
"2023-02-23 10:09:36,497 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Returning List of all Topics
"10:09:36.497 [qtp1022308509-320576] INFO  org.onap.dmaap.service.TopicRestService - Returning List of all Topics
"2023-02-23 10:09:36,498 [qtp1022308509-320576] DEBUG org.onap.dmaap - Body= ** 
"10:09:36.498 [qtp1022308509-320576] DEBUG org.onap.dmaap - Body= ** 
"2023-02-23 10:09:36,498 [qtp1022308509-320576] DEBUG org.onap.dmaap.service - Body= ** 
"10:09:36.498 [qtp1022308509-320576] DEBUG org.onap.dmaap.service - Body= ** 
"2023-02-23 10:09:36,828 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:36.828 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:36,830 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"10:09:36.830 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"2023-02-23 10:09:36,835 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:36.835 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:36,839 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9564 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"10:09:36.839 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9564 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"2023-02-23 10:09:37,207 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9556 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"10:09:37.207 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9556 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"2023-02-23 10:09:37,324 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:37.324 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:37,325 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:37.325 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:37,329 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:37.329 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:37,601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146967162 < 1677146857601
"10:09:37.601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146967162 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146968883 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146968883 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146968658 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146968658 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146971506 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146971506 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146968648 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146968648 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146974239 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146974239 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146969164 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146969164 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677146971367 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677146971367 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146967658 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146967658 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146966545 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146966545 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677146973795 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677146973795 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146968658 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146968658 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677146967297 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677146967297 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146966566 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146966566 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146968632 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146968632 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146971045 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146971045 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146966542 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146966542 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677146968969 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677146968969 < 1677146857601
"2023-02-23 10:09:37,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146963278 < 1677146857601
"10:09:37.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146963278 < 1677146857601
"2023-02-23 10:09:37,603 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677146961146 < 1677146857601
"10:09:37.603 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677146961146 < 1677146857601
"2023-02-23 10:09:37,603 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146966546 < 1677146857601
"10:09:37.603 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146966546 < 1677146857601
"2023-02-23 10:09:38,227 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14957 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"10:09:38.227 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14957 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"2023-02-23 10:09:38,247 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:38.247 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:38,249 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:09:38.249 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:38,252 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:09:38.252 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:38,255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:09:38.255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:09:38,255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"10:09:38.255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"2023-02-23 10:09:38,255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 4.0 empty replies/minute.
"10:09:38.255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 4.0 empty replies/minute.
"2023-02-23 10:09:38,255 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146963278
"10:09:38.255 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146963278
"2023-02-23 10:09:38,255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:09:38.255 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:09:38,427 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9552 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"10:09:38.427 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9552 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"2023-02-23 10:09:39,633 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:39.633 [qtp1022308509-318651] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:39,635 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:39.635 [qtp1022308509-318651] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:39,640 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:39.640 [qtp1022308509-318651] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:39,668 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:39.668 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:39,670 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:39.670 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:39,681 [qtp1022308509-322036] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:39.681 [qtp1022308509-322036] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:39,743 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:39.743 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:39,745 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"10:09:39.745 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"2023-02-23 10:09:39,750 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:39.750 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:39,765 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:39.765 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:39,767 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-PDP-PAP
"10:09:39.767 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Publishing message to topic POLICY-PDP-PAP
"2023-02-23 10:09:39,772 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:39.772 [qtp1022308509-320575] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:39,775 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 0 ms for topic POLICY-PDP-PAP from server 10.233.68.134
"10:09:39.775 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Published 1 msgs in 0 ms for topic POLICY-PDP-PAP from server 10.233.68.134
"2023-02-23 10:09:39,775 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 7 ms for topic POLICY-PDP-PAP
"10:09:39.775 [qtp1022308509-320575] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - Overall Response time - Published  msgs in 7 ms for topic POLICY-PDP-PAP
"2023-02-23 10:09:40,306 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.306 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,308 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:40.308 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:40,313 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:40.313 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:40,408 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 1 msgs in 13869 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
""2023-02-23 10:09:40,408 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 1 msgs in 13873 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"10:09:40.408 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 1 msgs in 13869 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
10:09:40.408 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 1 msgs in 13873 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"2023-02-23 10:09:40,408 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 1 msgs in 13872 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"10:09:40.408 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 1 msgs in 13872 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"2023-02-23 10:09:40,411 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.411 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,412 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:40.412 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:40,412 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.412 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,413 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.413 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,414 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:40.414 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:40,413 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:40.413 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:40,418 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 1 msgs in 13859 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"10:09:40.418 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 1 msgs in 13859 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"2023-02-23 10:09:40,418 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:40.418 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:40,421 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:40.421 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:40,422 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:09:40.422 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:40,422 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.422 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,423 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:40.423 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:40,423 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 1.0 empty replies/minute.
"10:09:40.423 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 1.0 empty replies/minute.
"2023-02-23 10:09:40,423 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:40.423 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:40,423 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146966545
"10:09:40.423 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146966545
"2023-02-23 10:09:40,424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 12 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:40.424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 12 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:40,424 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 10 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
""2023-02-23 10:09:40,423 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:40.423 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
10:09:40.424 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 10 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:40,424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"10:09:40.424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"2023-02-23 10:09:40,424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 1.0 empty replies/minute.
"10:09:40.424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 1.0 empty replies/minute.
"2023-02-23 10:09:40,424 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146966542
"10:09:40.424 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146966542
"2023-02-23 10:09:40,424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 12 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:40.424 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 12 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:40,425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 11 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:40.425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 11 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:40,425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"10:09:40.425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"2023-02-23 10:09:40,425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 1.0 empty replies/minute.
"10:09:40.425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 1.0 empty replies/minute.
"2023-02-23 10:09:40,425 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146966546
"10:09:40.425 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146966546
"2023-02-23 10:09:40,425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 11 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:40.425 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 11 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:40,428 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:40.428 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:40,431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:40.431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:40,431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"10:09:40.431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"2023-02-23 10:09:40,431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 1.0 empty replies/minute.
"10:09:40.431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 1.0 empty replies/minute.
"2023-02-23 10:09:40,431 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146966566
"10:09:40.431 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146966566
"2023-02-23 10:09:40,431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:40.431 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 7 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:40,447 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 1 msgs in 13293 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"10:09:40.447 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 1 msgs in 13293 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"2023-02-23 10:09:40,694 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:40.694 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:40,696 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:40.696 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:40,700 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:40.700 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:40,702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 6 ms for AAI-EVENT NBICG1 NBIC1
"10:09:40.702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 6 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:40,702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"10:09:40.702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"2023-02-23 10:09:40,702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.4 empty replies/minute.
"10:09:40.702 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.4 empty replies/minute.
"2023-02-23 10:09:40,702 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146968969
"10:09:40.702 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146968969
"2023-02-23 10:09:40,703 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT NBICG1 NBIC1
"10:09:40.703 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:40,906 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Sent 0 msgs in 9545 ms; committed to offset 7 for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero on to the server 10.233.70.110
"10:09:40.906 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Sent 0 msgs in 9545 ms; committed to offset 7 for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero on to the server 10.233.70.110
"2023-02-23 10:09:41,048 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:41.048 [qtp1022308509-320575] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:41,049 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:41.049 [qtp1022308509-320575] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:41,053 [qtp1022308509-320575] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:41.053 [qtp1022308509-320575] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:41,059 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Sent 0 msgs in 9564 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1 on to the server 10.233.66.197
"10:09:41.059 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Sent 0 msgs in 9564 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:41,072 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:41.072 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:41,073 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:41.073 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:41,078 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:41.078 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:41,133 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
""2023-02-23 10:09:41,133 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:41.133 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
10:09:41.133 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:41,134 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:09:41.134 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:09:41,134 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"10:09:41.134 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"2023-02-23 10:09:41,135 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:41.135 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:41,136 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:41.136 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:41,139 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:41.139 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:41,139 [qtp1022308509-317057] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:41.139 [qtp1022308509-317057] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:41,144 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:41.144 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:41,149 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:09:41.149 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:09:41,150 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:41.150 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:41,151 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 3.2 empty replies/minute.
"10:09:41.151 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 3.2 empty replies/minute.
"2023-02-23 10:09:41,151 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677146961146
"10:09:41.151 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677146961146
"2023-02-23 10:09:41,152 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 15 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:09:41.152 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 15 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:09:42,132 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:42.132 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:42,133 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:42.133 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:42,139 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:42.139 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:42,142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:42.142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:42,142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:42.142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:42,142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 1.0 empty replies/minute.
"10:09:42.142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 1.0 empty replies/minute.
"2023-02-23 10:09:42,142 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146967162
"10:09:42.142 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146967162
"2023-02-23 10:09:42,142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:42.142 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:42,339 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:42.339 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:42,341 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:42.341 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:42,344 [qtp1022308509-320398] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:42.344 [qtp1022308509-320398] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:42,423 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1727 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"10:09:42.423 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1727 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"2023-02-23 10:09:42,656 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:42.656 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:42,657 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:42.657 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:42,661 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:42.661 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:42,663 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 5 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:42.663 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 5 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:42,664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"10:09:42.664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"2023-02-23 10:09:42,664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 4.0 empty replies/minute.
"10:09:42.664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 4.0 empty replies/minute.
"2023-02-23 10:09:42,664 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146967658
"10:09:42.664 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146967658
"2023-02-23 10:09:42,664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:42.664 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:43,332 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9543 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:09:43.332 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9543 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:43,339 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.339 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,341 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:43.341 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:43,344 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:43.344 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:43,347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 6 ms for AAI-EVENT 1 1
"10:09:43.347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 6 ms for AAI-EVENT 1 1
"2023-02-23 10:09:43,347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:43.347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:43,347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.2 empty replies/minute.
"10:09:43.347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.2 empty replies/minute.
"2023-02-23 10:09:43,347 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146973795
"10:09:43.347 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146973795
"2023-02-23 10:09:43,347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT 1 1
"10:09:43.347 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT 1 1
"2023-02-23 10:09:43,561 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.561 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,565 [qtp1022308509-320368] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"10:09:43.565 [qtp1022308509-320368] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"2023-02-23 10:09:43,569 [qtp1022308509-320368] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"10:09:43.569 [qtp1022308509-320368] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"2023-02-23 10:09:43,569 [qtp1022308509-320368] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"10:09:43.569 [qtp1022308509-320368] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"2023-02-23 10:09:43,593 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 14954 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"10:09:43.593 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 14954 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"2023-02-23 10:09:43,596 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.596 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,597 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.597 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,601 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14976 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"10:09:43.601 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14976 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"2023-02-23 10:09:43,601 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 14949 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"10:09:43.601 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 14949 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"2023-02-23 10:09:43,602 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.602 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,604 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.604 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,605 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 14955 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"10:09:43.605 [qtp1022308509-321064] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 14955 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"2023-02-23 10:09:43,605 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.605 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:43.605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:43,605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"10:09:43.605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"2023-02-23 10:09:43,605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 2.0 empty replies/minute.
"10:09:43.605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 2.0 empty replies/minute.
"2023-02-23 10:09:43,605 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146968648
"10:09:43.605 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146968648
"2023-02-23 10:09:43,605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:43.605 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:43,606 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.606 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,607 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.607 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,608 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.608 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:43,608 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.608 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,610 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:43.610 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:09:43.611:INFO:oejshC.ROOT:qtp1022308509-320368: 2023-02-23T10:09:43.611+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.063579,validate=0.059986,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:09:43,612 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.612 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,613 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.613 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:43.614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:43,614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"10:09:43.614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"2023-02-23 10:09:43,614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 2.0 empty replies/minute.
"10:09:43.614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 2.0 empty replies/minute.
"2023-02-23 10:09:43,614 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146968658
"10:09:43.614 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146968658
"2023-02-23 10:09:43,614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:43.614 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:43,615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:43.615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:43,615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"10:09:43.615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"2023-02-23 10:09:43,615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 2.0 empty replies/minute.
"10:09:43.615 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 2.0 empty replies/minute.
"2023-02-23 10:09:43,615 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146968632
"10:09:43.615 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146968632
"2023-02-23 10:09:43,616 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:43.616 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:43,617 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:43.617 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:43,619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 10 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:43.619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 10 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:43,619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"10:09:43.619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"2023-02-23 10:09:43,619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 2.0 empty replies/minute.
"10:09:43.619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 2.0 empty replies/minute.
"2023-02-23 10:09:43,619 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146968658
"10:09:43.619 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146968658
"2023-02-23 10:09:43,619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:43.619 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:43,772 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9539 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"10:09:43.772 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9539 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"2023-02-23 10:09:44,151 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 14995 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"10:09:44.151 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 14995 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"2023-02-23 10:09:44,157 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:44.157 [qtp1022308509-320398] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:44,158 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:44.158 [qtp1022308509-320398] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:44,162 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:44.162 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:44,165 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:44.165 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 7 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:44,166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"10:09:44.166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"2023-02-23 10:09:44,166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 2.0 empty replies/minute.
"10:09:44.166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 2.0 empty replies/minute.
"2023-02-23 10:09:44,166 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146969164
"10:09:44.166 [qtp1022308509-320398] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146969164
"2023-02-23 10:09:44,166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:44.166 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:44,649 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:44.649 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:44,650 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:44.650 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:44,654 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:44.654 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:44,689 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:44.689 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:44,692 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:44.692 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:44,697 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:44.697 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:45,322 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:45.322 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:45,323 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:45.323 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:45,345 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:45.345 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:46,005 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Sent 0 msgs in 14967 ms; committed to offset 718 for AAI-EVENT jmsgrp sdnc2 on to the server 10.233.69.221
"10:09:46.005 [qtp1022308509-321819] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Sent 0 msgs in 14967 ms; committed to offset 718 for AAI-EVENT jmsgrp sdnc2 on to the server 10.233.69.221
"2023-02-23 10:09:46,062 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:46.062 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:46,064 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:46.064 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:46,069 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:46.069 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:46,087 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:46.087 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:46,088 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:46.088 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:46,092 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:46.092 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:46,846 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:46.846 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:46,848 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"10:09:46.848 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"2023-02-23 10:09:46,852 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
"10:09:46.852 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
"2023-02-23 10:09:46,854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:09:46.854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:09:46,854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"10:09:46.854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"2023-02-23 10:09:46,854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 2.8 empty replies/minute.
"10:09:46.854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 2.8 empty replies/minute.
"2023-02-23 10:09:46,854 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146967297
"10:09:46.854 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146967297
"2023-02-23 10:09:46,854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:09:46.854 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:09:46,869 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:46.869 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:46,870 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"10:09:46.870 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"2023-02-23 10:09:46,874 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:46.874 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:47,121 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:47.121 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:47,123 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"10:09:47.123 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"2023-02-23 10:09:47,128 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:47.128 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:47,354 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:47.354 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:47,356 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:47.356 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:47,359 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:47.359 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:47,527 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:47.527 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:47,528 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"10:09:47.528 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"2023-02-23 10:09:47,532 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:47.532 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:47,550 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:47.550 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:47,551 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"10:09:47.551 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"2023-02-23 10:09:47,555 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:47.555 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:47,659 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:47.659 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:47,660 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"10:09:47.660 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"2023-02-23 10:09:47,664 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:47.664 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:48,872 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:48.872 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:48,873 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:48.873 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:48,873 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"10:09:48.873 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"2023-02-23 10:09:48,875 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:09:48.875 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:48,877 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:48.877 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:48,879 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:09:48.879 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:48,882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:09:48.882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:09:48,882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"10:09:48.882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"2023-02-23 10:09:48,882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 3.0 empty replies/minute.
"10:09:48.882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 3.0 empty replies/minute.
"2023-02-23 10:09:48,882 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146968883
"10:09:48.882 [qtp1022308509-321389] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146968883
"2023-02-23 10:09:48,882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:09:48.882 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:09:48,932 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:48.932 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:48,934 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"10:09:48.934 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"2023-02-23 10:09:48,935 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:48.935 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:48,936 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:09:48.936 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:09:48,938 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:48.938 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:48,942 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:48.942 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:49,663 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:49.663 [qtp1022308509-321064] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:49,665 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:49.665 [qtp1022308509-321064] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:49,669 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:49.669 [qtp1022308509-321064] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:49,707 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:49.707 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:49,708 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:49.708 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:49,713 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:49.713 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:50,354 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:50.354 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:50,355 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:50.355 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:50,359 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:50.359 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:50,693 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9556 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"10:09:50.693 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9556 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:51,014 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:51.014 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:51,015 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:51.015 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:51,019 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:51.019 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:51,021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"10:09:51.021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:09:51,021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"10:09:51.021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"2023-02-23 10:09:51,021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 2.8 empty replies/minute.
"10:09:51.021 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 2.8 empty replies/minute.
"2023-02-23 10:09:51,021 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146971045
"10:09:51.021 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146971045
"2023-02-23 10:09:51,022 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"10:09:51.022 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:09:51,079 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:51.079 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:51,080 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:51.080 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:51,084 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:51.084 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:51,103 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:51.103 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:51,104 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:51.104 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:51,108 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:51.108 [qtp1022308509-320368] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:51,480 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:51.480 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23T10:09:51.489+0000: Error connecting https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1 for location. 
org.onap.aaf.misc.env.APIException: Cannot connect to 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1/?#' (Root URI: 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1')
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:158)
	at org.onap.aaf.cadi.aaf.v2_0.AAFLocator.refresh(AAFLocator.java:145)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator._refresh(AbsAAFLocator.java:176)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.hasItems(AbsAAFLocator.java:213)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.best(AbsAAFLocator.java:238)
	at org.onap.aaf.cadi.http.HMangr.best(HMangr.java:161)
	at org.onap.aaf.cadi.aaf.v2_0.AAFConHttp.bestForUser(AAFConHttp.java:217)
	at org.onap.aaf.cadi.aaf.v2_0.AAFTaf.validate(AAFTaf.java:140)
	at org.onap.aaf.cadi.taf.HttpEpiTaf.validate(HttpEpiTaf.java:105)
	at org.onap.aaf.cadi.filter.CadiHTTPManip.validate(CadiHTTPManip.java:126)
	at org.onap.aaf.cadi.filter.CadiFilter.doFilter(CadiFilter.java:276)
	at org.onap.dmaap.util.DMaaPAuthFilter.doFilter(DMaaPAuthFilter.java:67)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:531)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.UnknownHostException: aaf-locate.onap
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:147)
	... 42 more

2023-02-23 10:09:51.490:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:51.490+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:33144 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:09:51.490:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:51.490+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:33144,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:33144"
2023-02-23 10:09:51.491:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:51.491+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=10.171716,validate=10.167993,code=0.000000,result=FAIL
"2023-02-23 10:09:52,202 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9544 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"10:09:52.202 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9544 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"2023-02-23 10:09:52,367 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:52.367 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:52,368 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:52.368 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:52,372 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:52.372 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:52,445 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:52.445 [qtp1022308509-320368] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:52,447 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:52.447 [qtp1022308509-320368] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:52,453 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:52.453 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:52,455 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 8 ms for AAI-EVENT NBICG1 NBIC1
"10:09:52.455 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 8 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:52,456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"10:09:52.456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"2023-02-23 10:09:52,456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.6 empty replies/minute.
"10:09:52.456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.6 empty replies/minute.
"2023-02-23 10:09:52,456 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146980703
"10:09:52.456 [qtp1022308509-320368] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146980703
"2023-02-23 10:09:52,456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 9 ms for AAI-EVENT NBICG1 NBIC1
"10:09:52.456 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 9 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146982142 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146982142 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146988882 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146988882 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146983614 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146983614 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146971506 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146971506 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146983605 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146983605 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146974239 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146974239 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146984166 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146984166 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677146971367 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677146971367 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146982664 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146982664 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146980424 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146980424 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677146983347 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677146983347 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146983619 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146983619 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677146986854 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677146986854 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146980431 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146980431 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146983616 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146983616 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146991022 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146991022 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146980424 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146980424 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677146992456 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677146992456 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146978255 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146978255 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677146981152 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677146981152 < 1677146872602
"2023-02-23 10:09:52,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146980425 < 1677146872602
"10:09:52.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146980425 < 1677146872602
"2023-02-23 10:09:52,892 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9551 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:09:52.892 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9551 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:09:52,905 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:52.905 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:52,906 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:09:52.906 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:09:52,937 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:09:52.937 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:09:52,941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 35 ms for AAI-EVENT 1 1
"10:09:52.941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 35 ms for AAI-EVENT 1 1
"2023-02-23 10:09:52,941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:52.941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:52,941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.4 empty replies/minute.
"10:09:52.941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.4 empty replies/minute.
"2023-02-23 10:09:52,941 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146983347
"10:09:52.941 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146983347
"2023-02-23 10:09:52,941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 35 ms for AAI-EVENT 1 1
"10:09:52.941 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 35 ms for AAI-EVENT 1 1
"2023-02-23 10:09:53,057 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:53.057 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:09:53.058:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:53.058+0000 ERROR [cadi] Must wait at least 10 seconds for Locator Refresh
2023-02-23 10:09:53.058:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:53.058+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:33162 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:09:53.058:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:53.058+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:33162,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:33162"
2023-02-23 10:09:53.058:INFO:oejshC.ROOT:qtp1022308509-321281: 2023-02-23T10:09:53.058+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=0.669019,validate=0.664924,code=0.000000,result=FAIL
"2023-02-23 10:09:53,203 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14954 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"10:09:53.203 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14954 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"2023-02-23 10:09:53,219 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:53.219 [qtp1022308509-321281] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:53,220 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:09:53.220 [qtp1022308509-321281] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:53,226 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:09:53.226 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:09:53,228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:09:53.228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:09:53,228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"10:09:53.228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"2023-02-23 10:09:53,228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 4.2 empty replies/minute.
"10:09:53.228 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 4.2 empty replies/minute.
"2023-02-23 10:09:53,228 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146978255
"10:09:53.228 [qtp1022308509-321281] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146978255
"2023-02-23 10:09:53,229 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:09:53.229 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:09:53,627 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:53.627 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:09:53.628:INFO:oejshC.ROOT:qtp1022308509-317057: 2023-02-23T10:09:53.628+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.056444,validate=0.052341,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:09:54,176 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1729 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"10:09:54.176 [qtp1022308509-320368] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1729 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"2023-02-23 10:09:54,226 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:54.226 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:54,228 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:54.228 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:54,233 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:09:54.233 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:09:54,236 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:09:54.236 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:09:54,237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"10:09:54.237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"2023-02-23 10:09:54,237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 3.2 empty replies/minute.
"10:09:54.237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 3.2 empty replies/minute.
"2023-02-23 10:09:54,237 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146974239
"10:09:54.237 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146974239
"2023-02-23 10:09:54,237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:09:54.237 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:09:54,682 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:54.682 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:54,684 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:54.684 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:54,687 [qtp1022308509-320573] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:54.687 [qtp1022308509-320573] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:54,725 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:54.725 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:54,726 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:54.726 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:54,730 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:54.730 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:55,371 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:55.371 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:55,372 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:09:55.372 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:09:55,375 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 0 msgs in 14951 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"10:09:55.375 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 0 msgs in 14951 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"2023-02-23 10:09:55,376 [qtp1022308509-322054] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:55.376 [qtp1022308509-322054] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:55,377 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14965 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"10:09:55.377 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14965 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"2023-02-23 10:09:55,379 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:55.379 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:55,379 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14965 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"10:09:55.379 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14965 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"2023-02-23 10:09:55,380 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:55.380 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:55,380 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:55.380 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:55,381 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:55.381 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:55,382 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:55.382 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:55,383 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:55.383 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:55,384 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:55.384 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:55,388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:55.388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:55,388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"10:09:55.388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"2023-02-23 10:09:55,388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 2.0 empty replies/minute.
"10:09:55.388 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 2.0 empty replies/minute.
"2023-02-23 10:09:55,389 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146980424
""2023-02-23 10:09:55,390 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:55.390 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
10:09:55.389 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146980424
"2023-02-23 10:09:55,390 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 10 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:09:55.390 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 10 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:09:55,393 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:55.393 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:55,397 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 0 msgs in 14983 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"10:09:55.397 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 0 msgs in 14983 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"2023-02-23 10:09:55,397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 14 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:09:55.397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 14 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:55,397 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 16 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:55.397 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 16 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:55,397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:55.397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:55,397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 2.0 empty replies/minute.
"10:09:55.397 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 2.0 empty replies/minute.
"2023-02-23 10:09:55,398 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146980424
"10:09:55.398 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146980424
"2023-02-23 10:09:55,398 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 15 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:09:55.398 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 15 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:09:55,398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"10:09:55.398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"2023-02-23 10:09:55,398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 2.0 empty replies/minute.
"10:09:55.398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 2.0 empty replies/minute.
"2023-02-23 10:09:55,398 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146980431
"10:09:55.398 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146980431
"2023-02-23 10:09:55,398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 17 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:09:55.398 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 17 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:09:55,400 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:55.400 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:55,402 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:55.402 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:55,406 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:55.406 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:55,410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:55.410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:55,410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"10:09:55.410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"2023-02-23 10:09:55,410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 2.0 empty replies/minute.
"10:09:55.410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 2.0 empty replies/minute.
"2023-02-23 10:09:55,410 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146980425
"10:09:55.410 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146980425
"2023-02-23 10:09:55,410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:09:55.410 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:09:56,065 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:56.065 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:56,067 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:56.067 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:56,071 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:56.071 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:56,073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:09:56.073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:09:56,073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:09:56.073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:09:56,073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.4 empty replies/minute.
"10:09:56.073 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.4 empty replies/minute.
"2023-02-23 10:09:56,073 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146971506
"10:09:56.073 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146971506
"2023-02-23 10:09:56,074 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:09:56.074 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:09:56,092 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:56.092 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:56,093 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:09:56.093 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:09:56,098 [qtp1022308509-322054] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:56.098 [qtp1022308509-322054] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:56,118 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:56.118 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:56,120 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:09:56.120 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:09:56,123 [qtp1022308509-322036] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:56.123 [qtp1022308509-322036] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:56,395 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9547 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"10:09:56.395 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9547 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"2023-02-23 10:09:56,916 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:56.916 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:56,918 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"10:09:56.918 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"2023-02-23 10:09:56,924 [qtp1022308509-321279] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:56.924 [qtp1022308509-321279] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:57,093 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 0 msgs in 14959 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"10:09:57.093 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 0 msgs in 14959 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"2023-02-23 10:09:57,097 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:57.097 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:57,099 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:09:57.099 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:09:57,103 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:09:57.103 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:09:57,106 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:57.106 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:57,106 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:09:57.106 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:09:57,107 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 2.0 empty replies/minute.
"10:09:57.107 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 2.0 empty replies/minute.
"2023-02-23 10:09:57,107 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146982142
"10:09:57.107 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146982142
"2023-02-23 10:09:57,107 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:09:57.107 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 8 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:09:57,385 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:57.385 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:57,386 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:09:57.386 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:09:57,392 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:57.392 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:57,669 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:57.669 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:57,671 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:57.671 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:57,677 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:09:57.677 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:09:57,680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 9 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:57.680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 9 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:57,680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"10:09:57.680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"2023-02-23 10:09:57,680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.4 empty replies/minute.
"10:09:57.680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.4 empty replies/minute.
"2023-02-23 10:09:57,680 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146982664
"10:09:57.680 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146982664
"2023-02-23 10:09:57,680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 9 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:09:57.680 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 9 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:09:58,423 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9548 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"10:09:58.423 [qtp1022308509-321389] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9548 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"2023-02-23 10:09:58,554 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:58.554 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:58,556 [qtp1022308509-322574] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"10:09:58.556 [qtp1022308509-322574] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"2023-02-23 10:09:58,556 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 14959 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"10:09:58.556 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 14959 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"2023-02-23 10:09:58,559 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:58.559 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:58,560 [qtp1022308509-322574] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"10:09:58.560 [qtp1022308509-322574] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"2023-02-23 10:09:58,560 [qtp1022308509-322574] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"10:09:58.560 [qtp1022308509-322574] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"2023-02-23 10:09:58,560 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.560 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,564 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14957 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"10:09:58.564 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14957 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"2023-02-23 10:09:58,567 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.567 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,569 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 14963 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"10:09:58.569 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 14963 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"2023-02-23 10:09:58,569 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:58.569 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:58,571 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 14962 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"10:09:58.571 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 14962 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"2023-02-23 10:09:58,572 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 12 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:58.572 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 12 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:58,573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"10:09:58.573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"2023-02-23 10:09:58,573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 3.0 empty replies/minute.
"10:09:58.573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 3.0 empty replies/minute.
"2023-02-23 10:09:58,573 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146983605
"10:09:58.573 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146983605
"2023-02-23 10:09:58,573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 13 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:09:58.573 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 13 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:09:58,573 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.573 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,574 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:58.574 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:58,575 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:58.575 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:58,575 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.575 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,576 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.576 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,578 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.578 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:58.581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:58,581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"10:09:58.581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"2023-02-23 10:09:58,581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 3.0 empty replies/minute.
"10:09:58.581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 3.0 empty replies/minute.
"2023-02-23 10:09:58,581 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146983614
"10:09:58.581 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146983614
"2023-02-23 10:09:58,581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:09:58.581 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 6 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:09:58,581 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.581 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,582 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:58.582 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:58,583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:58.583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:58,583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"10:09:58.583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"2023-02-23 10:09:58,583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 3.0 empty replies/minute.
"10:09:58.583 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 3.0 empty replies/minute.
"2023-02-23 10:09:58,584 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146983616
"10:09:58.584 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146983616
"2023-02-23 10:09:58,584 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:09:58.584 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:09:58,584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:58.584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:58,584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"10:09:58.584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"2023-02-23 10:09:58,584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 3.0 empty replies/minute.
"10:09:58.584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 3.0 empty replies/minute.
"2023-02-23 10:09:58,584 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146983619
"10:09:58.584 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146983619
"2023-02-23 10:09:58,584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:09:58.584 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:09:59,124 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 14966 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"10:09:59.124 [qtp1022308509-320398] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 14966 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"2023-02-23 10:09:59,131 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:59.131 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:59,132 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:09:59.132 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:59,145 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:09:59.145 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:09:59,164 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 32 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:59.164 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 32 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:59,165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"10:09:59.165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"2023-02-23 10:09:59,165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 3.0 empty replies/minute.
"10:09:59.165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 3.0 empty replies/minute.
"2023-02-23 10:09:59,165 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146984166
"10:09:59.165 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146984166
"2023-02-23 10:09:59,165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 33 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:09:59.165 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 33 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:09:59,697 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:59.697 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:59,699 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:09:59.699 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:09:59,704 [qtp1022308509-322574] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:59.704 [qtp1022308509-322574] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:09:59,744 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:09:59.744 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:09:59,745 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:09:59.745 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:09:59,751 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:09:59.751 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:00,388 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:00.388 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:00,389 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:10:00.389 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:10:00,397 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:00.397 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:01,109 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.109 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,111 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:10:01.111 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:10:01,118 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:01.118 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:01,133 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.133 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,134 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.134 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,135 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:01.135 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:01,135 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:10:01.135 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:10:01,136 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.136 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,137 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.137 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,137 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"10:10:01.137 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"2023-02-23 10:10:01,138 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:10:01.138 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:10:01,142 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:01.142 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:01,145 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:01.145 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:01,146 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:01.146 [qtp1022308509-321895] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:01,147 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:10:01.147 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:10:01,148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:01.148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:01,148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 2.6 empty replies/minute.
"10:10:01.148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 2.6 empty replies/minute.
"2023-02-23 10:10:01,148 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677146981152
"10:10:01.148 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677146981152
"2023-02-23 10:10:01,148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 13 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:10:01.148 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 13 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:10:01,150 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:01.150 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:01,361 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.361 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,364 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDC-DISTR-NOTIF-TOPIC-AUTO
"10:10:01.364 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDC-DISTR-NOTIF-TOPIC-AUTO
"2023-02-23 10:10:01,368 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: SDC-DISTR-NOTIF-TOPIC-AUTO is equal to : SDC-DISTR-NOTIF-TOPIC-AUTO
"10:10:01.368 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: SDC-DISTR-NOTIF-TOPIC-AUTO is equal to : SDC-DISTR-NOTIF-TOPIC-AUTO
"2023-02-23 10:10:01,371 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents Authorization 7 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"10:10:01.371 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents Authorization 7 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"2023-02-23 10:10:01,371 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.70.110
"10:10:01.371 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.70.110
"2023-02-23 10:10:01,372 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero: 2.0 empty replies/minute.
"10:10:01.372 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero: 2.0 empty replies/minute.
"2023-02-23 10:10:01,372 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero], last was at 1677146971367
"10:10:01.372 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero], last was at 1677146971367
"2023-02-23 10:10:01,372 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents getConsumerFor 8 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"10:10:01.372 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Time taken in getEvents getConsumerFor 8 ms for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero
"2023-02-23 10:10:01,878 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:01.878 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:01,880 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"10:10:01.880 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"2023-02-23 10:10:01,883 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:01.883 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:02,132 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.132 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,134 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"10:10:02.134 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"2023-02-23 10:10:02,137 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:02.137 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:02,403 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.403 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,404 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:10:02.404 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:10:02,409 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:02.409 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:02,492 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9586 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:10:02.492 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9586 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:10:02,495 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.495 [qtp1022308509-321895] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,496 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:02.496 [qtp1022308509-321895] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:02,500 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:02.500 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:02,503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 7 ms for AAI-EVENT 1 1
"10:10:02.503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 7 ms for AAI-EVENT 1 1
"2023-02-23 10:10:02,503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:02.503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:02,503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.6 empty replies/minute.
"10:10:02.503 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.6 empty replies/minute.
"2023-02-23 10:10:02,504 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146992941
"10:10:02.504 [qtp1022308509-321895] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677146992941
"2023-02-23 10:10:02,504 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT 1 1
"10:10:02.504 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT 1 1
"2023-02-23 10:10:02,536 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.536 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,538 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"10:10:02.538 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"2023-02-23 10:10:02,543 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:02.543 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:02,559 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.559 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,561 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"10:10:02.561 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"2023-02-23 10:10:02,566 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:02.566 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:02,668 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:02.668 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:02,669 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"10:10:02.669 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"2023-02-23 10:10:02,673 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:02.673 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:03,644 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:03.644 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:10:03.645:INFO:oejshC.ROOT:qtp1022308509-322437: 2023-02-23T10:10:03.645+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.062833,validate=0.058997,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:10:03,779 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9550 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"10:10:03.779 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9550 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"2023-02-23 10:10:04,181 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:04.181 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:04,182 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:04.182 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:04,186 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:04.186 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:04,189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 6 ms for AAI-EVENT NBICG1 NBIC1
"10:10:04.189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 6 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:10:04,189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"10:10:04.189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"2023-02-23 10:10:04,189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.8 empty replies/minute.
"10:10:04.189 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 4.8 empty replies/minute.
"2023-02-23 10:10:04,190 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146992456
"10:10:04.190 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677146992456
"2023-02-23 10:10:04,190 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT NBICG1 NBIC1
"10:10:04.190 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:10:04,715 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:04.715 [qtp1022308509-321389] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:04,716 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:10:04.716 [qtp1022308509-321389] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:10:04,720 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:04.720 [qtp1022308509-321389] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:04,763 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:04.763 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:04,765 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:10:04.765 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:10:04,768 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:04.768 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:05,406 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:05.406 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:05,408 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:10:05.408 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:10:05,413 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:05.413 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:05,631 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Sent 0 msgs in 9564 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1 on to the server 10.233.66.197
"10:10:05.631 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Sent 0 msgs in 9564 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1 on to the server 10.233.66.197
"2023-02-23 10:10:05,905 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1722 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"10:10:05.905 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1722 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"2023-02-23 10:10:05,996 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Sent 0 msgs in 14981 ms; committed to offset 718 for AAI-EVENT jmsgrp sdnc2 on to the server 10.233.69.221
"10:10:05.996 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Sent 0 msgs in 14981 ms; committed to offset 718 for AAI-EVENT jmsgrp sdnc2 on to the server 10.233.69.221
"2023-02-23 10:10:06,128 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:06.128 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:06,129 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:10:06.129 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:10:06,135 [qtp1022308509-322437] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:06.135 [qtp1022308509-322437] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:06,158 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:06.158 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:06,159 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:10:06.159 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:10:06,163 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:06.163 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:06,400 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:06.400 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:06,401 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"10:10:06.401 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_PNFREG_OUTPUT
"2023-02-23 10:10:06,412 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
"10:10:06.412 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_PNFREG_OUTPUT is equal to : unauthenticated.VES_PNFREG_OUTPUT
"2023-02-23 10:10:06,417 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 16 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:10:06.417 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents Authorization 16 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:10:06,418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"10:10:06.418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.67.165
"2023-02-23 10:10:06,418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 3.0 empty replies/minute.
"10:10:06.418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12: 3.0 empty replies/minute.
"2023-02-23 10:10:06,418 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146986854
"10:10:06.418 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12], last was at 1677146986854
"2023-02-23 10:10:06,418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 17 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"10:10:06.418 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Time taken in getEvents getConsumerFor 17 ms for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12
"2023-02-23 10:10:06,504 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:06.504 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:06,507 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Authenticating the user before fetching the topics
"10:10:06.507 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Authenticating the user before fetching the topics
"2023-02-23 10:10:06,507 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Fetching all Topics
"10:10:06.507 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Fetching all Topics
"2023-02-23 10:10:06,507 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Fetching list of all the topics.
"10:10:06.507 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Fetching list of all the topics.
"2023-02-23 10:10:06,507 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - Retrieving list of all the topics.
"10:10:06.507 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - Retrieving list of all the topics.
"2023-02-23 10:10:06,566 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Returning list of all the topics.
"10:10:06.566 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl - Returning list of all the topics.
"2023-02-23 10:10:06,566 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Returning List of all Topics
"10:10:06.566 [qtp1022308509-321388] INFO  org.onap.dmaap.service.TopicRestService - Returning List of all Topics
"2023-02-23 10:10:06,567 [qtp1022308509-321388] DEBUG org.onap.dmaap - Body= ** 
"10:10:06.567 [qtp1022308509-321388] DEBUG org.onap.dmaap - Body= ** 
"2023-02-23 10:10:06,567 [qtp1022308509-321388] DEBUG org.onap.dmaap.service - Body= ** 
"10:10:06.567 [qtp1022308509-321388] DEBUG org.onap.dmaap.service - Body= ** 
"2023-02-23 10:10:07,220 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9549 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"10:10:07.220 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9549 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"2023-02-23 10:10:07,422 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:07.422 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:07,424 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:10:07.424 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:10:07,427 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:07.427 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:07,601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146997107 < 1677146887601
"10:10:07.601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677146997107 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146988882 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677146988882 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146998581 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677146998581 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146996074 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677146996074 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146998573 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677146998573 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146994237 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677146994237 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146999165 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677146999165 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677147001372 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677147001372 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146997680 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677146997680 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146995398 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677146995398 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677147002504 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677147002504 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146998584 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677146998584 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677147006418 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677147006418 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146995398 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677146995398 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146998584 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677146998584 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146991022 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677146991022 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146995390 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677146995390 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677147004190 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677147004190 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146993228 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677146993228 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677147001148 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677147001148 < 1677146887601
"2023-02-23 10:10:07,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146995410 < 1677146887601
"10:10:07.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677146995410 < 1677146887601
"2023-02-23 10:10:08,186 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14966 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"10:10:08.186 [qtp1022308509-321281] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14966 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"2023-02-23 10:10:08,211 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:08.211 [qtp1022308509-322437] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:08,212 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:10:08.212 [qtp1022308509-322437] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:08,217 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:10:08.217 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:08,219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 7 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:10:08.219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 7 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:10:08,219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"10:10:08.219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"2023-02-23 10:10:08,219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 3.6 empty replies/minute.
"10:10:08.219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 3.6 empty replies/minute.
"2023-02-23 10:10:08,219 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146993228
"10:10:08.219 [qtp1022308509-322437] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677146993228
"2023-02-23 10:10:08,219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:10:08.219 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 7 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:10:08,872 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:08.872 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:08,872 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:08.872 [qtp1022308509-315365] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:08,874 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:10:08.874 [qtp1022308509-315365] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:08,874 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"10:10:08.874 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
"2023-02-23 10:10:08,880 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:10:08.880 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:08,881 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:08.881 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:08,882 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:10:08.882 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents Authorization 8 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:10:08,883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"10:10:08.883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.126
"2023-02-23 10:10:08,883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 3.2 empty replies/minute.
"10:10:08.883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid: 3.2 empty replies/minute.
"2023-02-23 10:10:08,883 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146988882
"10:10:08.883 [qtp1022308509-315365] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid], last was at 1677146988882
"2023-02-23 10:10:08,883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 9 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"10:10:08.883 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Time taken in getEvents getConsumerFor 9 ms for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid
"2023-02-23 10:10:08,931 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:08.931 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:08,932 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"10:10:08.932 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"2023-02-23 10:10:08,934 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:08.934 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:08,935 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:10:08.935 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:10:08,936 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:08.936 [qtp1022308509-321388] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:08,938 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:08.938 [qtp1022308509-322713] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:09,730 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:09.730 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:09,732 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:10:09.732 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:10:09,737 [qtp1022308509-321279] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:09.737 [qtp1022308509-321279] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:09,739 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:09.739 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:09,740 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"10:10:09.740 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_MEASUREMENT_OUTPUT
"2023-02-23 10:10:09,744 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:09.744 [qtp1022308509-311207] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:09,788 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:09.788 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:09,790 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:10:09.790 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:10:09,798 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:09.798 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:10,342 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14962 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"10:10:10.342 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14962 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"2023-02-23 10:10:10,344 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:10.344 [qtp1022308509-321388] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:10,344 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14961 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"10:10:10.344 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14961 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"2023-02-23 10:10:10,345 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:10.345 [qtp1022308509-321388] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:10,346 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:10.346 [qtp1022308509-322713] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:10,347 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:10.347 [qtp1022308509-322713] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:10,350 [qtp1022308509-322713] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:10.350 [qtp1022308509-322713] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:10,350 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 0 msgs in 14969 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"10:10:10.350 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Sent 0 msgs in 14969 ms; committed to offset 126 for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw on to the server 10.233.68.134
"2023-02-23 10:10:10,352 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:10.352 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:10,353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:10:10.353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:10:10,353 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:10.353 [qtp1022308509-321279] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:10,353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:10:10.353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:10:10,353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 3.0 empty replies/minute.
"10:10:10.353 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 3.0 empty replies/minute.
"2023-02-23 10:10:10,353 [qtp1022308509-322713] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146995398
"10:10:10.353 [qtp1022308509-322713] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt], last was at 1677146995398
"2023-02-23 10:10:10,354 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 6 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:10:10.354 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents getConsumerFor 6 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:10:10,354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 9 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:10:10.354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 9 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:10:10,354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"10:10:10.354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"2023-02-23 10:10:10,354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 3.0 empty replies/minute.
""2023-02-23 10:10:10,354 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:10.354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 3.0 empty replies/minute.
10:10:10.354 [qtp1022308509-321279] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:10,354 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146995390
"10:10:10.354 [qtp1022308509-321388] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677146995390
"2023-02-23 10:10:10,354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:10:10.354 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:10:10,358 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:10.358 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:10,360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:10:10.360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents Authorization 6 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:10:10,360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"10:10:10.360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.134
"2023-02-23 10:10:10,360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 3.0 empty replies/minute.
"10:10:10.360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw: 3.0 empty replies/minute.
"2023-02-23 10:10:10,360 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146995398
"10:10:10.360 [qtp1022308509-321279] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw], last was at 1677146995398
"2023-02-23 10:10:10,360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 6 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"10:10:10.360 [qtp1022308509-321279] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/eb2ebfff-c1c1-459d-b2cb-06a9c8a86569/onap-policy-xacml-pdp-7dcdcdcf66-m47bw] Time taken in getEvents getConsumerFor 6 ms for POLICY-PDP-PAP eb2ebfff-c1c1-459d-b2cb-06a9c8a86569 onap-policy-xacml-pdp-7dcdcdcf66-m47bw
"2023-02-23 10:10:10,377 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 0 msgs in 14975 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"10:10:10.377 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Sent 0 msgs in 14975 ms; committed to offset 126 for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0 on to the server 10.233.71.68
"2023-02-23 10:10:10,379 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:10.379 [qtp1022308509-311207] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:10,380 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:10.380 [qtp1022308509-311207] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:10,385 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:10.385 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:10,388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:10:10.388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents Authorization 8 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:10:10,388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"10:10:10.388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] fetch: timeout=15000, limit=100, filter= from Remote host 10.233.71.68
"2023-02-23 10:10:10,388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 3.0 empty replies/minute.
"10:10:10.388 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0: 3.0 empty replies/minute.
"2023-02-23 10:10:10,389 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146995410
"10:10:10.389 [qtp1022308509-311207] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0], last was at 1677146995410
"2023-02-23 10:10:10,389 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"10:10:10.389 [qtp1022308509-311207] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/a776348c-b241-4172-8151-4d89b9f7a5de/onap-policy-drools-pdp-0] Time taken in getEvents getConsumerFor 9 ms for POLICY-PDP-PAP a776348c-b241-4172-8151-4d89b9f7a5de onap-policy-drools-pdp-0
"2023-02-23 10:10:10,422 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:10.422 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:10,424 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:10:10.424 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:10:10,429 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:10.429 [qtp1022308509-322711] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:10,709 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9574 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"10:10:10.709 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Sent 0 msgs in 9574 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1 on to the server 10.233.66.197
"2023-02-23 10:10:10,910 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Sent 0 msgs in 9546 ms; committed to offset 7 for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero on to the server 10.233.70.110
"10:10:10.910 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero] Sent 0 msgs in 9546 ms; committed to offset 7 for SDC-DISTR-NOTIF-TOPIC-AUTO sdc-OpenSource-Env1-sdnc-dockero sdc-COpenSource-Env11-sdnc-dockero on to the server 10.233.70.110
"2023-02-23 10:10:11,006 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:11.006 [qtp1022308509-317057] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:11,007 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:11.007 [qtp1022308509-317057] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:11,011 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:11.011 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:11,013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"10:10:11.013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents Authorization 6 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:10:11,013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"10:10:11.013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.69.221
"2023-02-23 10:10:11,013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 3.0 empty replies/minute.
"10:10:11.013 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::jmsgrp::sdnc2: 3.0 empty replies/minute.
"2023-02-23 10:10:11,013 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146991022
"10:10:11.013 [qtp1022308509-317057] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::jmsgrp::sdnc2], last was at 1677146991022
"2023-02-23 10:10:11,014 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"10:10:11.014 [qtp1022308509-317057] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/jmsgrp/sdnc2] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT jmsgrp sdnc2
"2023-02-23 10:10:11,164 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:11.164 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:11,166 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:10:11.166 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:10:11,171 [qtp1022308509-320573] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:11.171 [qtp1022308509-320573] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:11,177 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:11.177 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:11,178 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:10:11.178 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:10:11,182 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:11.182 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:12,037 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9541 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:10:12.037 [qtp1022308509-321895] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9541 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:10:12,044 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:12.044 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:12,045 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:12.045 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:12,050 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:12.050 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:12,051 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 0 msgs in 14952 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"10:10:12.051 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Sent 0 msgs in 14952 ms; committed to offset 126 for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4 on to the server 10.233.67.223
"2023-02-23 10:10:12,052 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 6 ms for AAI-EVENT 1 1
"10:10:12.052 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 6 ms for AAI-EVENT 1 1
"2023-02-23 10:10:12,052 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:12.052 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:12,053 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.8 empty replies/minute.
"10:10:12.053 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 5.8 empty replies/minute.
"2023-02-23 10:10:12,053 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677147002504
"10:10:12.053 [qtp1022308509-321102] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677147002504
"2023-02-23 10:10:12,053 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT 1 1
"10:10:12.053 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 7 ms for AAI-EVENT 1 1
"2023-02-23 10:10:12,054 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:12.054 [qtp1022308509-322711] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:12,055 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:12.055 [qtp1022308509-322711] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:12,058 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:12.058 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:12,060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 5 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:10:12.060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents Authorization 5 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:10:12,060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:10:12.060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:10:12,060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 3.0 empty replies/minute.
"10:10:12.060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4: 3.0 empty replies/minute.
"2023-02-23 10:10:12,060 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146997107
"10:10:12.060 [qtp1022308509-322711] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4], last was at 1677146997107
"2023-02-23 10:10:12,060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 5 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"10:10:12.060 [qtp1022308509-322711] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/policy-pap/8736d998-3f78-4d81-9255-9a656cb167a4] Time taken in getEvents getConsumerFor 5 ms for POLICY-PDP-PAP policy-pap 8736d998-3f78-4d81-9255-9a656cb167a4
"2023-02-23 10:10:12,436 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:12.436 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:12,437 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:10:12.437 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:10:12,465 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:12.465 [qtp1022308509-321935] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:12,676 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:12.676 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:12,677 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:10:12.677 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:10:12,680 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:10:12.680 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:10:12,683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:10:12.683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents Authorization 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:10:12,683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"10:10:12.683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.253
"2023-02-23 10:10:12,683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.6 empty replies/minute.
"10:10:12.683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12: 3.6 empty replies/minute.
"2023-02-23 10:10:12,683 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146997680
"10:10:12.683 [qtp1022308509-322712] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12], last was at 1677146997680
"2023-02-23 10:10:12,683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"10:10:12.683 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Time taken in getEvents getConsumerFor 6 ms for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12
"2023-02-23 10:10:13,082 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.082 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23T10:10:13.126+0000: Error connecting https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1 for location. 
org.onap.aaf.misc.env.APIException: Cannot connect to 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1/?#' (Root URI: 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1')
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:158)
	at org.onap.aaf.cadi.aaf.v2_0.AAFLocator.refresh(AAFLocator.java:145)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator._refresh(AbsAAFLocator.java:176)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.hasItems(AbsAAFLocator.java:213)
	at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.best(AbsAAFLocator.java:238)
	at org.onap.aaf.cadi.http.HMangr.best(HMangr.java:161)
	at org.onap.aaf.cadi.aaf.v2_0.AAFConHttp.bestForUser(AAFConHttp.java:217)
	at org.onap.aaf.cadi.aaf.v2_0.AAFTaf.validate(AAFTaf.java:140)
	at org.onap.aaf.cadi.taf.HttpEpiTaf.validate(HttpEpiTaf.java:105)
	at org.onap.aaf.cadi.filter.CadiHTTPManip.validate(CadiHTTPManip.java:126)
	at org.onap.aaf.cadi.filter.CadiFilter.doFilter(CadiFilter.java:276)
	at org.onap.dmaap.util.DMaaPAuthFilter.doFilter(DMaaPAuthFilter.java:67)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:531)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.UnknownHostException: aaf-locate.onap
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
	at org.onap.aaf.cadi.http.HClient.send(HClient.java:147)
	... 42 more

2023-02-23 10:10:13.128:INFO:oejshC.ROOT:qtp1022308509-322574: 2023-02-23T10:10:13.128+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:33508 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:10:13.128:INFO:oejshC.ROOT:qtp1022308509-322574: 2023-02-23T10:10:13.128+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:33508,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:33508"
2023-02-23 10:10:13.128:INFO:oejshC.ROOT:qtp1022308509-322574: 2023-02-23T10:10:13.128+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=46.480072,validate=46.476513,code=0.000000,result=FAIL
"2023-02-23 10:10:13,555 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.555 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:13,556 [qtp1022308509-322036] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"10:10:13.556 [qtp1022308509-322036] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching details of api key: mBNBP5CyruMfVCT1
"2023-02-23 10:10:13,561 [qtp1022308509-322036] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"10:10:13.561 [qtp1022308509-322036] INFO  class org.onap.dmaap.dmf.mr.service.impl.ApiKeysServiceImpl - ========== ApiKeysServiceImpl: getApiKey : {"aux":{"description":"ASDC Key for sdc-AUTO1","email":""},"key":"mBNBP5CyruMfVCT1"}===========
"2023-02-23 10:10:13,561 [qtp1022308509-322036] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"10:10:13.561 [qtp1022308509-322036] INFO  org.onap.dmaap.service.ApiKeysRestService - Fetching specific API key is Successful
"2023-02-23 10:10:13,569 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14995 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"10:10:13.569 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Sent 0 msgs in 14995 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb on to the server 10.233.72.177
"2023-02-23 10:10:13,573 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.573 [qtp1022308509-320573] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:13,576 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.576 [qtp1022308509-320573] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,581 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.581 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,585 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:10:13.585 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:10:13,585 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"10:10:13.585 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.177
"2023-02-23 10:10:13,586 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 4.0 empty replies/minute.
"10:10:13.586 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb: 4.0 empty replies/minute.
"2023-02-23 10:10:13,586 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146998584
"10:10:13.586 [qtp1022308509-320573] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb], last was at 1677146998584
"2023-02-23 10:10:13,586 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"10:10:13.586 [qtp1022308509-320573] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/f3ebca4b-cdc6-4932-b9ee-a3599af10280/onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT f3ebca4b-cdc6-4932-b9ee-a3599af10280 onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb
"2023-02-23 10:10:13,592 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 15017 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"10:10:13.592 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Sent 0 msgs in 15017 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs on to the server 10.233.67.184
"2023-02-23 10:10:13,592 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 15032 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"10:10:13.592 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Sent 0 msgs in 15032 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 on to the server 10.233.68.241
"2023-02-23 10:10:13,594 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 15018 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"10:10:13.594 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Sent 0 msgs in 15018 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj on to the server 10.233.66.32
"2023-02-23 10:10:13,595 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.595 [qtp1022308509-322574] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:13,595 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.595 [qtp1022308509-322036] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:13,596 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.596 [qtp1022308509-322574] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,597 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.597 [qtp1022308509-321935] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:13,598 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.598 [qtp1022308509-322036] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,599 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.599 [qtp1022308509-321935] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,600 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.600 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,604 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:10:13.604 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:13,605 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
""2023-02-23 10:10:13,605 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:10:13.605 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
10:10:13.605 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:10:13,606 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"10:10:13.606 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.68.241
"2023-02-23 10:10:13,607 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:10:13.607 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents Authorization 9 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:10:13,607 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 4.0 empty replies/minute.
"10:10:13.607 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9: 4.0 empty replies/minute.
"2023-02-23 10:10:13,607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:10:13.607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents Authorization 8 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:10:13,607 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"10:10:13.607 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.184
"2023-02-23 10:10:13,607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"10:10:13.607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.66.32
"2023-02-23 10:10:13,607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 4.0 empty replies/minute.
"10:10:13.607 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj: 4.0 empty replies/minute.
"2023-02-23 10:10:13,608 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146998584
"10:10:13.608 [qtp1022308509-321935] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj], last was at 1677146998584
"2023-02-23 10:10:13,608 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"10:10:13.608 [qtp1022308509-321935] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/46745bb4-8710-45bf-9e71-da8ba361271d/onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj] Time taken in getEvents getConsumerFor 9 ms for POLICY-ACRUNTIME-PARTICIPANT 46745bb4-8710-45bf-9e71-da8ba361271d onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj
"2023-02-23 10:10:13,608 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 4.0 empty replies/minute.
"10:10:13.608 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs: 4.0 empty replies/minute.
"2023-02-23 10:10:13,608 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146998581
""2023-02-23 10:10:13,608 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146998573
"10:10:13.608 [qtp1022308509-322036] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs], last was at 1677146998581
10:10:13.608 [qtp1022308509-322574] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9], last was at 1677146998573
"2023-02-23 10:10:13,608 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"10:10:13.608 [qtp1022308509-322036] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/fc3c51b1-28c7-4d61-9b7d-28966180340d/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs] Time taken in getEvents getConsumerFor 10 ms for POLICY-ACRUNTIME-PARTICIPANT fc3c51b1-28c7-4d61-9b7d-28966180340d onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs
"2023-02-23 10:10:13,608 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 12 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"10:10:13.608 [qtp1022308509-322574] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/773bc526-eb6b-43a6-86bd-ac03dc194d92/onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9] Time taken in getEvents getConsumerFor 12 ms for POLICY-ACRUNTIME-PARTICIPANT 773bc526-eb6b-43a6-86bd-ac03dc194d92 onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9
"2023-02-23 10:10:13,657 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:13.657 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:10:13.658:INFO:oejshC.ROOT:qtp1022308509-321843: 2023-02-23T10:10:13.658+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.107177,validate=0.103970,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:10:14,183 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 15051 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"10:10:14.183 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Sent 0 msgs in 15051 ms; committed to offset 122 for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 on to the server 10.233.70.148
"2023-02-23 10:10:14,188 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:14.188 [qtp1022308509-322054] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:14,190 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"10:10:14.190 [qtp1022308509-322054] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:14,193 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"10:10:14.193 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-ACRUNTIME-PARTICIPANT is equal to : POLICY-ACRUNTIME-PARTICIPANT
"2023-02-23 10:10:14,196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:10:14.196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents Authorization 6 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:10:14,196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"10:10:14.196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.70.148
"2023-02-23 10:10:14,196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 4.0 empty replies/minute.
"10:10:14.196 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58: 4.0 empty replies/minute.
"2023-02-23 10:10:14,196 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146999165
"10:10:14.196 [qtp1022308509-322054] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58], last was at 1677146999165
"2023-02-23 10:10:14,197 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 7 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"10:10:14.197 [qtp1022308509-322054] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-ACRUNTIME-PARTICIPANT/7fb8b026-d5e8-4efb-bad8-47ed62cced36/onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58] Time taken in getEvents getConsumerFor 7 ms for POLICY-ACRUNTIME-PARTICIPANT 7fb8b026-d5e8-4efb-bad8-47ed62cced36 onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58
"2023-02-23 10:10:14,224 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:14.224 [qtp1022308509-318566] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:14,226 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:14.226 [qtp1022308509-318566] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:14,231 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:14.231 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:14,233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:10:14.233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents Authorization 7 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:10:14,233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"10:10:14.233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.72.3
"2023-02-23 10:10:14,233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 2.8 empty replies/minute.
"10:10:14.233 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid: 2.8 empty replies/minute.
"2023-02-23 10:10:14,234 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146994237
"10:10:14.234 [qtp1022308509-318566] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid], last was at 1677146994237
"2023-02-23 10:10:14,234 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"10:10:14.234 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid
"2023-02-23 10:10:14,746 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:14.746 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:14,747 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:10:14.747 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:10:14,752 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:14.752 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:14,897 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:14.897 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:14,899 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:10:14.899 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:10:14,905 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:14.905 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:15,440 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:15.440 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:15,441 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:10:15.441 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:10:15,445 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:15.445 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:15,912 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:15.912 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:15,915 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:15.915 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:15,918 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:15.918 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:15,920 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 5 ms for AAI-EVENT NBICG1 NBIC1
"10:10:15.920 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents Authorization 5 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:10:15,921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"10:10:15.921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] fetch: timeout=2000, limit=0, filter= from Remote host 10.233.69.137
"2023-02-23 10:10:15,921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 5.0 empty replies/minute.
"10:10:15.921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::NBICG1::NBIC1: 5.0 empty replies/minute.
"2023-02-23 10:10:15,921 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677147004190
"10:10:15.921 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::NBICG1::NBIC1], last was at 1677147004190
"2023-02-23 10:10:15,921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT NBICG1 NBIC1
"10:10:15.921 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Time taken in getEvents getConsumerFor 6 ms for AAI-EVENT NBICG1 NBIC1
"2023-02-23 10:10:15,952 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9551 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"10:10:15.952 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12] Sent 0 msgs in 9551 ms; committed to offset 2 for unauthenticated.VES_PNFREG_OUTPUT OpenDCAE-c12 c12 on to the server 10.233.67.165
"2023-02-23 10:10:16,180 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:16.180 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:16,183 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:10:16.183 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:10:16,187 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:16.187 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:16,192 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:16.192 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:16,193 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:10:16.193 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:10:16,197 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:16.197 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:16,514 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:16.514 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:10:16.515:INFO:oejshC.ROOT:qtp1022308509-320576: 2023-02-23T10:10:16.515+0000 ERROR [cadi] Must wait at least 10 seconds for Locator Refresh
2023-02-23 10:10:16.516:INFO:oejshC.ROOT:qtp1022308509-320576: 2023-02-23T10:10:16.516+0000 WARN [cadi] Authenticating Service unavailable from 10.233.66.96:33586 ( No Entries found for 'https://aaf-locate.onap:8095/locate/onap.org.osaaf.aaf.service:2.1' )
2023-02-23 10:10:16.517:INFO:oejshC.ROOT:qtp1022308509-320576: 2023-02-23T10:10:16.517+0000 AUDIT [cadi] user=invalid,ip=10.233.66.96:33586,msg="No TAF will authorize: Authenticating Service unavailable from 10.233.66.96:33586"
2023-02-23 10:10:16.518:INFO:oejshC.ROOT:qtp1022308509-320576: 2023-02-23T10:10:16.518+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.66.96,ms=2.833972,validate=2.829916,code=0.000000,result=FAIL
"2023-02-23 10:10:16,887 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:16.887 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:16,889 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"10:10:16.889 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL-RSP
"2023-02-23 10:10:16,893 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:16.893 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:16,996 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:16.996 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:16,997 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"10:10:16.997 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_HEARTBEAT_OUTPUT
"2023-02-23 10:10:17,002 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.002 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:17,141 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:17.141 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:17,143 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"10:10:17.143 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.DCAE_CL_OUTPUT
"2023-02-23 10:10:17,147 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.147 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:17,475 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:17.475 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:17,476 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:10:17.476 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:10:17,482 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.482 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:17,547 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:17.547 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:17,548 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"10:10:17.548 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P-RSP
"2023-02-23 10:10:17,552 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.552 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:17,571 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:17.571 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:17,573 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"10:10:17.573 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-LCM-WRITE
"2023-02-23 10:10:17,579 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.579 [qtp1022308509-321843] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:17,636 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1721 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"10:10:17.636 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/NBICG1/NBIC1] Sent 0 msgs in 1721 ms; committed to offset 718 for AAI-EVENT NBICG1 NBIC1 on to the server 10.233.69.137
"2023-02-23 10:10:17,677 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:17.677 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:17,679 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"10:10:17.679 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic APPC-CL
"2023-02-23 10:10:17,684 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:17.684 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:18,443 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9569 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"10:10:18.443 [qtp1022308509-315365] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid] Sent 0 msgs in 9569 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT sonhms-cg sonhms-cid on to the server 10.233.66.126
"2023-02-23 10:10:19,764 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:19.764 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:19,765 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:10:19.765 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:10:19,772 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:19.772 [qtp1022308509-320576] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:19,920 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:19.920 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:19,921 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:10:19.921 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:10:19,926 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:19.926 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:20,454 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:20.454 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:20,456 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"10:10:20.456 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic VCPE-DHCP-EVENT
"2023-02-23 10:10:20,462 [qtp1022308509-323084] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:20.462 [qtp1022308509-323084] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:20,638 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:20.638 [qtp1022308509-320576] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:20,639 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"10:10:20.639 [qtp1022308509-320576] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:10:20,646 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"10:10:20.646 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.VES_NOTIFICATION_OUTPUT is equal to : unauthenticated.VES_NOTIFICATION_OUTPUT
"2023-02-23 10:10:20,649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 10 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:10:20.649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents Authorization 10 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:10:20,649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:20.649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:20,649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.6 empty replies/minute.
"10:10:20.649 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.VES_NOTIFICATION_OUTPUT::1::1: 2.6 empty replies/minute.
"2023-02-23 10:10:20,650 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146996074
"10:10:20.650 [qtp1022308509-320576] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.VES_NOTIFICATION_OUTPUT::1::1], last was at 1677146996074
"2023-02-23 10:10:20,650 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 11 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"10:10:20.650 [qtp1022308509-320576] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/1/1] Time taken in getEvents getConsumerFor 11 ms for unauthenticated.VES_NOTIFICATION_OUTPUT 1 1
"2023-02-23 10:10:21,131 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.131 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,132 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.132 [qtp1022308509-321843] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,132 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:21.132 [qtp1022308509-321843] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:21,133 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"10:10:21.133 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic DCAE_CL_RSP
"2023-02-23 10:10:21,133 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.133 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,135 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"10:10:21.135 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.ML_RESPONSE_TOPIC
"2023-02-23 10:10:21,139 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:21.139 [qtp1022308509-319230] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:21,140 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"10:10:21.140 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.PERFORMANCE_MEASUREMENTS is equal to : unauthenticated.PERFORMANCE_MEASUREMENTS
"2023-02-23 10:10:21,140 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:21.140 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:21,144 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:10:21.144 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents Authorization 12 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:10:21,145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:21.145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:21,145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 2.8 empty replies/minute.
"10:10:21.145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.PERFORMANCE_MEASUREMENTS::1::1: 2.8 empty replies/minute.
"2023-02-23 10:10:21,145 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677147001148
"10:10:21.145 [qtp1022308509-321843] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.PERFORMANCE_MEASUREMENTS::1::1], last was at 1677147001148
"2023-02-23 10:10:21,145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 13 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"10:10:21.145 [qtp1022308509-321843] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/1/1] Time taken in getEvents getConsumerFor 13 ms for unauthenticated.PERFORMANCE_MEASUREMENTS 1 1
"2023-02-23 10:10:21,197 [qtp1022308509-323257] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.197 [qtp1022308509-323257] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,198 [qtp1022308509-323257] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"10:10:21.198 [qtp1022308509-323257] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNR-CL
"2023-02-23 10:10:21,203 [qtp1022308509-323257] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:21.203 [qtp1022308509-323257] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:21,207 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.207 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,208 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"10:10:21.208 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic RAN-Slice-Mgmt
"2023-02-23 10:10:21,213 [qtp1022308509-323084] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:21.213 [qtp1022308509-323084] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:21,593 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9547 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"10:10:21.593 [qtp1022308509-321102] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Sent 0 msgs in 9547 ms; committed to offset 0 for AAI-EVENT 1 1 on to the server 10.233.66.197
"2023-02-23 10:10:21,596 [qtp1022308509-323258] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:21.596 [qtp1022308509-323258] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:21,597 [qtp1022308509-323258] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"10:10:21.597 [qtp1022308509-323258] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic AAI-EVENT
"2023-02-23 10:10:21,601 [qtp1022308509-323258] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"10:10:21.601 [qtp1022308509-323258] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: AAI-EVENT is equal to : AAI-EVENT
"2023-02-23 10:10:21,604 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 7 ms for AAI-EVENT 1 1
"10:10:21.604 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents Authorization 7 ms for AAI-EVENT 1 1
"2023-02-23 10:10:21,605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"10:10:21.605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] fetch: timeout=10000, limit=0, filter= from Remote host 10.233.66.197
"2023-02-23 10:10:21,605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 6.0 empty replies/minute.
"10:10:21.605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - AAI-EVENT::1::1: 6.0 empty replies/minute.
"2023-02-23 10:10:21,605 [qtp1022308509-323258] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677147012053
"10:10:21.605 [qtp1022308509-323258] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [AAI-EVENT::1::1], last was at 1677147012053
"2023-02-23 10:10:21,605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT 1 1
"10:10:21.605 [qtp1022308509-323258] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [AAI-EVENT/1/1] Time taken in getEvents getConsumerFor 8 ms for AAI-EVENT 1 1
"2023-02-23 10:10:22,218 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9541 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"10:10:22.218 [qtp1022308509-322712] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12] Sent 0 msgs in 9541 ms; committed to offset 0 for unauthenticated.VES_NOTIFICATION_OUTPUT OpenDcae-c12 C12 on to the server 10.233.66.253
"2023-02-23 10:10:22,492 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:22.492 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:22,493 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"10:10:22.493 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic A1-P
"2023-02-23 10:10:22,497 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:22.497 [qtp1022308509-321818] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:22,601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677147012060 < 1677146902601
"10:10:22.601 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::policy-pap::8736d998-3f78-4d81-9255-9a656cb167a4 	1677147012060 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677147008883 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::sonhms-cg::sonhms-cid 	1677147008883 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677147013608 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::fc3c51b1-28c7-4d61-9b7d-28966180340d::onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-tr9xs 	1677147013608 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677147020650 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::1::1 	1677147020650 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677147013608 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::773bc526-eb6b-43a6-86bd-ac03dc194d92::onap-policy-clamp-ac-http-ppnt-59f8d585b5-rcsx9 	1677147013608 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677147014234 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::kpi-cg::kpi-cid 	1677147014234 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677147014197 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::7fb8b026-d5e8-4efb-bad8-47ed62cced36::onap-policy-clamp-runtime-acm-68d9c7bfb9-nkf58 	1677147014197 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677147001372 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1SDC-DISTR-NOTIF-TOPIC-AUTO::sdc-OpenSource-Env1-sdnc-dockero::sdc-COpenSource-Env11-sdnc-dockero 	1677147001372 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677147012683 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_NOTIFICATION_OUTPUT::OpenDcae-c12::C12 	1677147012683 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677147010353 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt 	1677147010353 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677147021605 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::1::1 	1677147021605 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677147013608 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::46745bb4-8710-45bf-9e71-da8ba361271d::onap-policy-clamp-ac-a1pms-ppnt-64958df96-6zhfj 	1677147013608 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677147006418 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.VES_PNFREG_OUTPUT::OpenDCAE-c12::c12 	1677147006418 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677147010360 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::eb2ebfff-c1c1-459d-b2cb-06a9c8a86569::onap-policy-xacml-pdp-7dcdcdcf66-m47bw 	1677147010360 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677147013586 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-ACRUNTIME-PARTICIPANT::f3ebca4b-cdc6-4932-b9ee-a3599af10280::onap-policy-clamp-ac-pf-ppnt-8466469884-b8njb 	1677147013586 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677147011014 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::jmsgrp::sdnc2 	1677147011014 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677147010354 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0 	1677147010354 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677147015921 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1AAI-EVENT::NBICG1::NBIC1 	1677147015921 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677147008219 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b 	1677147008219 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677147021145 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1unauthenticated.PERFORMANCE_MEASUREMENTS::1::1 	1677147021145 < 1677146902601
"2023-02-23 10:10:22,602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677147010389 < 1677146902601
"10:10:22.602 [pool-5-thread-1] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - consumer #####1POLICY-PDP-PAP::a776348c-b241-4172-8151-4d89b9f7a5de::onap-policy-drools-pdp-0 	1677147010389 < 1677146902601
"2023-02-23 10:10:23,211 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14999 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"10:10:23.211 [qtp1022308509-322437] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Sent 0 msgs in 14999 ms; committed to offset 0 for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b on to the server 10.233.72.139
"2023-02-23 10:10:23,233 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:23.233 [qtp1022308509-319230] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:23,235 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"10:10:23.235 [qtp1022308509-319230] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:23,239 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"10:10:23.239 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: unauthenticated.SEC_FAULT_OUTPUT is equal to : unauthenticated.SEC_FAULT_OUTPUT
"2023-02-23 10:10:23,241 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:10:23.241 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents Authorization 6 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:10:23,242 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"10:10:23.242 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.72.139
"2023-02-23 10:10:23,242 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 3.8 empty replies/minute.
"10:10:23.242 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b: 3.8 empty replies/minute.
"2023-02-23 10:10:23,243 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677147008219
"10:10:23.243 [qtp1022308509-319230] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [unauthenticated.SEC_FAULT_OUTPUT::homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b::homles4d8631b9-3ea0-44b0-9519-7557bd01029b], last was at 1677147008219
"2023-02-23 10:10:23,243 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"10:10:23.243 [qtp1022308509-319230] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b/homles4d8631b9-3ea0-44b0-9519-7557bd01029b] Time taken in getEvents getConsumerFor 8 ms for unauthenticated.SEC_FAULT_OUTPUT homlesGroup4d8631b9-3ea0-44b0-9519-7557bd01029b homles4d8631b9-3ea0-44b0-9519-7557bd01029b
"2023-02-23 10:10:23,668 [qtp1022308509-323257] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:23.668 [qtp1022308509-323257] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
2023-02-23 10:10:23.668:INFO:oejshC.ROOT:qtp1022308509-323257: 2023-02-23T10:10:23.668+0000 INFO [cadi] Trans: user=n/a[],ip=10.233.69.48,ms=0.054789,validate=0.051447,code=0.000000,result=TRY_AUTHENTICATING
"2023-02-23 10:10:23,769 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9543 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"10:10:23.769 [qtp1022308509-318566] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid] Sent 0 msgs in 9543 ms; committed to offset 0 for unauthenticated.PERFORMANCE_MEASUREMENTS kpi-cg kpi-cid on to the server 10.233.72.3
"2023-02-23 10:10:24,785 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:24.785 [qtp1022308509-321102] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:24,786 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"10:10:24.786 [qtp1022308509-321102] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic SDNC-LCM-READ
"2023-02-23 10:10:24,792 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:24.792 [qtp1022308509-321102] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:24,937 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:24.937 [qtp1022308509-322712] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:24,939 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"10:10:24.939 [qtp1022308509-322712] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic CM-NOTIFICATION
"2023-02-23 10:10:24,943 [qtp1022308509-322712] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"10:10:24.943 [qtp1022308509-322712] INFO  org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2023-02-23 10:10:25,314 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14969 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"10:10:25.314 [qtp1022308509-321388] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Sent 0 msgs in 14969 ms; committed to offset 126 for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0 on to the server 10.233.71.117
"2023-02-23 10:10:25,317 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"10:10:25.317 [qtp1022308509-321818] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
"2023-02-23 10:10:25,320 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:25.320 [qtp1022308509-321818] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:25,327 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14980 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"10:10:25.327 [qtp1022308509-322713] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Sent 0 msgs in 14980 ms; committed to offset 126 for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt on to the server 10.233.67.223
"2023-02-23 10:10:25,329 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
""2023-02-23 10:10:25,329 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:25.329 [qtp1022308509-323084] INFO  org.onap.dmaap.util.DMaaPAuthFilter - inside servlet filter Cambria Auth Headers checking before doing other Authentication
10:10:25.329 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:25,331 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"10:10:25.331 [qtp1022308509-323084] INFO  org.onap.dmaap.service.EventsRestService - Consuming message from topic POLICY-PDP-PAP
"2023-02-23 10:10:25,335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 15 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:10:25.335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents Authorization 15 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:10:25,335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"10:10:25.335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.71.117
"2023-02-23 10:10:25,335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 4.0 empty replies/minute.
"10:10:25.335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0: 4.0 empty replies/minute.
"2023-02-23 10:10:25,335 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677147010354
"10:10:25.335 [qtp1022308509-321818] DEBUG org.onap.dmaap.dmf.mr.backends.kafka.KafkaConsumerCache - Consumer cache hit for [POLICY-PDP-PAP::d93a6a41-741a-46c5-a8f8-1772a752b279::onap-policy-apex-pdp-0], last was at 1677147010354
"2023-02-23 10:10:25,335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 15 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"10:10:25.335 [qtp1022308509-321818] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/d93a6a41-741a-46c5-a8f8-1772a752b279/onap-policy-apex-pdp-0] Time taken in getEvents getConsumerFor 15 ms for POLICY-PDP-PAP d93a6a41-741a-46c5-a8f8-1772a752b279 onap-policy-apex-pdp-0
"2023-02-23 10:10:25,336 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"10:10:25.336 [qtp1022308509-323084] DEBUG org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker - TOPIC_NAME: POLICY-PDP-PAP is equal to : POLICY-PDP-PAP
"2023-02-23 10:10:25,338 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"10:10:25.338 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] Time taken in getEvents Authorization 7 ms for POLICY-PDP-PAP ec3c7f34-0398-423d-84d5-b6afbac3cb21 onap-policy-pap-bffbdc774-n8gjt
"2023-02-23 10:10:25,339 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"10:10:25.339 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.service.impl.EventsServiceImpl - [POLICY-PDP-PAP/ec3c7f34-0398-423d-84d5-b6afbac3cb21/onap-policy-pap-bffbdc774-n8gjt] fetch: timeout=15000, limit=0, filter= from Remote host 10.233.67.223
"2023-02-23 10:10:25,339 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 4.0 empty replies/minute.
"10:10:25.339 [qtp1022308509-323084] INFO  org.onap.dmaap.dmf.mr.beans.DMaaPCambriaLimiter - POLICY-PDP-PAP::ec3c7f34-0398-423d-84d5-b6afbac3cb21::onap-policy-pap-bffbdc774-n8gjt: 4.0 empty replies/minute.
"2023-02-23 1