Results

By type

          Policy pap config file: /opt/app/policy/pap/etc/mounted/papParameters.yaml
overriding logback.xml
PDP group configuration file: PapDb.json

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.0)

[2022-12-01T18:42:34.225+00:00|INFO|PolicyPapApplication|main] Starting PolicyPapApplication using Java 11.0.11 on onap-policy-pap-8884f4f54-j8vxm with PID 8 (/app/pap.jar started by policy in /opt/app/policy/pap/bin)
[2022-12-01T18:42:34.228+00:00|INFO|PolicyPapApplication|main] No active profile set, falling back to default profiles: default
[2022-12-01T18:42:37.702+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2022-12-01T18:42:38.111+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 385 ms. Found 8 JPA repository interfaces.
[2022-12-01T18:42:40.539+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (https)
[2022-12-01T18:42:40.562+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["https-jsse-nio-6969"]
[2022-12-01T18:42:40.563+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2022-12-01T18:42:40.563+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2022-12-01T18:42:40.732+00:00|INFO|[/]|main] Initializing Spring embedded WebApplicationContext
[2022-12-01T18:42:40.733+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 6401 ms
[2022-12-01T18:42:42.412+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2022-12-01T18:42:42.592+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2022-12-01T18:42:43.066+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2022-12-01T18:42:43.364+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-12-01T18:42:45.078+00:00|ERROR|HikariPool|main] HikariPool-1 - Exception during pool initialization.
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=702) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1392)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:337)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1336)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1325)
	at org.onap.policy.pap.main.PolicyPapApplication.main(PolicyPapApplication.java:42)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=702) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:183)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1112)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1073)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:880)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:595)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1387)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=702) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:187)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1934)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1087)
	... 61 common frames omitted
[2022-12-01T18:42:45.080+00:00|WARN|JdbcEnvironmentInitiator|main] HHH000342: Could not obtain connection to query metadata
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=702) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1392)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:337)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1336)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1325)
	at org.onap.policy.pap.main.PolicyPapApplication.main(PolicyPapApplication.java:42)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=702) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:183)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1112)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1073)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:880)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:595)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1387)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=702) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:187)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1934)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1087)
	... 61 common frames omitted
[2022-12-01T18:42:45.137+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2022-12-01T18:42:48.080+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2022-12-01T18:42:48.101+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2022-12-01T18:42:52.368+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=e865fadd-56d9-4d8e-8476-5576adc2e631, consumerInstance=onap-policy-pap-8884f4f54-j8vxm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-12-01T18:42:52.480+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=257683ec-e196-405e-817b-6acdc0f8628b, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-12-01T18:42:52.620+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-12-01T18:42:53.147+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2022-12-01T18:42:54.279+00:00|INFO|PapDatabaseInitializer|main] Created initial pdpGroup in DB - PdpGroups(groups=[PdpGroup(name=defaultGroup, description=The default group that registers all supported policy types and pdps., pdpGroupState=ACTIVE, properties=null, pdpSubgroups=[PdpSubGroup(pdpType=xacml, supportedPolicyTypes=[onap.policies.controlloop.guard.common.FrequencyLimiter 1.0.0, onap.policies.controlloop.guard.common.MinMax 1.0.0, onap.policies.controlloop.guard.common.Blacklist 1.0.0, onap.policies.controlloop.guard.common.Filter 1.0.0, onap.policies.controlloop.guard.coordination.FirstBlocksSecond 1.0.0, onap.policies.monitoring.* 1.0.0, onap.policies.optimization.* 1.0.0, onap.policies.optimization.resource.AffinityPolicy 1.0.0, onap.policies.optimization.resource.DistancePolicy 1.0.0, onap.policies.optimization.resource.HpaPolicy 1.0.0, onap.policies.optimization.resource.OptimizationPolicy 1.0.0, onap.policies.optimization.resource.PciPolicy 1.0.0, onap.policies.optimization.service.QueryPolicy 1.0.0, onap.policies.optimization.service.SubscriberPolicy 1.0.0, onap.policies.optimization.resource.Vim_fit 1.0.0, onap.policies.optimization.resource.VnfPolicy 1.0.0, onap.policies.native.Xacml 1.0.0, onap.policies.Naming 1.0.0, onap.policies.match.* 1.0.0], policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null), PdpSubGroup(pdpType=drools, supportedPolicyTypes=[onap.policies.controlloop.operational.common.Drools 1.0.0, onap.policies.native.drools.Controller 1.0.0, onap.policies.native.drools.Artifact 1.0.0], policies=[], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null), PdpSubGroup(pdpType=apex, supportedPolicyTypes=[onap.policies.controlloop.operational.common.Apex 1.0.0, onap.policies.native.Apex 1.0.0], policies=[], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null)])]) from PapDb.json
[2022-12-01T18:42:54.522+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
[2022-12-01T18:42:55.965+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path ''
[2022-12-01T18:42:56.609+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@238280df, org.springframework.security.web.context.SecurityContextPersistenceFilter@363ba634, org.springframework.security.web.header.HeaderWriterFilter@8f374de, org.springframework.security.web.authentication.logout.LogoutFilter@51566ce0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1c3b221f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e26c308, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7c6ab057, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@182fd26b, org.springframework.security.web.session.SessionManagementFilter@1317ac2c, org.springframework.security.web.access.ExceptionTranslationFilter@6765b6a2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@68de8522]
[2022-12-01T18:42:57.862+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["https-jsse-nio-6969"]
[2022-12-01T18:42:58.322+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstobjectca [jdk]] and DN [CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:40:36 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.322+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [deutschetelekomrootca2 [jdk]] and DN [CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE] is not valid due to [NotAfter: Tue Jul 09 23:59:00 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.323+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [globalsignr2ca [jdk]] and DN [CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2] is not valid due to [NotAfter: Wed Dec 15 08:00:00 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.323+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [identrustdstx3 [jdk]] and DN [CN=DST Root CA X3, O=Digital Signature Trust Co.] is not valid due to [NotAfter: Thu Sep 30 14:01:15 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.323+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustexternalca [jdk]] and DN [CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:48:38 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.324+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstclientauthemailca [jdk]] and DN [CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 17:36:58 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.324+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [verisigntsaca [jdk]] and DN [CN=Thawte Timestamping CA, OU=Thawte Certification, O=Thawte, L=Durbanville, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.324+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [gtecybertrustglobalca [jdk]] and DN [CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US] is not valid due to [NotAfter: Mon Aug 13 23:59:00 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.325+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [luxtrustglobalrootca [jdk]] and DN [CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU] is not valid due to [NotAfter: Wed Mar 17 09:51:37 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.325+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [soneraclass2ca [jdk]] and DN [CN=Sonera Class2 CA, O=Sonera, C=FI] is not valid due to [NotAfter: Tue Apr 06 07:29:40 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.326+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureglobalebusinessca1 [jdk]] and DN [CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.326+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass3pprimaryca [jdk]] and DN [CN=Class 3P Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.326+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [thawtepremiumserverca [jdk]] and DN [EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.327+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [geotrustglobalca [jdk]] and DN [CN=GeoTrust Global CA, O=GeoTrust Inc., C=US] is not valid due to [NotAfter: Sat May 21 04:00:00 GMT 2022]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.327+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureebusinessca1 [jdk]] and DN [CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.327+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureca [jdk]] and DN [OU=Equifax Secure Certificate Authority, O=Equifax, C=US] is not valid due to [NotAfter: Wed Aug 22 16:41:51 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.328+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [quovadisrootca [jdk]] and DN [CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM] is not valid due to [NotAfter: Wed Mar 17 18:33:33 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.328+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustclass1ca [jdk]] and DN [CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:38:31 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.329+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass2primaryca [jdk]] and DN [CN=Class 2 Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.329+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [keynectisrootca [jdk]] and DN [CN=KEYNECTIS ROOT CA, OU=ROOT, O=KEYNECTIS, C=FR] is not valid due to [NotAfter: Tue May 26 00:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.330+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirsthardwareca [jdk]] and DN [CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:19:22 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.330+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustqualifiedca [jdk]] and DN [CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:44:50 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-12-01T18:42:58.366+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (https) with context path ''
[2022-12-01T18:42:59.771+00:00|INFO|ServiceManager|main] Policy PAP starting
[2022-12-01T18:42:59.771+00:00|INFO|ServiceManager|main] Policy PAP starting Meter Registry
[2022-12-01T18:42:59.773+00:00|INFO|ServiceManager|main] Policy PAP starting PAP parameters
[2022-12-01T18:42:59.776+00:00|INFO|ServiceManager|main] Policy PAP starting Pdp Heartbeat Listener
[2022-12-01T18:42:59.776+00:00|INFO|ServiceManager|main] Policy PAP starting Response Request ID Dispatcher
[2022-12-01T18:42:59.778+00:00|INFO|ServiceManager|main] Policy PAP starting Heartbeat Request ID Dispatcher
[2022-12-01T18:42:59.778+00:00|INFO|ServiceManager|main] Policy PAP starting Response Message Dispatcher
[2022-12-01T18:42:59.791+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=e865fadd-56d9-4d8e-8476-5576adc2e631, consumerInstance=onap-policy-pap-8884f4f54-j8vxm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@6efc9d3f
[2022-12-01T18:42:59.792+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=e865fadd-56d9-4d8e-8476-5576adc2e631, consumerInstance=onap-policy-pap-8884f4f54-j8vxm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-12-01T18:42:59.795+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=e865fadd-56d9-4d8e-8476-5576adc2e631, consumerInstance=onap-policy-pap-8884f4f54-j8vxm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: INITTED
[2022-12-01T18:42:59.796+00:00|INFO|ServiceManager|main] Policy PAP starting Heartbeat Message Dispatcher
[2022-12-01T18:42:59.796+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=257683ec-e196-405e-817b-6acdc0f8628b, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@4172c967
[2022-12-01T18:42:59.797+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=257683ec-e196-405e-817b-6acdc0f8628b, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-12-01T18:42:59.800+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=257683ec-e196-405e-817b-6acdc0f8628b, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: INITTED
[2022-12-01T18:42:59.801+00:00|INFO|ServiceManager|main] Policy PAP starting topics
[2022-12-01T18:42:59.801+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:42:59.802+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=e865fadd-56d9-4d8e-8476-5576adc2e631, consumerInstance=onap-policy-pap-8884f4f54-j8vxm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-12-01T18:42:59.803+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=257683ec-e196-405e-817b-6acdc0f8628b, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-12-01T18:42:59.802+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:42:59.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:42:59.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:42:59.803+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=8a3e77c3-c5ae-411f-9884-6dd629b7f7a2, alive=false, publisher=null]]: starting
[2022-12-01T18:42:59.833+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=8a3e77c3-c5ae-411f-9884-6dd629b7f7a2, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2022-12-01T18:42:59.833+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=3247656d-57ee-4624-b0bc-70916e561777, alive=false, publisher=null]]: starting
[2022-12-01T18:42:59.835+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=3247656d-57ee-4624-b0bc-70916e561777, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2022-12-01T18:42:59.835+00:00|INFO|ServiceManager|main] Policy PAP starting PAP statistics
[2022-12-01T18:42:59.836+00:00|INFO|ServiceManager|main] Policy PAP starting PAP Activator
[2022-12-01T18:42:59.836+00:00|INFO|ServiceManager|main] Policy PAP starting PDP publisher
[2022-12-01T18:42:59.839+00:00|INFO|ServiceManager|main] Policy PAP starting Policy Notification publisher
[2022-12-01T18:42:59.850+00:00|INFO|ServiceManager|main] Policy PAP starting PDP update timers
[2022-12-01T18:42:59.853+00:00|INFO|ServiceManager|main] Policy PAP starting PDP state-change timers
[2022-12-01T18:42:59.853+00:00|INFO|TimerManager|Thread-9] timer manager update started
[2022-12-01T18:42:59.853+00:00|INFO|ServiceManager|main] Policy PAP starting PDP modification lock
[2022-12-01T18:42:59.853+00:00|INFO|TimerManager|Thread-10] timer manager state-change started
[2022-12-01T18:42:59.853+00:00|INFO|ServiceManager|main] Policy PAP starting PDP modification requests
[2022-12-01T18:42:59.863+00:00|INFO|ServiceManager|main] Policy PAP starting PDP expiration timer
[2022-12-01T18:42:59.864+00:00|INFO|ServiceManager|main] Policy PAP started
[2022-12-01T18:42:59.871+00:00|INFO|PolicyPapApplication|main] Started PolicyPapApplication in 27.305 seconds (JVM running for 29.546)
[2022-12-01T18:42:59.958+00:00|INFO|ApplicationAvailabilityBean|main] Application availability state LivenessState changed to CORRECT
[2022-12-01T18:42:59.991+00:00|INFO|ApplicationAvailabilityBean|main] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
[2022-12-01T18:43:15.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:15.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:15.438+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:15.438+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:15.439+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:15.439+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:27.803+00:00|INFO|[/]|https-jsse-nio-6969-exec-4] Initializing Spring DispatcherServlet 'dispatcherServlet'
[2022-12-01T18:43:27.804+00:00|INFO|DispatcherServlet|https-jsse-nio-6969-exec-4] Initializing Servlet 'dispatcherServlet'
[2022-12-01T18:43:27.808+00:00|INFO|DispatcherServlet|https-jsse-nio-6969-exec-4] Completed initialization in 4 ms
[2022-12-01T18:43:30.416+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:30.418+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:30.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:30.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:30.419+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:30.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:33.328+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:33.328+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:33.341+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-PDP-PAP] ***** OrderedServiceImpl implementers:
 []
[2022-12-01T18:43:33.345+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:33.345+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:33.355+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:33.355+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:33.355+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:33.355+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:33.356+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:33.357+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:36.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:36.998+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:36.999+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:36.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:36.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:36.999+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:36.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:36.999+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:36.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:36.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:40.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:40.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:40.337+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:39.629301Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"a3b2779e-2b1b-4f0d-8191-e9747da3868f","timestampMs":1669920219629,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup"}
[2022-12-01T18:43:40.338+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:39.629301Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"a3b2779e-2b1b-4f0d-8191-e9747da3868f","timestampMs":1669920219629,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup"}
[2022-12-01T18:43:40.366+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-PDP-PAP] no listeners for autonomous message of type PdpStatus
[2022-12-01T18:43:40.366+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:40.366+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:40.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:40.900+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:40.900+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:40.900+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:40.900+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:41.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting
[2022-12-01T18:43:41.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting listener
[2022-12-01T18:43:41.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting timer
[2022-12-01T18:43:41.320+00:00|INFO|TimerManager|DMAAP-source-POLICY-HEARTBEAT] update timer registered Timer [name=48ba9dc9-c800-4d13-86bc-701862bb5f1c, expireMs=1669920251320]
[2022-12-01T18:43:41.329+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting enqueue
[2022-12-01T18:43:41.329+00:00|INFO|TimerManager|Thread-9] update timer waiting 29991ms Timer [name=48ba9dc9-c800-4d13-86bc-701862bb5f1c, expireMs=1669920251320]
[2022-12-01T18:43:41.330+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate started
[2022-12-01T18:43:41.331+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:41.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:41.336+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"48ba9dc9-c800-4d13-86bc-701862bb5f1c","timestampMs":1669920221279,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:41.361+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:41.362+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5f23ab7f-dd1c-45f2-9def-1f0f46355b17","timestampMs":1669920212261,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21"}
[2022-12-01T18:43:41.363+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_TOPIC_CHECK
[2022-12-01T18:43:41.363+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:41.364+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:41.382+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
[2022-12-01T18:43:41.388+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:41.453+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:41.454+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:41.471+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:41.472+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54887-08-31T05:31:25Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"48088aaa-3857-4323-9b47-6b5a7b222341","timestampMs":1669920220898,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup"}
[2022-12-01T18:43:41.474+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-PDP-PAP] no listeners for autonomous message of type PdpStatus
[2022-12-01T18:43:41.475+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:41.475+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:41.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:41.485+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54887-08-31T05:31:25Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"48088aaa-3857-4323-9b47-6b5a7b222341","timestampMs":1669920220898,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup"}
[2022-12-01T18:43:42.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.012+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"48ba9dc9-c800-4d13-86bc-701862bb5f1c","timestampMs":1669920221279,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.013+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:42.013+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:42.013+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.294+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:42.295+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:42.295+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:42.295+00:00|INFO|TimerManager|DMAAP-source-POLICY-HEARTBEAT] update timer registered Timer [name=59142431-35d2-4a7f-b640-b4a6cb8c65e7, expireMs=1669920252295]
[2022-12-01T18:43:42.295+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:42.295+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:42.295+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:42.295+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"59142431-35d2-4a7f-b640-b4a6cb8c65e7","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:42.296+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.325+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"48ba9dc9-c800-4d13-86bc-701862bb5f1c","timestampMs":1669920221279,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.325+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:42.325+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:42.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.332+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 37 ms
[2022-12-01T18:43:42.332+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:42.346+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.347+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:42.370+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.370+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.371+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:41.996622Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"48ba9dc9-c800-4d13-86bc-701862bb5f1c","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"5fa7c217-e344-4078-a4d0-6a14ab538b84","timestampMs":1669920221996,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.371+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:41.996622Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"48ba9dc9-c800-4d13-86bc-701862bb5f1c","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"5fa7c217-e344-4078-a4d0-6a14ab538b84","timestampMs":1669920221996,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.372+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 48ba9dc9-c800-4d13-86bc-701862bb5f1c
[2022-12-01T18:43:42.376+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping
[2022-12-01T18:43:42.376+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:42.376+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.376+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping enqueue
[2022-12-01T18:43:42.377+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping timer
[2022-12-01T18:43:42.377+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=48ba9dc9-c800-4d13-86bc-701862bb5f1c, expireMs=1669920251320]
[2022-12-01T18:43:42.377+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping listener
[2022-12-01T18:43:42.377+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopped
[2022-12-01T18:43:42.391+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate successful
[2022-12-01T18:43:42.392+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 start publishing next request
[2022-12-01T18:43:42.392+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange starting
[2022-12-01T18:43:42.393+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange starting listener
[2022-12-01T18:43:42.393+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange starting timer
[2022-12-01T18:43:42.393+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=06982ef9-77df-4244-8d98-b604cad4c069, expireMs=1669920252393]
[2022-12-01T18:43:42.393+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange starting enqueue
[2022-12-01T18:43:42.393+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange started
[2022-12-01T18:43:42.393+00:00|INFO|TimerManager|Thread-10] state-change timer waiting 30000ms Timer [name=06982ef9-77df-4244-8d98-b604cad4c069, expireMs=1669920252393]
[2022-12-01T18:43:42.394+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"06982ef9-77df-4244-8d98-b604cad4c069","timestampMs":1669920221281,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.432+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
[2022-12-01T18:43:42.432+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:42.446+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.446+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:42.481+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:42.481+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.483+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"59142431-35d2-4a7f-b640-b4a6cb8c65e7","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:42.483+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:42.483+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:42.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.503+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"59142431-35d2-4a7f-b640-b4a6cb8c65e7","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:42.503+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:42.503+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:42.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.541+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"06982ef9-77df-4244-8d98-b604cad4c069","timestampMs":1669920221281,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.541+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:42.541+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:42.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.543+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.543+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"06982ef9-77df-4244-8d98-b604cad4c069","timestampMs":1669920221281,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:42.543+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:42.543+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:42.543+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:42.595+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.596+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"59142431-35d2-4a7f-b640-b4a6cb8c65e7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"97b3902b-19ae-4064-91b6-2e3e65025dfc","timestampMs":1669920222488,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:42.597+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:42.597+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:42.597+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:42.597+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=59142431-35d2-4a7f-b640-b4a6cb8c65e7, expireMs=1669920252295]
[2022-12-01T18:43:42.598+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:42.598+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:42.607+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:42.608+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"59142431-35d2-4a7f-b640-b4a6cb8c65e7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"97b3902b-19ae-4064-91b6-2e3e65025dfc","timestampMs":1669920222488,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:42.609+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 59142431-35d2-4a7f-b640-b4a6cb8c65e7
[2022-12-01T18:43:42.609+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54887-08-31T05:31:25Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1365bc4e-490f-4ec5-8c5a-75cc36688bf1","timestampMs":1669920222489,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.128+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:43.128+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:43.128+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:43:43.128+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:43:43.128+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:43:43.128+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=bb6e65a8-3c0b-41c9-84ea-720f3ea35af8, expireMs=1669920253128]
[2022-12-01T18:43:43.129+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:43:43.129+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"bb6e65a8-3c0b-41c9-84ea-720f3ea35af8","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.129+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:43:43.132+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 3 ms
[2022-12-01T18:43:43.132+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:43.143+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:43.186+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54887-08-31T05:31:25Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1365bc4e-490f-4ec5-8c5a-75cc36688bf1","timestampMs":1669920222489,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.187+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-PDP-PAP] no listeners for autonomous message of type PdpStatus
[2022-12-01T18:43:43.187+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:43.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.214+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpStateChange","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:42.509691Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"06982ef9-77df-4244-8d98-b604cad4c069","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"39a6bfaf-00ff-4687-9cf9-1733d8050b24","timestampMs":1669920222509,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange stopping
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange stopping enqueue
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange stopping timer
[2022-12-01T18:43:43.236+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=06982ef9-77df-4244-8d98-b604cad4c069, expireMs=1669920252393]
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange stopping listener
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange stopped
[2022-12-01T18:43:43.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.236+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpStateChange successful
[2022-12-01T18:43:43.236+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 start publishing next request
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting
[2022-12-01T18:43:43.236+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting listener
[2022-12-01T18:43:43.237+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting timer
[2022-12-01T18:43:43.237+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=a48190c5-80d3-47ec-ada5-c6e383c39594, expireMs=1669920253237]
[2022-12-01T18:43:43.237+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate starting enqueue
[2022-12-01T18:43:43.237+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"a48190c5-80d3-47ec-ada5-c6e383c39594","timestampMs":1669920222471,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.237+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate started
[2022-12-01T18:43:43.237+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:43.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.268+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpStateChange","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:42.509691Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"06982ef9-77df-4244-8d98-b604cad4c069","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"39a6bfaf-00ff-4687-9cf9-1733d8050b24","timestampMs":1669920222509,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.269+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 06982ef9-77df-4244-8d98-b604cad4c069
[2022-12-01T18:43:43.269+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.269+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.282+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
[2022-12-01T18:43:43.282+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:43.294+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.295+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:43.337+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.337+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"bb6e65a8-3c0b-41c9-84ea-720f3ea35af8","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.338+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:43.338+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.338+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.339+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"bb6e65a8-3c0b-41c9-84ea-720f3ea35af8","timestampMs":1669920222285,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.339+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:43.339+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:43.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.338+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.437+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.437+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.437+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"a48190c5-80d3-47ec-ada5-c6e383c39594","timestampMs":1669920222471,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.438+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:43.438+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:43.438+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.437+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"a48190c5-80d3-47ec-ada5-c6e383c39594","timestampMs":1669920222471,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.441+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:43.441+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.441+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.505+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.505+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"bb6e65a8-3c0b-41c9-84ea-720f3ea35af8","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"18d766ba-af46-429e-94fc-7bffcff2e1b9","timestampMs":1669920223349,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.506+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id bb6e65a8-3c0b-41c9-84ea-720f3ea35af8
[2022-12-01T18:43:43.506+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.506+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.508+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"bb6e65a8-3c0b-41c9-84ea-720f3ea35af8","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"18d766ba-af46-429e-94fc-7bffcff2e1b9","timestampMs":1669920223349,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.508+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:43:43.508+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:43:43.508+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:43:43.508+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=bb6e65a8-3c0b-41c9-84ea-720f3ea35af8, expireMs=1669920253128]
[2022-12-01T18:43:43.508+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:43:43.509+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:43:43.509+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:43:43.509+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:43.509+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:43.509+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:43.509+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:43.509+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=637f209f-d34b-4d7d-813a-ed95476c3775, expireMs=1669920253509]
[2022-12-01T18:43:43.510+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:43.510+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"637f209f-d34b-4d7d-813a-ed95476c3775","timestampMs":1669920223179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:43.511+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:43.511+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:43.511+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 21 ms
[2022-12-01T18:43:43.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:43.551+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.551+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:43.577+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.578+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:43.578+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:43.395473Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"a48190c5-80d3-47ec-ada5-c6e383c39594","responseStatus":"SUCCESS","responseMessage":"Pdp already updated"},"messageName":"PDP_STATUS","requestId":"9d80b066-7af7-4e02-92e8-02d8662bf7f6","timestampMs":1669920223395,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.578+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-3303c140-4a53-4df3-a28c-23acec114f05","timeStamp":"2022-12-01T18:43:43.395473Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"a48190c5-80d3-47ec-ada5-c6e383c39594","responseStatus":"SUCCESS","responseMessage":"Pdp already updated"},"messageName":"PDP_STATUS","requestId":"9d80b066-7af7-4e02-92e8-02d8662bf7f6","timestampMs":1669920223395,"name":"apex-3303c140-4a53-4df3-a28c-23acec114f05","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-12-01T18:43:43.579+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping
[2022-12-01T18:43:43.579+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping enqueue
[2022-12-01T18:43:43.579+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping timer
[2022-12-01T18:43:43.579+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=a48190c5-80d3-47ec-ada5-c6e383c39594, expireMs=1669920253237]
[2022-12-01T18:43:43.579+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopping listener
[2022-12-01T18:43:43.579+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate stopped
[2022-12-01T18:43:43.579+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id a48190c5-80d3-47ec-ada5-c6e383c39594
[2022-12-01T18:43:43.579+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:43.580+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:43.591+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 PdpUpdate successful
[2022-12-01T18:43:43.592+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] apex-3303c140-4a53-4df3-a28c-23acec114f05 has no more requests
[2022-12-01T18:43:44.123+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:44.123+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"637f209f-d34b-4d7d-813a-ed95476c3775","timestampMs":1669920223179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:44.124+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:44.124+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:44.124+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:44.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:44.131+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:44.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:44.179+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"637f209f-d34b-4d7d-813a-ed95476c3775","timestampMs":1669920223179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:44.179+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:44.180+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:44.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:44.707+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:44.707+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"637f209f-d34b-4d7d-813a-ed95476c3775","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"db9b255a-d316-4a94-8ea3-65856ae36ccc","timestampMs":1669920224121,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:44.709+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:44.709+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:44.709+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:44.709+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=637f209f-d34b-4d7d-813a-ed95476c3775, expireMs=1669920253509]
[2022-12-01T18:43:44.709+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:44.709+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:44.782+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:44.782+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"637f209f-d34b-4d7d-813a-ed95476c3775","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"db9b255a-d316-4a94-8ea3-65856ae36ccc","timestampMs":1669920224121,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:44.783+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 637f209f-d34b-4d7d-813a-ed95476c3775
[2022-12-01T18:43:44.783+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:44.783+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:45.129+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:45.129+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:43:45.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:45.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:45.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:45.188+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=9a51cb15-4913-4e9a-8de4-330e5aab92e7, expireMs=1669920255188]
[2022-12-01T18:43:45.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:45.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:45.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:45.188+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"9a51cb15-4913-4e9a-8de4-330e5aab92e7","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:45.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:45.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
[2022-12-01T18:43:45.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:45.245+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:45.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:45.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:45.869+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"9a51cb15-4913-4e9a-8de4-330e5aab92e7","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:45.869+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:45.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:45.869+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:45.870+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:45.870+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"9a51cb15-4913-4e9a-8de4-330e5aab92e7","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:45.870+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:45.870+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:45.870+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:46.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:46.541+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"9a51cb15-4913-4e9a-8de4-330e5aab92e7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"67b30de0-3481-486d-acef-db2aa93bc105","timestampMs":1669920225872,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:46.542+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 9a51cb15-4913-4e9a-8de4-330e5aab92e7
[2022-12-01T18:43:46.542+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:46.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:46.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:46.542+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"9a51cb15-4913-4e9a-8de4-330e5aab92e7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"67b30de0-3481-486d-acef-db2aa93bc105","timestampMs":1669920225872,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:46.543+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:46.543+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:46.543+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:46.543+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=9a51cb15-4913-4e9a-8de4-330e5aab92e7, expireMs=1669920255188]
[2022-12-01T18:43:46.543+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:46.543+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:47.131+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:47.131+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:47.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:43:47.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:43:47.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:43:47.131+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=0e3f85ea-f658-4019-bce3-c8ad6559a40f, expireMs=1669920257131]
[2022-12-01T18:43:47.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:43:47.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:43:47.132+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"0e3f85ea-f658-4019-bce3-c8ad6559a40f","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:47.132+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 0 ms
[2022-12-01T18:43:47.132+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:47.145+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:47.145+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:47.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:47.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:47.783+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:47.784+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"0e3f85ea-f658-4019-bce3-c8ad6559a40f","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:47.784+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:47.784+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:47.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:47.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:47.841+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"0e3f85ea-f658-4019-bce3-c8ad6559a40f","timestampMs":1669920225181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:47.841+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:47.841+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:47.841+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:48.441+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:48.441+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"0e3f85ea-f658-4019-bce3-c8ad6559a40f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"161168bd-7edf-4b83-b2cc-d4e3d124625d","timestampMs":1669920227793,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:48.442+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 0e3f85ea-f658-4019-bce3-c8ad6559a40f
[2022-12-01T18:43:48.442+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:48.442+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:48.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:48.473+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"0e3f85ea-f658-4019-bce3-c8ad6559a40f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"161168bd-7edf-4b83-b2cc-d4e3d124625d","timestampMs":1669920227793,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:43:48.474+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=0e3f85ea-f658-4019-bce3-c8ad6559a40f, expireMs=1669920257131]
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:43:48.474+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:43:48.474+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:48.474+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=3296214b-2244-4f8d-ab74-cf069bc89208, expireMs=1669920258474]
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:48.474+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:48.474+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:48.475+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3296214b-2244-4f8d-ab74-cf069bc89208","timestampMs":1669920227182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:48.475+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:48.482+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 7 ms
[2022-12-01T18:43:48.482+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:48.492+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:48.493+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:49.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:49.120+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3296214b-2244-4f8d-ab74-cf069bc89208","timestampMs":1669920227182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:49.120+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:49.120+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:49.120+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:49.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:49.131+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3296214b-2244-4f8d-ab74-cf069bc89208","timestampMs":1669920227182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:49.131+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:49.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:49.131+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:49.782+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:49.782+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:49.783+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"3296214b-2244-4f8d-ab74-cf069bc89208","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3be3f2c7-e75d-4d32-a0fd-400cee8718f7","timestampMs":1669920229120,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:49.783+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"3296214b-2244-4f8d-ab74-cf069bc89208","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3be3f2c7-e75d-4d32-a0fd-400cee8718f7","timestampMs":1669920229120,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:49.784+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 3296214b-2244-4f8d-ab74-cf069bc89208
[2022-12-01T18:43:49.784+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:49.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:49.785+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:49.785+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:49.785+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:49.785+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=3296214b-2244-4f8d-ab74-cf069bc89208, expireMs=1669920258474]
[2022-12-01T18:43:49.789+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:49.789+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:50.131+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:50.131+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:43:50.192+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:50.193+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:50.193+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:50.193+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=bec8537d-a6cd-46d5-ad39-adf5d6611cef, expireMs=1669920260193]
[2022-12-01T18:43:50.193+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:50.194+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:50.194+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bec8537d-a6cd-46d5-ad39-adf5d6611cef","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:50.195+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:50.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:50.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
[2022-12-01T18:43:50.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:50.245+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:50.246+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:50.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:50.866+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bec8537d-a6cd-46d5-ad39-adf5d6611cef","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:50.866+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:50.867+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:50.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:50.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:50.874+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bec8537d-a6cd-46d5-ad39-adf5d6611cef","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:50.874+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:50.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:50.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:51.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:51.531+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"bec8537d-a6cd-46d5-ad39-adf5d6611cef","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"02cfff4b-7431-4e82-93bf-413a82c5ea28","timestampMs":1669920230875,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:51.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:51.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:51.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:51.532+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=bec8537d-a6cd-46d5-ad39-adf5d6611cef, expireMs=1669920260193]
[2022-12-01T18:43:51.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:51.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:51.538+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:51.538+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"bec8537d-a6cd-46d5-ad39-adf5d6611cef","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"02cfff4b-7431-4e82-93bf-413a82c5ea28","timestampMs":1669920230875,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:51.538+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id bec8537d-a6cd-46d5-ad39-adf5d6611cef
[2022-12-01T18:43:51.538+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:51.538+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:52.130+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:52.130+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:52.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:43:52.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:43:52.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:43:52.131+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=7c41e54f-991c-4bd0-a3ed-228a9c1555c6, expireMs=1669920262131]
[2022-12-01T18:43:52.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:43:52.131+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:43:52.132+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7c41e54f-991c-4bd0-a3ed-228a9c1555c6","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:52.132+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 0 ms
[2022-12-01T18:43:52.132+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:52.145+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:52.145+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:52.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:52.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:52.766+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:52.766+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7c41e54f-991c-4bd0-a3ed-228a9c1555c6","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:52.767+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:52.767+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:52.767+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:52.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:52.815+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7c41e54f-991c-4bd0-a3ed-228a9c1555c6","timestampMs":1669920230177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:52.816+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:52.816+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:52.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:53.443+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:53.444+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"7c41e54f-991c-4bd0-a3ed-228a9c1555c6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2c7414de-8918-423f-a4d2-71619c8ea855","timestampMs":1669920232767,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:53.445+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:43:53.445+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:43:53.445+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:43:53.445+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=7c41e54f-991c-4bd0-a3ed-228a9c1555c6, expireMs=1669920262131]
[2022-12-01T18:43:53.446+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:43:53.446+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:43:53.446+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:43:53.446+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:53.446+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:53.447+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:53.447+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:53.447+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:53.447+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=b61e673c-3385-4f4a-bc0d-6ef05bf7524b, expireMs=1669920263447]
[2022-12-01T18:43:53.447+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"7c41e54f-991c-4bd0-a3ed-228a9c1555c6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2c7414de-8918-423f-a4d2-71619c8ea855","timestampMs":1669920232767,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:53.447+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:53.447+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 7c41e54f-991c-4bd0-a3ed-228a9c1555c6
[2022-12-01T18:43:53.448+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:53.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:53.447+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:53.448+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b61e673c-3385-4f4a-bc0d-6ef05bf7524b","timestampMs":1669920232175,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:53.448+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:53.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:53.482+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 34 ms
[2022-12-01T18:43:53.482+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:53.495+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:53.495+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:54.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:54.168+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b61e673c-3385-4f4a-bc0d-6ef05bf7524b","timestampMs":1669920232175,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:54.168+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:54.169+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:54.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:54.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:54.171+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b61e673c-3385-4f4a-bc0d-6ef05bf7524b","timestampMs":1669920232175,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:54.172+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:54.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:54.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:54.805+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:54.806+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b61e673c-3385-4f4a-bc0d-6ef05bf7524b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"601328b9-0005-402b-b6b1-61fe9d64f22f","timestampMs":1669920234121,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:54.806+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:54.806+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:54.807+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:54.807+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=b61e673c-3385-4f4a-bc0d-6ef05bf7524b, expireMs=1669920263447]
[2022-12-01T18:43:54.807+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:54.807+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:54.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:54.808+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b61e673c-3385-4f4a-bc0d-6ef05bf7524b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"601328b9-0005-402b-b6b1-61fe9d64f22f","timestampMs":1669920234121,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:54.808+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id b61e673c-3385-4f4a-bc0d-6ef05bf7524b
[2022-12-01T18:43:54.808+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:54.808+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:55.132+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:55.132+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:43:55.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:55.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:55.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:55.191+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=8c49ad42-8a66-499e-bb4f-7a4a4f970481, expireMs=1669920265191]
[2022-12-01T18:43:55.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:55.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:55.192+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:55.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:55.192+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8c49ad42-8a66-499e-bb4f-7a4a4f970481","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:55.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 40 ms
[2022-12-01T18:43:55.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:55.245+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:55.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:43:55.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:55.867+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8c49ad42-8a66-499e-bb4f-7a4a4f970481","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:55.868+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:55.868+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:55.868+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:55.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:55.870+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8c49ad42-8a66-499e-bb4f-7a4a4f970481","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:55.870+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:55.871+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:55.871+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:56.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:56.544+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"8c49ad42-8a66-499e-bb4f-7a4a4f970481","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"59a1355b-fe60-4d4b-a7cf-4c690cba58e6","timestampMs":1669920235867,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:56.545+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 8c49ad42-8a66-499e-bb4f-7a4a4f970481
[2022-12-01T18:43:56.545+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:56.545+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:56.545+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:56.545+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"8c49ad42-8a66-499e-bb4f-7a4a4f970481","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"59a1355b-fe60-4d4b-a7cf-4c690cba58e6","timestampMs":1669920235867,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:56.546+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:56.546+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:56.546+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:56.546+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=8c49ad42-8a66-499e-bb4f-7a4a4f970481, expireMs=1669920265191]
[2022-12-01T18:43:56.547+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:56.547+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:43:57.132+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:43:57.132+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:57.133+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:43:57.133+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:43:57.133+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:43:57.133+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=c9d670eb-fa25-434a-8791-8cb7b8f1eaae, expireMs=1669920267133]
[2022-12-01T18:43:57.133+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:43:57.134+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:43:57.134+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c9d670eb-fa25-434a-8791-8cb7b8f1eaae","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:57.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-12-01T18:43:57.183+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:57.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:57.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:57.197+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:57.197+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:57.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:57.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:57.835+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c9d670eb-fa25-434a-8791-8cb7b8f1eaae","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:57.835+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c9d670eb-fa25-434a-8791-8cb7b8f1eaae","timestampMs":1669920235183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:57.835+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:57.835+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:57.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:57.836+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:43:57.836+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:57.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:58.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:58.496+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"c9d670eb-fa25-434a-8791-8cb7b8f1eaae","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d662de6d-1904-40b0-9458-fcea4fd5b012","timestampMs":1669920237835,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:58.496+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:43:58.496+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:43:58.496+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:58.496+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:43:58.497+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"c9d670eb-fa25-434a-8791-8cb7b8f1eaae","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d662de6d-1904-40b0-9458-fcea4fd5b012","timestampMs":1669920237835,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:58.497+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=c9d670eb-fa25-434a-8791-8cb7b8f1eaae, expireMs=1669920267133]
[2022-12-01T18:43:58.497+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:43:58.497+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id c9d670eb-fa25-434a-8791-8cb7b8f1eaae
[2022-12-01T18:43:58.497+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:58.497+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:43:58.497+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:58.497+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:43:58.497+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:43:58.498+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:43:58.498+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:43:58.498+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:43:58.498+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=57121620-5d03-46e3-9794-a1d665dd88b5, expireMs=1669920268498]
[2022-12-01T18:43:58.498+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:43:58.498+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:43:58.498+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:58.499+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"57121620-5d03-46e3-9794-a1d665dd88b5","timestampMs":1669920237177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:58.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:58.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33 ms
[2022-12-01T18:43:58.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:43:58.549+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:58.550+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:43:59.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:59.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:59.166+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"57121620-5d03-46e3-9794-a1d665dd88b5","timestampMs":1669920237177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:59.166+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:43:59.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:59.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:59.167+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"57121620-5d03-46e3-9794-a1d665dd88b5","timestampMs":1669920237177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:59.168+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:43:59.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:43:59.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:43:59.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:59.832+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"57121620-5d03-46e3-9794-a1d665dd88b5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a5d6a305-506c-46de-a2f4-0a84c14e6244","timestampMs":1669920239167,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:59.833+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:43:59.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:43:59.834+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"57121620-5d03-46e3-9794-a1d665dd88b5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a5d6a305-506c-46de-a2f4-0a84c14e6244","timestampMs":1669920239167,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:43:59.834+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 57121620-5d03-46e3-9794-a1d665dd88b5
[2022-12-01T18:43:59.834+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:43:59.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:43:59.833+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:43:59.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:43:59.839+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=57121620-5d03-46e3-9794-a1d665dd88b5, expireMs=1669920268498]
[2022-12-01T18:43:59.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:43:59.840+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:00.132+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:00.133+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:00.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:00.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:00.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:00.187+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=5d2180e4-8e63-4b89-adfc-0fce412186b4, expireMs=1669920270187]
[2022-12-01T18:44:00.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:00.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:00.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:00.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:00.188+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"5d2180e4-8e63-4b89-adfc-0fce412186b4","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:00.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:00.233+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:00.248+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:00.249+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:00.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:00.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:00.875+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"5d2180e4-8e63-4b89-adfc-0fce412186b4","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:00.875+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"5d2180e4-8e63-4b89-adfc-0fce412186b4","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:00.876+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:00.876+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:00.876+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:00.876+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:00.877+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:00.877+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:01.537+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:01.538+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"5d2180e4-8e63-4b89-adfc-0fce412186b4","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"541407d7-deea-4456-93cb-026b75e225df","timestampMs":1669920240878,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:01.539+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 5d2180e4-8e63-4b89-adfc-0fce412186b4
[2022-12-01T18:44:01.539+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:01.539+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:01.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:01.541+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"5d2180e4-8e63-4b89-adfc-0fce412186b4","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"541407d7-deea-4456-93cb-026b75e225df","timestampMs":1669920240878,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:01.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:01.542+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:01.542+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:01.542+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=5d2180e4-8e63-4b89-adfc-0fce412186b4, expireMs=1669920270187]
[2022-12-01T18:44:01.542+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:01.542+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:02.134+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:02.134+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:02.134+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:02.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:02.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:02.135+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=d153d348-6054-45ac-8a44-4c6a246c5a1d, expireMs=1669920272135]
[2022-12-01T18:44:02.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:02.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:02.135+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d153d348-6054-45ac-8a44-4c6a246c5a1d","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:02.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:02.183+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:02.186+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:02.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:02.197+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:02.198+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:02.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:02.822+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d153d348-6054-45ac-8a44-4c6a246c5a1d","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:02.822+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:02.823+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:02.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:02.824+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:02.824+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d153d348-6054-45ac-8a44-4c6a246c5a1d","timestampMs":1669920240178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:02.824+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:02.825+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:02.825+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:03.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:03.490+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d153d348-6054-45ac-8a44-4c6a246c5a1d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f6d864d7-8635-4fdb-bb88-fb7330df3890","timestampMs":1669920242823,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:03.490+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id d153d348-6054-45ac-8a44-4c6a246c5a1d
[2022-12-01T18:44:03.491+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:03.491+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:03.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:03.493+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d153d348-6054-45ac-8a44-4c6a246c5a1d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f6d864d7-8635-4fdb-bb88-fb7330df3890","timestampMs":1669920242823,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:03.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:03.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:03.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:03.494+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=d153d348-6054-45ac-8a44-4c6a246c5a1d, expireMs=1669920272135]
[2022-12-01T18:44:03.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:03.495+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:03.495+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:03.495+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=20d304f9-98d8-4a5a-8ec9-9e2d53a45967, expireMs=1669920273495]
[2022-12-01T18:44:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:03.496+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:03.496+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:03.496+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20d304f9-98d8-4a5a-8ec9-9e2d53a45967","timestampMs":1669920242178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:03.496+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:03.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 36 ms
[2022-12-01T18:44:03.533+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:03.548+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:03.548+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:04.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:04.172+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20d304f9-98d8-4a5a-8ec9-9e2d53a45967","timestampMs":1669920242178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:04.172+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:04.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:04.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:04.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:04.174+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20d304f9-98d8-4a5a-8ec9-9e2d53a45967","timestampMs":1669920242178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:04.174+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:04.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:04.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:04.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:04.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:04.840+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"20d304f9-98d8-4a5a-8ec9-9e2d53a45967","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"faaed4da-6885-4c74-8f5d-0cbee59954ee","timestampMs":1669920244172,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:04.840+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"20d304f9-98d8-4a5a-8ec9-9e2d53a45967","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"faaed4da-6885-4c74-8f5d-0cbee59954ee","timestampMs":1669920244172,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:04.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:04.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:04.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:04.841+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=20d304f9-98d8-4a5a-8ec9-9e2d53a45967, expireMs=1669920273495]
[2022-12-01T18:44:04.851+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 20d304f9-98d8-4a5a-8ec9-9e2d53a45967
[2022-12-01T18:44:04.851+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:04.851+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:04.851+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:04.851+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:05.143+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:05.143+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:05.203+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:05.204+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:05.204+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:05.204+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=7f62620f-4094-42a6-ab4d-2d5b59c4920d, expireMs=1669920275204]
[2022-12-01T18:44:05.204+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:05.204+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:05.204+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7f62620f-4094-42a6-ab4d-2d5b59c4920d","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:05.205+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:05.205+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:05.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 27 ms
[2022-12-01T18:44:05.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:05.244+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:05.244+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:05.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:05.864+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7f62620f-4094-42a6-ab4d-2d5b59c4920d","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:05.864+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:05.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:05.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:05.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:05.875+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7f62620f-4094-42a6-ab4d-2d5b59c4920d","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:05.875+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:05.876+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:05.876+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:06.529+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:06.529+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"7f62620f-4094-42a6-ab4d-2d5b59c4920d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"038ea963-88fc-467f-b3ec-e3e8da0765e6","timestampMs":1669920245864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:06.529+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:06.529+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"7f62620f-4094-42a6-ab4d-2d5b59c4920d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"038ea963-88fc-467f-b3ec-e3e8da0765e6","timestampMs":1669920245864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:06.529+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 7f62620f-4094-42a6-ab4d-2d5b59c4920d
[2022-12-01T18:44:06.529+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:06.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:06.530+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:06.530+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:06.530+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:06.530+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=7f62620f-4094-42a6-ab4d-2d5b59c4920d, expireMs=1669920275204]
[2022-12-01T18:44:06.531+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:06.531+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:07.134+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:07.135+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:07.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:07.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:07.136+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:07.136+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=d83fdca9-587f-48d0-a8cf-2edc15b4ad15, expireMs=1669920277136]
[2022-12-01T18:44:07.136+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:07.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:07.138+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d83fdca9-587f-48d0-a8cf-2edc15b4ad15","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:07.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:07.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:07.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:07.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:07.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:07.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:07.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:07.831+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d83fdca9-587f-48d0-a8cf-2edc15b4ad15","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:07.831+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:07.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:07.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:07.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:07.834+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d83fdca9-587f-48d0-a8cf-2edc15b4ad15","timestampMs":1669920245195,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:07.835+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:07.835+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:07.835+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:08.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:08.483+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d83fdca9-587f-48d0-a8cf-2edc15b4ad15","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f44f51a4-48a0-464f-821e-cae7d407cbc4","timestampMs":1669920247831,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:08.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:08.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:08.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:08.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=d83fdca9-587f-48d0-a8cf-2edc15b4ad15, expireMs=1669920277136]
[2022-12-01T18:44:08.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:08.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:08.485+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:08.485+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:08.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:08.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:08.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:08.486+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=80d832be-03bc-4e94-aff9-3f4757bfd9d6, expireMs=1669920278486]
[2022-12-01T18:44:08.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:08.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:08.486+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:08.486+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"80d832be-03bc-4e94-aff9-3f4757bfd9d6","timestampMs":1669920247192,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:08.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:08.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:08.492+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d83fdca9-587f-48d0-a8cf-2edc15b4ad15","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f44f51a4-48a0-464f-821e-cae7d407cbc4","timestampMs":1669920247831,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:08.493+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id d83fdca9-587f-48d0-a8cf-2edc15b4ad15
[2022-12-01T18:44:08.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:08.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:08.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:08.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:08.546+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:08.547+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:09.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:09.183+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"80d832be-03bc-4e94-aff9-3f4757bfd9d6","timestampMs":1669920247192,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:09.183+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:09.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:09.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:09.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:09.184+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"80d832be-03bc-4e94-aff9-3f4757bfd9d6","timestampMs":1669920247192,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:09.184+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:09.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:09.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:09.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:09.833+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"80d832be-03bc-4e94-aff9-3f4757bfd9d6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"5c5fb140-4cf2-4acf-8636-2a8ebb48f060","timestampMs":1669920249171,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:09.833+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 80d832be-03bc-4e94-aff9-3f4757bfd9d6
[2022-12-01T18:44:09.833+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:09.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:09.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:09.840+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"80d832be-03bc-4e94-aff9-3f4757bfd9d6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"5c5fb140-4cf2-4acf-8636-2a8ebb48f060","timestampMs":1669920249171,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:09.840+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:09.840+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:09.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:09.841+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=80d832be-03bc-4e94-aff9-3f4757bfd9d6, expireMs=1669920278486]
[2022-12-01T18:44:09.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:09.841+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:10.133+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:10.133+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:10.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:10.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:10.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:10.184+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=85abad25-b097-400e-94c5-76c2fd254c2e, expireMs=1669920280184]
[2022-12-01T18:44:10.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:10.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:10.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:10.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:10.184+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85abad25-b097-400e-94c5-76c2fd254c2e","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:10.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-12-01T18:44:10.233+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:10.252+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:10.253+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:10.879+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:10.880+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85abad25-b097-400e-94c5-76c2fd254c2e","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:10.880+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:10.880+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:10.880+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:10.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:10.881+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85abad25-b097-400e-94c5-76c2fd254c2e","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:10.881+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:10.881+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:10.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:11.321+00:00|INFO|TimerManager|Thread-9] update timer discarded (expired) Timer [name=48ba9dc9-c800-4d13-86bc-701862bb5f1c, expireMs=1669920251320]
[2022-12-01T18:44:11.321+00:00|INFO|TimerManager|Thread-9] update timer waiting 28863ms Timer [name=85abad25-b097-400e-94c5-76c2fd254c2e, expireMs=1669920280184]
[2022-12-01T18:44:11.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:11.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:11.532+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"85abad25-b097-400e-94c5-76c2fd254c2e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"49286368-3336-411d-a50c-31c514fe41d8","timestampMs":1669920250881,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:11.532+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"85abad25-b097-400e-94c5-76c2fd254c2e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"49286368-3336-411d-a50c-31c514fe41d8","timestampMs":1669920250881,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:11.533+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 85abad25-b097-400e-94c5-76c2fd254c2e
[2022-12-01T18:44:11.533+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:11.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:11.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:11.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:11.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:11.533+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=85abad25-b097-400e-94c5-76c2fd254c2e, expireMs=1669920280184]
[2022-12-01T18:44:11.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:11.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:11.541+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:11.541+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:11.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:11.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:11.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:11.541+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=7f6e7b5d-93ee-4014-86d2-b45d9e633ce9, expireMs=1669920281541]
[2022-12-01T18:44:11.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:11.541+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:11.541+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7f6e7b5d-93ee-4014-86d2-b45d9e633ce9","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:11.582+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:11.582+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
[2022-12-01T18:44:11.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:11.582+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:11.593+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:11.594+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:12.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:12.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:12.214+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7f6e7b5d-93ee-4014-86d2-b45d9e633ce9","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:12.215+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:12.214+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"7f6e7b5d-93ee-4014-86d2-b45d9e633ce9","timestampMs":1669920250176,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:12.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:12.215+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:12.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:12.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:12.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:12.393+00:00|INFO|TimerManager|Thread-10] state-change timer discarded (expired) Timer [name=06982ef9-77df-4244-8d98-b604cad4c069, expireMs=1669920252393]
[2022-12-01T18:44:12.394+00:00|INFO|TimerManager|Thread-10] state-change timer waiting 29147ms Timer [name=7f6e7b5d-93ee-4014-86d2-b45d9e633ce9, expireMs=1669920281541]
[2022-12-01T18:44:12.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:12.882+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"7f6e7b5d-93ee-4014-86d2-b45d9e633ce9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a3f71c90-8807-48a2-afd6-a09667a8a3aa","timestampMs":1669920252216,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:12.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:12.883+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"7f6e7b5d-93ee-4014-86d2-b45d9e633ce9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a3f71c90-8807-48a2-afd6-a09667a8a3aa","timestampMs":1669920252216,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:12.883+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 7f6e7b5d-93ee-4014-86d2-b45d9e633ce9
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:12.883+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:12.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:12.883+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=7f6e7b5d-93ee-4014-86d2-b45d9e633ce9, expireMs=1669920281541]
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:12.883+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:12.883+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:12.883+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:12.883+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=85b7b9c9-e718-433c-b68f-e35416e7fd9f, expireMs=1669920282883]
[2022-12-01T18:44:12.884+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:12.884+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:12.884+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:12.884+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:12.884+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85b7b9c9-e718-433c-b68f-e35416e7fd9f","timestampMs":1669920251576,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:12.884+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 0 ms
[2022-12-01T18:44:12.884+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:12.901+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:12.902+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:13.523+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:13.523+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85b7b9c9-e718-433c-b68f-e35416e7fd9f","timestampMs":1669920251576,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:13.523+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:13.523+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:13.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:13.528+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:13.528+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"85b7b9c9-e718-433c-b68f-e35416e7fd9f","timestampMs":1669920251576,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:13.528+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:13.528+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:13.528+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:14.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:14.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:14.185+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"85b7b9c9-e718-433c-b68f-e35416e7fd9f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a237cec8-3181-48d0-8969-e01210496ecb","timestampMs":1669920253528,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:14.185+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"85b7b9c9-e718-433c-b68f-e35416e7fd9f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a237cec8-3181-48d0-8969-e01210496ecb","timestampMs":1669920253528,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:14.185+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 85b7b9c9-e718-433c-b68f-e35416e7fd9f
[2022-12-01T18:44:14.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:14.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:14.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:14.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:14.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:14.185+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=85b7b9c9-e718-433c-b68f-e35416e7fd9f, expireMs=1669920282883]
[2022-12-01T18:44:14.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:14.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:15.137+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:15.137+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:15.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:15.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:15.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:15.191+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=20095d29-3f0d-49bb-8b43-a9001f52f31b, expireMs=1669920285191]
[2022-12-01T18:44:15.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:15.191+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:15.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:15.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:15.191+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20095d29-3f0d-49bb-8b43-a9001f52f31b","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:15.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
[2022-12-01T18:44:15.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:15.246+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:15.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:15.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:15.864+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20095d29-3f0d-49bb-8b43-a9001f52f31b","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:15.865+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:15.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:15.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:15.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:15.865+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"20095d29-3f0d-49bb-8b43-a9001f52f31b","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:15.865+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:15.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:15.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:16.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:16.536+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"20095d29-3f0d-49bb-8b43-a9001f52f31b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"561209a8-ee48-4313-87fd-e7485be0574f","timestampMs":1669920255865,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:16.536+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 20095d29-3f0d-49bb-8b43-a9001f52f31b
[2022-12-01T18:44:16.536+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:16.537+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:16.538+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:16.538+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"20095d29-3f0d-49bb-8b43-a9001f52f31b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"561209a8-ee48-4313-87fd-e7485be0574f","timestampMs":1669920255865,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:16.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:16.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:16.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:16.538+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=20095d29-3f0d-49bb-8b43-a9001f52f31b, expireMs=1669920285191]
[2022-12-01T18:44:16.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:16.539+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:17.135+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:17.135+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:17.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:17.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:17.135+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:17.136+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=31643ff9-7dcd-4fa4-9cb8-121ccd5130ca, expireMs=1669920287136]
[2022-12-01T18:44:17.136+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:17.136+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:17.136+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"31643ff9-7dcd-4fa4-9cb8-121ccd5130ca","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:17.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:17.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:17.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:17.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:17.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:17.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:17.825+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:17.825+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"31643ff9-7dcd-4fa4-9cb8-121ccd5130ca","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:17.826+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:17.826+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:17.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:17.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:17.836+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"31643ff9-7dcd-4fa4-9cb8-121ccd5130ca","timestampMs":1669920255183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:17.837+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:17.837+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:17.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:18.481+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:18.482+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"31643ff9-7dcd-4fa4-9cb8-121ccd5130ca","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d5fb26d7-7f2a-491a-bee6-ed23eb052a7c","timestampMs":1669920257838,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:18.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:18.482+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"31643ff9-7dcd-4fa4-9cb8-121ccd5130ca","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d5fb26d7-7f2a-491a-bee6-ed23eb052a7c","timestampMs":1669920257838,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:18.482+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:18.482+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 31643ff9-7dcd-4fa4-9cb8-121ccd5130ca
[2022-12-01T18:44:18.482+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:18.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:18.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:18.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:18.483+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=31643ff9-7dcd-4fa4-9cb8-121ccd5130ca, expireMs=1669920287136]
[2022-12-01T18:44:18.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:18.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:18.483+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:18.484+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:18.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:18.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:18.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:18.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=68f252aa-4488-4015-951a-78795fb65a95, expireMs=1669920288484]
[2022-12-01T18:44:18.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:18.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:18.484+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:18.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:18.486+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"68f252aa-4488-4015-951a-78795fb65a95","timestampMs":1669920257178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:18.533+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-12-01T18:44:18.534+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:18.548+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:18.549+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:19.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:19.167+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"68f252aa-4488-4015-951a-78795fb65a95","timestampMs":1669920257178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:19.168+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:19.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:19.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:19.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:19.169+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"68f252aa-4488-4015-951a-78795fb65a95","timestampMs":1669920257178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:19.169+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:19.169+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:19.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:19.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:19.827+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"68f252aa-4488-4015-951a-78795fb65a95","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"091c238f-636f-485a-8f58-6762c5962917","timestampMs":1669920259170,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:19.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:19.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:19.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:19.828+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=68f252aa-4488-4015-951a-78795fb65a95, expireMs=1669920288484]
[2022-12-01T18:44:19.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:19.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:19.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:19.836+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"68f252aa-4488-4015-951a-78795fb65a95","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"091c238f-636f-485a-8f58-6762c5962917","timestampMs":1669920259170,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:19.836+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 68f252aa-4488-4015-951a-78795fb65a95
[2022-12-01T18:44:19.836+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:19.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:20.135+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:20.135+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:20.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:20.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:20.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:20.186+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=6274c629-f215-4ffd-8080-c6bbd2184de7, expireMs=1669920290186]
[2022-12-01T18:44:20.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:20.186+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:20.187+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:20.187+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"6274c629-f215-4ffd-8080-c6bbd2184de7","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:20.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:20.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
[2022-12-01T18:44:20.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:20.246+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:20.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:20.862+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:20.863+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"6274c629-f215-4ffd-8080-c6bbd2184de7","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:20.863+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:20.863+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:20.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:20.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:20.865+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"6274c629-f215-4ffd-8080-c6bbd2184de7","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:20.865+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:20.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:20.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:21.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:21.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:21.536+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"6274c629-f215-4ffd-8080-c6bbd2184de7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a77254ff-8bd5-4719-baa2-6df93b39d0a2","timestampMs":1669920260864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:21.536+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"6274c629-f215-4ffd-8080-c6bbd2184de7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a77254ff-8bd5-4719-baa2-6df93b39d0a2","timestampMs":1669920260864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:21.536+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 6274c629-f215-4ffd-8080-c6bbd2184de7
[2022-12-01T18:44:21.537+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:21.537+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:21.536+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:21.537+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:21.537+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:21.538+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=6274c629-f215-4ffd-8080-c6bbd2184de7, expireMs=1669920290186]
[2022-12-01T18:44:21.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:21.538+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:22.136+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:22.136+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:22.136+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:22.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:22.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:22.137+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=ac36e959-b267-4f1a-810a-9e549c4ae4fc, expireMs=1669920292137]
[2022-12-01T18:44:22.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:22.138+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"ac36e959-b267-4f1a-810a-9e549c4ae4fc","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:22.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:22.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:22.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:22.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:22.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:22.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:22.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:22.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:22.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:22.815+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"ac36e959-b267-4f1a-810a-9e549c4ae4fc","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:22.815+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:22.815+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:22.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:22.820+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"ac36e959-b267-4f1a-810a-9e549c4ae4fc","timestampMs":1669920260179,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:22.821+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:22.821+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:22.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:23.481+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:23.482+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"ac36e959-b267-4f1a-810a-9e549c4ae4fc","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"7ef3d8aa-f08c-4082-a9f9-7ea1419d3482","timestampMs":1669920262817,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:23.483+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id ac36e959-b267-4f1a-810a-9e549c4ae4fc
[2022-12-01T18:44:23.483+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:23.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:23.481+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:23.484+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"ac36e959-b267-4f1a-810a-9e549c4ae4fc","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"7ef3d8aa-f08c-4082-a9f9-7ea1419d3482","timestampMs":1669920262817,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:23.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:23.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:23.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:23.485+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=ac36e959-b267-4f1a-810a-9e549c4ae4fc, expireMs=1669920292137]
[2022-12-01T18:44:23.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:23.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:23.486+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:23.486+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:23.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:23.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:23.487+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:23.487+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=767f763d-8b08-4ae3-880a-1ef254dcb779, expireMs=1669920293487]
[2022-12-01T18:44:23.487+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:23.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:23.488+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"767f763d-8b08-4ae3-880a-1ef254dcb779","timestampMs":1669920262178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:23.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:23.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:23.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:23.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:23.545+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:23.546+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:24.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:24.165+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"767f763d-8b08-4ae3-880a-1ef254dcb779","timestampMs":1669920262178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:24.165+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:24.165+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:24.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:24.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:24.166+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"767f763d-8b08-4ae3-880a-1ef254dcb779","timestampMs":1669920262178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:24.167+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:24.167+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:24.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:24.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:24.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:24.832+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"767f763d-8b08-4ae3-880a-1ef254dcb779","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"35167279-e280-4f62-acc0-f40435bf4737","timestampMs":1669920264165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:24.832+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"767f763d-8b08-4ae3-880a-1ef254dcb779","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"35167279-e280-4f62-acc0-f40435bf4737","timestampMs":1669920264165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:24.832+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 767f763d-8b08-4ae3-880a-1ef254dcb779
[2022-12-01T18:44:24.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:24.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:24.832+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:24.832+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:24.833+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:24.834+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=767f763d-8b08-4ae3-880a-1ef254dcb779, expireMs=1669920293487]
[2022-12-01T18:44:24.834+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:24.834+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:25.135+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:25.136+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:25.181+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:25.181+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:25.181+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:25.181+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=0e78ef8c-2429-4201-bcbe-6ca6f78c1120, expireMs=1669920295181]
[2022-12-01T18:44:25.181+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:25.182+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:25.182+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:25.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:25.182+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"0e78ef8c-2429-4201-bcbe-6ca6f78c1120","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:25.183+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 1 ms
[2022-12-01T18:44:25.183+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:25.202+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:25.202+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:25.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:25.821+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"0e78ef8c-2429-4201-bcbe-6ca6f78c1120","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:25.821+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:25.821+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:25.821+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:25.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:25.830+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"0e78ef8c-2429-4201-bcbe-6ca6f78c1120","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:25.830+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:25.830+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:25.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:26.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:26.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:26.484+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"0e78ef8c-2429-4201-bcbe-6ca6f78c1120","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"57368c85-06cf-4661-9746-f60a14f474a9","timestampMs":1669920265832,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:26.484+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"0e78ef8c-2429-4201-bcbe-6ca6f78c1120","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"57368c85-06cf-4661-9746-f60a14f474a9","timestampMs":1669920265832,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:26.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:26.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:26.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:26.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=0e78ef8c-2429-4201-bcbe-6ca6f78c1120, expireMs=1669920295181]
[2022-12-01T18:44:26.485+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:26.485+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 0e78ef8c-2429-4201-bcbe-6ca6f78c1120
[2022-12-01T18:44:26.486+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:26.486+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:26.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:27.136+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:27.137+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:27.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:27.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:27.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:27.137+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=c475302e-38cf-4b7f-b0e6-ce89497bf12d, expireMs=1669920297137]
[2022-12-01T18:44:27.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:27.137+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:27.137+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c475302e-38cf-4b7f-b0e6-ce89497bf12d","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:27.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
[2022-12-01T18:44:27.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:27.190+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:27.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:27.195+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:27.195+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:27.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:27.827+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c475302e-38cf-4b7f-b0e6-ce89497bf12d","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:27.827+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:27.828+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:27.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:27.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:27.828+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c475302e-38cf-4b7f-b0e6-ce89497bf12d","timestampMs":1669920265174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:27.828+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:27.828+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:27.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:28.487+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:28.487+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:28.487+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"c475302e-38cf-4b7f-b0e6-ce89497bf12d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ddcde95a-fe6c-4f54-b80d-fbffc0df2688","timestampMs":1669920267821,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:28.487+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"c475302e-38cf-4b7f-b0e6-ce89497bf12d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ddcde95a-fe6c-4f54-b80d-fbffc0df2688","timestampMs":1669920267821,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:28.488+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=c475302e-38cf-4b7f-b0e6-ce89497bf12d, expireMs=1669920297137]
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:28.488+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id c475302e-38cf-4b7f-b0e6-ce89497bf12d
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:28.488+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:28.488+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:28.488+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=bda77a12-1795-47f5-804c-234d72ca21d7, expireMs=1669920298488]
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:28.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:28.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:28.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:28.488+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bda77a12-1795-47f5-804c-234d72ca21d7","timestampMs":1669920267183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:28.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:28.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:28.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:28.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:28.545+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:28.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:29.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:29.163+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bda77a12-1795-47f5-804c-234d72ca21d7","timestampMs":1669920267183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:29.163+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:29.163+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:29.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:29.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:29.165+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"bda77a12-1795-47f5-804c-234d72ca21d7","timestampMs":1669920267183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:29.165+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:29.165+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:29.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:29.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:29.828+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"bda77a12-1795-47f5-804c-234d72ca21d7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"56904fe2-fba7-447d-ab2b-312df78b637d","timestampMs":1669920269165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:29.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:29.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:29.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:29.829+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=bda77a12-1795-47f5-804c-234d72ca21d7, expireMs=1669920298488]
[2022-12-01T18:44:29.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:29.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:29.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:29.830+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"bda77a12-1795-47f5-804c-234d72ca21d7","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"56904fe2-fba7-447d-ab2b-312df78b637d","timestampMs":1669920269165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:29.831+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id bda77a12-1795-47f5-804c-234d72ca21d7
[2022-12-01T18:44:29.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:29.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:30.139+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:30.139+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:30.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:30.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:30.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:30.190+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=e22e33a9-f0fe-4dde-9a3a-688970a48ae5, expireMs=1669920300190]
[2022-12-01T18:44:30.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:30.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:30.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:30.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:30.191+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"e22e33a9-f0fe-4dde-9a3a-688970a48ae5","timestampMs":1669920270182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:30.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
[2022-12-01T18:44:30.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:30.244+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:30.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:30.860+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:30.861+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"e22e33a9-f0fe-4dde-9a3a-688970a48ae5","timestampMs":1669920270182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:30.861+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:30.861+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:30.861+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:30.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:30.865+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"e22e33a9-f0fe-4dde-9a3a-688970a48ae5","timestampMs":1669920270182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:30.865+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:30.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:30.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:31.527+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:31.528+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"e22e33a9-f0fe-4dde-9a3a-688970a48ae5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"560a4724-e218-48b8-9272-3598b3b15f17","timestampMs":1669920270862,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:31.528+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:31.528+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:31.528+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:31.528+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=e22e33a9-f0fe-4dde-9a3a-688970a48ae5, expireMs=1669920300190]
[2022-12-01T18:44:31.528+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:31.528+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:31.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:31.530+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"e22e33a9-f0fe-4dde-9a3a-688970a48ae5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"560a4724-e218-48b8-9272-3598b3b15f17","timestampMs":1669920270862,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:31.530+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id e22e33a9-f0fe-4dde-9a3a-688970a48ae5
[2022-12-01T18:44:31.530+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:31.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:32.138+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:32.138+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:32.138+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:32.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:32.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:32.139+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=d30a24f3-6b95-404c-b638-ea6382797095, expireMs=1669920302139]
[2022-12-01T18:44:32.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:32.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:32.139+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d30a24f3-6b95-404c-b638-ea6382797095","timestampMs":1669920270183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:32.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
[2022-12-01T18:44:32.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:32.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:32.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:32.194+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:32.194+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:32.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:32.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:32.818+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d30a24f3-6b95-404c-b638-ea6382797095","timestampMs":1669920270183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:32.818+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d30a24f3-6b95-404c-b638-ea6382797095","timestampMs":1669920270183,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:32.818+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:32.818+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:32.818+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:32.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:32.818+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:32.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:33.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:33.483+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d30a24f3-6b95-404c-b638-ea6382797095","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"27a6c41a-bea5-47ae-b1b0-a7083cb203b0","timestampMs":1669920272818,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:33.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:33.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:33.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:33.483+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=d30a24f3-6b95-404c-b638-ea6382797095, expireMs=1669920302139]
[2022-12-01T18:44:33.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:33.484+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:33.484+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:33.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=8afacaca-d014-44d6-a572-23318a733d13, expireMs=1669920303484]
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:33.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:33.484+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:33.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:33.484+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8afacaca-d014-44d6-a572-23318a733d13","timestampMs":1669920272177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:33.523+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:33.524+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d30a24f3-6b95-404c-b638-ea6382797095","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"27a6c41a-bea5-47ae-b1b0-a7083cb203b0","timestampMs":1669920272818,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:33.524+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id d30a24f3-6b95-404c-b638-ea6382797095
[2022-12-01T18:44:33.524+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:33.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:33.534+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 50 ms
[2022-12-01T18:44:33.534+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:33.550+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:33.550+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:34.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:34.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:34.183+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8afacaca-d014-44d6-a572-23318a733d13","timestampMs":1669920272177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:34.183+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"8afacaca-d014-44d6-a572-23318a733d13","timestampMs":1669920272177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:34.184+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:34.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:34.184+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:34.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:34.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:34.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:34.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:34.828+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"8afacaca-d014-44d6-a572-23318a733d13","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f2f3c666-ec30-482f-85f0-6248ec2f57e3","timestampMs":1669920274182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:34.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:34.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:34.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:34.829+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=8afacaca-d014-44d6-a572-23318a733d13, expireMs=1669920303484]
[2022-12-01T18:44:34.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:34.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:34.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:34.830+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"8afacaca-d014-44d6-a572-23318a733d13","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f2f3c666-ec30-482f-85f0-6248ec2f57e3","timestampMs":1669920274182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:34.830+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 8afacaca-d014-44d6-a572-23318a733d13
[2022-12-01T18:44:34.830+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:34.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:35.139+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:35.139+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:35.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:35.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:35.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:35.187+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=b0e6e543-cd2e-467c-8f8d-db5323c68c56, expireMs=1669920305187]
[2022-12-01T18:44:35.187+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:35.188+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:35.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:35.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:35.188+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b0e6e543-cd2e-467c-8f8d-db5323c68c56","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:35.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-12-01T18:44:35.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:35.244+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:35.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:35.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:35.864+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b0e6e543-cd2e-467c-8f8d-db5323c68c56","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:35.864+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:35.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:35.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:35.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:35.866+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b0e6e543-cd2e-467c-8f8d-db5323c68c56","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:35.866+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:35.866+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:35.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:36.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:36.531+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b0e6e543-cd2e-467c-8f8d-db5323c68c56","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e0e6a202-62a8-4977-a89a-581e3b1b76f8","timestampMs":1669920275865,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:36.531+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:36.531+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:36.531+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:36.531+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=b0e6e543-cd2e-467c-8f8d-db5323c68c56, expireMs=1669920305187]
[2022-12-01T18:44:36.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:36.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:36.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:36.533+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b0e6e543-cd2e-467c-8f8d-db5323c68c56","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e0e6a202-62a8-4977-a89a-581e3b1b76f8","timestampMs":1669920275865,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:36.534+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id b0e6e543-cd2e-467c-8f8d-db5323c68c56
[2022-12-01T18:44:36.534+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:36.534+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:37.138+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:37.138+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:37.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:37.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:37.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:37.139+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=81330fd0-ebc1-4064-bab5-5f2b7a1af41a, expireMs=1669920307139]
[2022-12-01T18:44:37.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:37.139+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:37.140+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"81330fd0-ebc1-4064-bab5-5f2b7a1af41a","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:37.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 42 ms
[2022-12-01T18:44:37.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:37.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:37.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:37.194+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:37.194+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:37.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:37.835+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"81330fd0-ebc1-4064-bab5-5f2b7a1af41a","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:37.835+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:37.836+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:37.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:37.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:37.840+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"81330fd0-ebc1-4064-bab5-5f2b7a1af41a","timestampMs":1669920275180,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:37.840+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:37.840+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:37.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.493+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"81330fd0-ebc1-4064-bab5-5f2b7a1af41a","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e34fdf48-c83c-4596-b3ce-084e6c8aadbb","timestampMs":1669920277835,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:38.493+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"81330fd0-ebc1-4064-bab5-5f2b7a1af41a","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e34fdf48-c83c-4596-b3ce-084e6c8aadbb","timestampMs":1669920277835,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:38.494+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=81330fd0-ebc1-4064-bab5-5f2b7a1af41a, expireMs=1669920307139]
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:38.494+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:38.494+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:38.494+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=3c860a00-3509-4fa1-91fa-42406d5329cd, expireMs=1669920308494]
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:38.494+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3c860a00-3509-4fa1-91fa-42406d5329cd","timestampMs":1669920277182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:38.494+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 81330fd0-ebc1-4064-bab5-5f2b7a1af41a
[2022-12-01T18:44:38.494+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:38.494+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:38.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.495+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:38.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
[2022-12-01T18:44:38.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:38.549+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.549+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:38.939+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.941+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3c860a00-3509-4fa1-91fa-42406d5329cd","timestampMs":1669920277182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:38.941+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:38.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:38.942+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.942+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.942+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"3c860a00-3509-4fa1-91fa-42406d5329cd","timestampMs":1669920277182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:38.942+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:38.942+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:38.942+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.972+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.088011Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"a26e9bf0-b767-4058-b53a-e41812218f7a","timestampMs":1669920279087,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup"}
[2022-12-01T18:44:38.973+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-PDP-PAP] no listeners for autonomous message of type PdpStatus
[2022-12-01T18:44:38.973+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:38.973+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:38.978+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:38.979+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.088011Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"a26e9bf0-b767-4058-b53a-e41812218f7a","timestampMs":1669920279087,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup"}
[2022-12-01T18:44:39.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting
[2022-12-01T18:44:39.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting listener
[2022-12-01T18:44:39.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting timer
[2022-12-01T18:44:39.190+00:00|INFO|TimerManager|DMAAP-source-POLICY-HEARTBEAT] update timer registered Timer [name=c6d015ef-7d5b-42e9-a028-231b14c786a5, expireMs=1669920309190]
[2022-12-01T18:44:39.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting enqueue
[2022-12-01T18:44:39.190+00:00|INFO|ServiceManager|DMAAP-source-POLICY-HEARTBEAT] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate started
[2022-12-01T18:44:39.191+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"c6d015ef-7d5b-42e9-a028-231b14c786a5","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.237+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:39.238+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.248+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.249+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.264+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.265+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"3c860a00-3509-4fa1-91fa-42406d5329cd","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8aa4782d-c82d-4a4a-bd43-027f91020d59","timestampMs":1669920278941,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.265+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:39.266+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:39.266+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:39.266+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=3c860a00-3509-4fa1-91fa-42406d5329cd, expireMs=1669920308494]
[2022-12-01T18:44:39.266+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.266+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:39.266+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:39.267+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"3c860a00-3509-4fa1-91fa-42406d5329cd","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8aa4782d-c82d-4a4a-bd43-027f91020d59","timestampMs":1669920278941,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.267+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 3c860a00-3509-4fa1-91fa-42406d5329cd
[2022-12-01T18:44:39.267+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.274+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:39.275+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:39.318+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:39.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:39.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:39.319+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=856f2b93-7f39-4484-be78-0f3baf9556a5, expireMs=1669920309319]
[2022-12-01T18:44:39.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:39.319+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:39.319+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.319+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"856f2b93-7f39-4484-be78-0f3baf9556a5","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.319+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.332+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 13 ms
[2022-12-01T18:44:39.332+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.344+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.344+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.360+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"c6d015ef-7d5b-42e9-a028-231b14c786a5","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.360+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.360+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.361+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.365+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"c6d015ef-7d5b-42e9-a028-231b14c786a5","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.365+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.365+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.426+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"856f2b93-7f39-4484-be78-0f3baf9556a5","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.426+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.426+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.426+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.427+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"856f2b93-7f39-4484-be78-0f3baf9556a5","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.427+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.475+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.475+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.620538Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"c6d015ef-7d5b-42e9-a028-231b14c786a5","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"c6d015ef-7d5b-42e9-a028-231b14c786a5","timestampMs":1669920279620,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.480+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping
[2022-12-01T18:44:39.480+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping enqueue
[2022-12-01T18:44:39.480+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping timer
[2022-12-01T18:44:39.480+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.480+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=c6d015ef-7d5b-42e9-a028-231b14c786a5, expireMs=1669920309190]
[2022-12-01T18:44:39.480+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping listener
[2022-12-01T18:44:39.480+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopped
[2022-12-01T18:44:39.480+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.620538Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"c6d015ef-7d5b-42e9-a028-231b14c786a5","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"c6d015ef-7d5b-42e9-a028-231b14c786a5","timestampMs":1669920279620,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.482+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id c6d015ef-7d5b-42e9-a028-231b14c786a5
[2022-12-01T18:44:39.482+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.488+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate successful
[2022-12-01T18:44:39.488+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 start publishing next request
[2022-12-01T18:44:39.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange starting
[2022-12-01T18:44:39.488+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange starting listener
[2022-12-01T18:44:39.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange starting timer
[2022-12-01T18:44:39.489+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=6315c8be-fdb9-4a25-a6e2-329c1d876207, expireMs=1669920309489]
[2022-12-01T18:44:39.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange starting enqueue
[2022-12-01T18:44:39.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange started
[2022-12-01T18:44:39.489+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"6315c8be-fdb9-4a25-a6e2-329c1d876207","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.525+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
[2022-12-01T18:44:39.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.540+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.540+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.553+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.554+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"856f2b93-7f39-4484-be78-0f3baf9556a5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"62afb791-d164-4cd5-84ef-617df906b6b2","timestampMs":1669920279427,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.554+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:39.554+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:39.554+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:39.554+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=856f2b93-7f39-4484-be78-0f3baf9556a5, expireMs=1669920309319]
[2022-12-01T18:44:39.554+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:39.554+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:39.557+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.557+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"856f2b93-7f39-4484-be78-0f3baf9556a5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"62afb791-d164-4cd5-84ef-617df906b6b2","timestampMs":1669920279427,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.558+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 856f2b93-7f39-4484-be78-0f3baf9556a5
[2022-12-01T18:44:39.558+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.562+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:39.562+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:39.562+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:39.562+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:39.562+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:39.562+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=80bbc947-6a8d-4df2-8329-df7c5128ac27, expireMs=1669920309562]
[2022-12-01T18:44:39.562+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:39.562+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:39.562+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"80bbc947-6a8d-4df2-8329-df7c5128ac27","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.582+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 20 ms
[2022-12-01T18:44:39.582+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.592+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.592+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.601+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.614+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.615+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"6315c8be-fdb9-4a25-a6e2-329c1d876207","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.615+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:39.615+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.615+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.618+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.618+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"6315c8be-fdb9-4a25-a6e2-329c1d876207","timestampMs":1669920279182,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.619+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:39.619+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.668+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.668+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"80bbc947-6a8d-4df2-8329-df7c5128ac27","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.669+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:39.669+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.669+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.669+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.669+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"80bbc947-6a8d-4df2-8329-df7c5128ac27","timestampMs":1669920279312,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.670+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:39.670+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.723+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.858589Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"6315c8be-fdb9-4a25-a6e2-329c1d876207","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"6315c8be-fdb9-4a25-a6e2-329c1d876207","timestampMs":1669920279858,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.723+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:39.858589Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"6315c8be-fdb9-4a25-a6e2-329c1d876207","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"6315c8be-fdb9-4a25-a6e2-329c1d876207","timestampMs":1669920279858,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.724+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 6315c8be-fdb9-4a25-a6e2-329c1d876207
[2022-12-01T18:44:39.724+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.724+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange stopping
[2022-12-01T18:44:39.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.724+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange stopping enqueue
[2022-12-01T18:44:39.724+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange stopping timer
[2022-12-01T18:44:39.724+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=6315c8be-fdb9-4a25-a6e2-329c1d876207, expireMs=1669920309489]
[2022-12-01T18:44:39.724+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange stopping listener
[2022-12-01T18:44:39.724+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange stopped
[2022-12-01T18:44:39.724+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpStateChange successful
[2022-12-01T18:44:39.725+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 start publishing next request
[2022-12-01T18:44:39.725+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting
[2022-12-01T18:44:39.725+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting listener
[2022-12-01T18:44:39.725+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting timer
[2022-12-01T18:44:39.725+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=fc4c3500-1515-4784-9836-8bbf3c0be6f2, expireMs=1669920309725]
[2022-12-01T18:44:39.725+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate starting enqueue
[2022-12-01T18:44:39.725+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate started
[2022-12-01T18:44:39.725+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.725+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","timestampMs":1669920279519,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.732+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 6 ms
[2022-12-01T18:44:39.732+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.747+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.747+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.770+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.770+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"80bbc947-6a8d-4df2-8329-df7c5128ac27","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"4a4c85bd-0d44-4ae8-86f2-2731141709aa","timestampMs":1669920279672,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.771+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.772+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"80bbc947-6a8d-4df2-8329-df7c5128ac27","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"4a4c85bd-0d44-4ae8-86f2-2731141709aa","timestampMs":1669920279672,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.772+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 80bbc947-6a8d-4df2-8329-df7c5128ac27
[2022-12-01T18:44:39.772+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.772+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.772+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:39.772+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:39.773+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:39.773+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=80bbc947-6a8d-4df2-8329-df7c5128ac27, expireMs=1669920309562]
[2022-12-01T18:44:39.773+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:39.773+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:39.774+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:39.774+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:39.774+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:39.774+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:39.774+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:39.774+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=23484c98-afc4-4d0c-bf0b-ed49fe981460, expireMs=1669920309774]
[2022-12-01T18:44:39.775+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:39.775+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:39.775+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"23484c98-afc4-4d0c-bf0b-ed49fe981460","timestampMs":1669920279595,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.775+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.782+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 7 ms
[2022-12-01T18:44:39.782+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:39.796+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.796+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:39.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.813+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","timestampMs":1669920279519,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.814+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.815+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","timestampMs":1669920279519,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.815+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.815+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.874+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"23484c98-afc4-4d0c-bf0b-ed49fe981460","timestampMs":1669920279595,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.874+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"23484c98-afc4-4d0c-bf0b-ed49fe981460","timestampMs":1669920279595,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:39.874+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:39.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.874+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:39.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:39.938+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.938+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:40.060054Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","timestampMs":1669920280060,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.939+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping
[2022-12-01T18:44:39.939+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping enqueue
[2022-12-01T18:44:39.939+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping timer
[2022-12-01T18:44:39.939+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=fc4c3500-1515-4784-9836-8bbf3c0be6f2, expireMs=1669920309725]
[2022-12-01T18:44:39.939+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopping listener
[2022-12-01T18:44:39.939+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate stopped
[2022-12-01T18:44:39.942+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:39.942+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","timeStamp":"2022-12-01T18:44:40.060054Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"fc4c3500-1515-4784-9836-8bbf3c0be6f2","timestampMs":1669920280060,"name":"drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-12-01T18:44:39.943+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id fc4c3500-1515-4784-9836-8bbf3c0be6f2
[2022-12-01T18:44:39.943+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:39.943+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:40.139+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 PdpUpdate successful
[2022-12-01T18:44:40.140+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] drools-342ea1ac-279c-4b1e-8b77-889a444cf1a4 has no more requests
[2022-12-01T18:44:40.169+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:40.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:40.184+00:00|INFO|TimerManager|Thread-9] update timer discarded (expired) Timer [name=85abad25-b097-400e-94c5-76c2fd254c2e, expireMs=1669920280184]
[2022-12-01T18:44:40.184+00:00|INFO|TimerManager|Thread-9] update timer waiting 29590ms Timer [name=23484c98-afc4-4d0c-bf0b-ed49fe981460, expireMs=1669920309774]
[2022-12-01T18:44:40.471+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:40.472+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"23484c98-afc4-4d0c-bf0b-ed49fe981460","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"61d99373-54b2-4b8b-a315-dbe2975effc2","timestampMs":1669920279876,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:40.472+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 23484c98-afc4-4d0c-bf0b-ed49fe981460
[2022-12-01T18:44:40.472+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:40.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:40.691+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:40.691+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"23484c98-afc4-4d0c-bf0b-ed49fe981460","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"61d99373-54b2-4b8b-a315-dbe2975effc2","timestampMs":1669920279876,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:40.692+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:40.692+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:40.693+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:40.693+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=23484c98-afc4-4d0c-bf0b-ed49fe981460, expireMs=1669920309774]
[2022-12-01T18:44:40.693+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:40.693+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:40.702+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:40.702+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:40.745+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:40.745+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:40.745+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:40.745+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=dd63ed60-4c69-48c0-9c3f-95275436032f, expireMs=1669920310745]
[2022-12-01T18:44:40.746+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:40.746+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:40.746+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:40.746+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"dd63ed60-4c69-48c0-9c3f-95275436032f","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:40.747+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:40.782+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 35 ms
[2022-12-01T18:44:40.782+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:40.794+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:40.794+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:41.411+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:41.411+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:41.412+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"dd63ed60-4c69-48c0-9c3f-95275436032f","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:41.412+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"dd63ed60-4c69-48c0-9c3f-95275436032f","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:41.412+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:41.412+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:41.412+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:41.412+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:41.412+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:41.412+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:41.541+00:00|INFO|TimerManager|Thread-10] state-change timer discarded (expired) Timer [name=7f6e7b5d-93ee-4014-86d2-b45d9e633ce9, expireMs=1669920281541]
[2022-12-01T18:44:42.077+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:42.077+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"dd63ed60-4c69-48c0-9c3f-95275436032f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"67fda932-6a5c-4c54-8c36-7c24232c5c2b","timestampMs":1669920281413,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:42.078+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id dd63ed60-4c69-48c0-9c3f-95275436032f
[2022-12-01T18:44:42.078+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:42.078+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:42.078+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:42.079+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"dd63ed60-4c69-48c0-9c3f-95275436032f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"67fda932-6a5c-4c54-8c36-7c24232c5c2b","timestampMs":1669920281413,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:42.080+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:42.080+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:42.080+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:42.080+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=dd63ed60-4c69-48c0-9c3f-95275436032f, expireMs=1669920310745]
[2022-12-01T18:44:42.080+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:42.080+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:42.140+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:42.140+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:42.140+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:42.140+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:42.140+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:42.140+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=4ced0350-0936-45d2-97ef-7da531cc3e45, expireMs=1669920312140]
[2022-12-01T18:44:42.140+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:42.140+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:42.140+00:00|INFO|TimerManager|Thread-10] state-change timer waiting 30000ms Timer [name=4ced0350-0936-45d2-97ef-7da531cc3e45, expireMs=1669920312140]
[2022-12-01T18:44:42.141+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"4ced0350-0936-45d2-97ef-7da531cc3e45","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:42.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
[2022-12-01T18:44:42.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:42.186+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:42.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:42.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:42.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:42.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:42.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:42.814+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"4ced0350-0936-45d2-97ef-7da531cc3e45","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:42.814+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"4ced0350-0936-45d2-97ef-7da531cc3e45","timestampMs":1669920280738,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:42.814+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:42.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:42.815+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:42.815+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:42.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:42.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:43.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:43.489+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"4ced0350-0936-45d2-97ef-7da531cc3e45","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"998aac42-a603-4291-a7a5-a51ec92c020d","timestampMs":1669920282816,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:43.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:43.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:43.489+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:43.490+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=4ced0350-0936-45d2-97ef-7da531cc3e45, expireMs=1669920312140]
[2022-12-01T18:44:43.490+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:43.490+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:43.490+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:43.490+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:43.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:43.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:43.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:43.491+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6, expireMs=1669920313491]
[2022-12-01T18:44:43.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:43.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:43.492+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:43.492+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6","timestampMs":1669920282177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:43.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:43.500+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:43.500+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"4ced0350-0936-45d2-97ef-7da531cc3e45","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"998aac42-a603-4291-a7a5-a51ec92c020d","timestampMs":1669920282816,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:43.500+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 4ced0350-0936-45d2-97ef-7da531cc3e45
[2022-12-01T18:44:43.500+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:43.500+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:43.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 40 ms
[2022-12-01T18:44:43.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:43.544+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:43.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:44.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:44.174+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6","timestampMs":1669920282177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:44.174+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:44.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:44.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:44.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:44.177+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6","timestampMs":1669920282177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:44.177+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:44.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:44.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:44.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:44.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:44.828+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d78126b0-54ca-436b-9094-a62e3186b46f","timestampMs":1669920284174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:44.828+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d78126b0-54ca-436b-9094-a62e3186b46f","timestampMs":1669920284174,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:44.828+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6
[2022-12-01T18:44:44.828+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:44.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:44.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:44.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:44.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:44.829+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=fc77207c-1e1c-4416-b4a8-1f9a8dbcf4f6, expireMs=1669920313491]
[2022-12-01T18:44:44.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:44.829+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:45.140+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:45.141+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:45.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:45.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:45.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:45.185+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=2455dd26-2757-43ca-9784-d3d31b8327a1, expireMs=1669920315185]
[2022-12-01T18:44:45.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:45.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:45.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:45.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:45.185+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"2455dd26-2757-43ca-9784-d3d31b8327a1","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:45.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:45.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:45.247+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:45.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:45.870+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:45.870+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"2455dd26-2757-43ca-9784-d3d31b8327a1","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:45.870+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:45.871+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:45.871+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:45.871+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:45.872+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"2455dd26-2757-43ca-9784-d3d31b8327a1","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:45.872+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:45.872+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:45.872+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:46.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:46.532+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"2455dd26-2757-43ca-9784-d3d31b8327a1","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"96725053-86ac-49ef-9288-a5d090b62402","timestampMs":1669920285869,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:46.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:46.532+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 2455dd26-2757-43ca-9784-d3d31b8327a1
[2022-12-01T18:44:46.532+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"2455dd26-2757-43ca-9784-d3d31b8327a1","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"96725053-86ac-49ef-9288-a5d090b62402","timestampMs":1669920285869,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:46.532+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:46.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:46.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:46.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:46.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:46.533+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=2455dd26-2757-43ca-9784-d3d31b8327a1, expireMs=1669920315185]
[2022-12-01T18:44:46.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:46.533+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:47.141+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:47.141+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:47.141+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:47.141+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:47.141+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:47.141+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=b670fe90-b7e0-4203-a268-6fc39fe6e285, expireMs=1669920317141]
[2022-12-01T18:44:47.141+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:47.141+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:47.142+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"b670fe90-b7e0-4203-a268-6fc39fe6e285","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:47.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 40 ms
[2022-12-01T18:44:47.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:47.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:47.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:47.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:47.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:47.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:47.827+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"b670fe90-b7e0-4203-a268-6fc39fe6e285","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:47.827+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:47.827+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:47.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:47.845+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:47.846+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"b670fe90-b7e0-4203-a268-6fc39fe6e285","timestampMs":1669920285178,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:47.846+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:47.847+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:47.847+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:48.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:48.482+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"b670fe90-b7e0-4203-a268-6fc39fe6e285","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"15eed4ea-b933-42d1-8da0-e87f6bdc2004","timestampMs":1669920287825,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:48.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:48.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:48.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:48.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:48.483+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=b670fe90-b7e0-4203-a268-6fc39fe6e285, expireMs=1669920317141]
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:48.484+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:48.484+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:48.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=c6bb0071-316e-443d-a432-dd7441c063a0, expireMs=1669920318484]
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:48.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:48.484+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:48.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:48.485+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"c6bb0071-316e-443d-a432-dd7441c063a0","timestampMs":1669920287181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:48.485+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"b670fe90-b7e0-4203-a268-6fc39fe6e285","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"15eed4ea-b933-42d1-8da0-e87f6bdc2004","timestampMs":1669920287825,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:48.486+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id b670fe90-b7e0-4203-a268-6fc39fe6e285
[2022-12-01T18:44:48.486+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:48.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:48.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-12-01T18:44:48.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:48.545+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:48.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:49.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:49.164+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"c6bb0071-316e-443d-a432-dd7441c063a0","timestampMs":1669920287181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:49.164+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:49.164+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:49.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:49.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:49.165+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"c6bb0071-316e-443d-a432-dd7441c063a0","timestampMs":1669920287181,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:49.165+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:49.165+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:49.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:49.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:49.838+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:49.838+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"c6bb0071-316e-443d-a432-dd7441c063a0","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2bae9bf8-d642-4d0a-b5d3-04536139b698","timestampMs":1669920289165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:49.838+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"c6bb0071-316e-443d-a432-dd7441c063a0","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2bae9bf8-d642-4d0a-b5d3-04536139b698","timestampMs":1669920289165,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:49.838+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:49.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:49.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:49.839+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=c6bb0071-316e-443d-a432-dd7441c063a0, expireMs=1669920318484]
[2022-12-01T18:44:49.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:49.839+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:49.838+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id c6bb0071-316e-443d-a432-dd7441c063a0
[2022-12-01T18:44:49.839+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:49.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:50.142+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:50.142+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:50.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:50.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:50.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:50.189+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=cb5e9959-e572-493d-9e11-580ebdfe7972, expireMs=1669920320189]
[2022-12-01T18:44:50.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:50.189+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:50.189+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:50.190+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cb5e9959-e572-493d-9e11-580ebdfe7972","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:50.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:50.234+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
[2022-12-01T18:44:50.234+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:50.246+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:50.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:50.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:50.865+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cb5e9959-e572-493d-9e11-580ebdfe7972","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:50.865+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:50.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:50.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:50.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:50.867+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cb5e9959-e572-493d-9e11-580ebdfe7972","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:50.868+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:50.868+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:50.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:51.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:51.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:51.534+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"cb5e9959-e572-493d-9e11-580ebdfe7972","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ddcf920c-85e3-4698-bcfb-a42cfb1b669b","timestampMs":1669920290867,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:51.534+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"cb5e9959-e572-493d-9e11-580ebdfe7972","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ddcf920c-85e3-4698-bcfb-a42cfb1b669b","timestampMs":1669920290867,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:51.534+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:51.534+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:51.534+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:51.534+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=cb5e9959-e572-493d-9e11-580ebdfe7972, expireMs=1669920320189]
[2022-12-01T18:44:51.534+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:51.534+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:51.534+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id cb5e9959-e572-493d-9e11-580ebdfe7972
[2022-12-01T18:44:51.535+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:51.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:52.142+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:52.142+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:52.142+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:52.142+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:52.142+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:52.142+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=78a3eb12-8e9c-4fe9-ad7a-9081917366ac, expireMs=1669920322142]
[2022-12-01T18:44:52.142+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:52.142+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:52.143+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"78a3eb12-8e9c-4fe9-ad7a-9081917366ac","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:52.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 39 ms
[2022-12-01T18:44:52.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:52.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:52.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:52.193+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:52.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:52.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:52.821+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"78a3eb12-8e9c-4fe9-ad7a-9081917366ac","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:52.821+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:52.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:52.822+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:52.822+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"78a3eb12-8e9c-4fe9-ad7a-9081917366ac","timestampMs":1669920290182,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:52.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:52.822+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:52.822+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:52.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:53.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:53.484+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"78a3eb12-8e9c-4fe9-ad7a-9081917366ac","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ac6aabac-d007-4d74-bb3a-437c530bad81","timestampMs":1669920292821,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:53.485+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 78a3eb12-8e9c-4fe9-ad7a-9081917366ac
[2022-12-01T18:44:53.485+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:53.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:53.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:53.491+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"78a3eb12-8e9c-4fe9-ad7a-9081917366ac","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ac6aabac-d007-4d74-bb3a-437c530bad81","timestampMs":1669920292821,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:53.491+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:53.492+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:53.492+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:53.492+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=78a3eb12-8e9c-4fe9-ad7a-9081917366ac, expireMs=1669920322142]
[2022-12-01T18:44:53.492+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:53.492+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:53.492+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:53.492+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:53.492+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:53.493+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:53.493+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:53.493+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=cbcffe2b-005c-425a-b86a-65d56e3eebe3, expireMs=1669920323493]
[2022-12-01T18:44:53.493+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:53.493+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:53.493+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cbcffe2b-005c-425a-b86a-65d56e3eebe3","timestampMs":1669920292177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:53.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:53.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:53.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 39 ms
[2022-12-01T18:44:53.532+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:53.544+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:53.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:54.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:54.165+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cbcffe2b-005c-425a-b86a-65d56e3eebe3","timestampMs":1669920292177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:54.165+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:54.165+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:54.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:54.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:54.172+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"cbcffe2b-005c-425a-b86a-65d56e3eebe3","timestampMs":1669920292177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:54.172+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:54.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:54.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:54.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:54.829+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"cbcffe2b-005c-425a-b86a-65d56e3eebe3","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f2b8bf07-c104-4b0c-a3c8-adb62aa1fa15","timestampMs":1669920294167,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:54.829+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id cbcffe2b-005c-425a-b86a-65d56e3eebe3
[2022-12-01T18:44:54.829+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:54.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:54.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:54.830+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"cbcffe2b-005c-425a-b86a-65d56e3eebe3","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f2b8bf07-c104-4b0c-a3c8-adb62aa1fa15","timestampMs":1669920294167,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:54.830+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:54.830+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:54.830+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:54.830+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=cbcffe2b-005c-425a-b86a-65d56e3eebe3, expireMs=1669920323493]
[2022-12-01T18:44:54.830+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:54.830+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:55.142+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:55.142+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:44:55.184+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:55.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:55.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:55.185+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=50329d20-7052-46d3-b897-bb471e593592, expireMs=1669920325185]
[2022-12-01T18:44:55.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:55.185+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:55.186+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"50329d20-7052-46d3-b897-bb471e593592","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:55.186+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:55.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:55.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
[2022-12-01T18:44:55.232+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:55.244+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:55.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:44:55.861+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:55.862+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"50329d20-7052-46d3-b897-bb471e593592","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:55.862+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:55.862+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:55.862+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:55.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:55.864+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"50329d20-7052-46d3-b897-bb471e593592","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:55.864+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:55.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:55.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:56.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:56.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:56.531+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"50329d20-7052-46d3-b897-bb471e593592","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3b75e39a-bf28-4529-8062-5dd901378d20","timestampMs":1669920295864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:56.532+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"50329d20-7052-46d3-b897-bb471e593592","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3b75e39a-bf28-4529-8062-5dd901378d20","timestampMs":1669920295864,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:56.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:44:56.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:44:56.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:44:56.532+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=50329d20-7052-46d3-b897-bb471e593592, expireMs=1669920325185]
[2022-12-01T18:44:56.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:44:56.532+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:44:56.532+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 50329d20-7052-46d3-b897-bb471e593592
[2022-12-01T18:44:56.532+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:56.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:57.143+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:44:57.143+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:57.143+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:44:57.143+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:44:57.143+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:44:57.144+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=01fa66ec-c617-40e6-85f3-20e2b61ac138, expireMs=1669920327144]
[2022-12-01T18:44:57.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:44:57.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:44:57.144+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"01fa66ec-c617-40e6-85f3-20e2b61ac138","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:57.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
[2022-12-01T18:44:57.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:57.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:57.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:57.194+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:57.194+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:57.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:57.813+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"01fa66ec-c617-40e6-85f3-20e2b61ac138","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:57.813+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:57.813+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:57.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:57.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:57.820+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"01fa66ec-c617-40e6-85f3-20e2b61ac138","timestampMs":1669920295177,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:57.820+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:44:57.820+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:57.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:58.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:58.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:58.483+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"01fa66ec-c617-40e6-85f3-20e2b61ac138","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"09371c11-2fac-4cb5-b483-f8c63b114fcb","timestampMs":1669920297813,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:58.483+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"01fa66ec-c617-40e6-85f3-20e2b61ac138","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"09371c11-2fac-4cb5-b483-f8c63b114fcb","timestampMs":1669920297813,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:58.483+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:44:58.483+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 01fa66ec-c617-40e6-85f3-20e2b61ac138
[2022-12-01T18:44:58.483+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:44:58.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:58.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=01fa66ec-c617-40e6-85f3-20e2b61ac138, expireMs=1669920327144]
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:44:58.484+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:44:58.484+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:44:58.484+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=43699781-e801-4810-b3c9-573f9cdfa43e, expireMs=1669920328484]
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:44:58.484+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:44:58.484+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:58.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:58.484+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"43699781-e801-4810-b3c9-573f9cdfa43e","timestampMs":1669920297184,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:58.533+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-12-01T18:44:58.533+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:44:58.545+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:58.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:44:59.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:59.163+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"43699781-e801-4810-b3c9-573f9cdfa43e","timestampMs":1669920297184,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:59.164+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:44:59.164+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:44:59.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:44:59.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:59.166+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"43699781-e801-4810-b3c9-573f9cdfa43e","timestampMs":1669920297184,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:59.166+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:44:59.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:59.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:44:59.864+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2022-12-01T18:44:59.872+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:59.873+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"43699781-e801-4810-b3c9-573f9cdfa43e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"19454de0-decb-4268-916b-7e9143de4c9f","timestampMs":1669920299163,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:59.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:44:59.873+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"43699781-e801-4810-b3c9-573f9cdfa43e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"19454de0-decb-4268-916b-7e9143de4c9f","timestampMs":1669920299163,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:44:59.873+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 43699781-e801-4810-b3c9-573f9cdfa43e
[2022-12-01T18:44:59.876+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:44:59.876+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:00.178+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:45:00.178+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:45:00.178+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:45:00.178+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=43699781-e801-4810-b3c9-573f9cdfa43e, expireMs=1669920328484]
[2022-12-01T18:45:00.178+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:45:00.178+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:45:00.188+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:45:00.188+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:45:00.246+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:45:00.246+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:45:00.246+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:45:00.246+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=7ad4d972-65f3-4bcb-aea6-f45cb40de76e, expireMs=1669920330246]
[2022-12-01T18:45:00.246+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:45:00.247+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:45:00.247+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:00.247+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:00.249+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7ad4d972-65f3-4bcb-aea6-f45cb40de76e","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:00.283+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 34 ms
[2022-12-01T18:45:00.283+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:45:00.295+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:00.295+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:45:00.918+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:00.918+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7ad4d972-65f3-4bcb-aea6-f45cb40de76e","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:00.919+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:45:00.919+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:00.919+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:00.919+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:00.920+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"7ad4d972-65f3-4bcb-aea6-f45cb40de76e","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:00.920+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:45:00.920+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:00.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:01.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:01.583+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"7ad4d972-65f3-4bcb-aea6-f45cb40de76e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"436cdb19-c752-4773-907b-682ae4d5297d","timestampMs":1669920300920,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:01.584+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:45:01.584+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:45:01.584+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:45:01.585+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=7ad4d972-65f3-4bcb-aea6-f45cb40de76e, expireMs=1669920330246]
[2022-12-01T18:45:01.585+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:45:01.585+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:45:01.590+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:01.590+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"7ad4d972-65f3-4bcb-aea6-f45cb40de76e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"436cdb19-c752-4773-907b-682ae4d5297d","timestampMs":1669920300920,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:01.591+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 7ad4d972-65f3-4bcb-aea6-f45cb40de76e
[2022-12-01T18:45:01.591+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:01.591+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:02.144+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:45:02.144+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:45:02.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:45:02.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:45:02.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:45:02.144+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=51701ba2-02f1-4d87-a63c-540d9d110a30, expireMs=1669920332144]
[2022-12-01T18:45:02.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:45:02.144+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:45:02.144+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"51701ba2-02f1-4d87-a63c-540d9d110a30","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:02.185+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
[2022-12-01T18:45:02.185+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:45:02.197+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:02.197+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:45:02.206+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:02.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:02.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:02.823+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"51701ba2-02f1-4d87-a63c-540d9d110a30","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:02.824+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:45:02.824+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:02.824+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:02.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:02.831+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"51701ba2-02f1-4d87-a63c-540d9d110a30","timestampMs":1669920300233,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:02.832+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:45:02.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:02.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:03.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:03.488+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"51701ba2-02f1-4d87-a63c-540d9d110a30","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b2abeef5-62b3-4b56-a3c5-a080f4714a61","timestampMs":1669920302820,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:03.488+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 51701ba2-02f1-4d87-a63c-540d9d110a30
[2022-12-01T18:45:03.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:03.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:03.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:03.495+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"51701ba2-02f1-4d87-a63c-540d9d110a30","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b2abeef5-62b3-4b56-a3c5-a080f4714a61","timestampMs":1669920302820,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping enqueue
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping timer
[2022-12-01T18:45:03.495+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer cancelled Timer [name=51701ba2-02f1-4d87-a63c-540d9d110a30, expireMs=1669920332144]
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopping listener
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange stopped
[2022-12-01T18:45:03.495+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange successful
[2022-12-01T18:45:03.495+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:45:03.495+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=b6d864c4-fd43-415c-928d-e18c25af3ebf, expireMs=1669920333495]
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:45:03.495+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:45:03.495+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:03.496+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:03.496+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b6d864c4-fd43-415c-928d-e18c25af3ebf","timestampMs":1669920302193,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:03.532+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 36 ms
[2022-12-01T18:45:03.533+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:45:03.546+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:03.548+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:45:04.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:04.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:04.176+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b6d864c4-fd43-415c-928d-e18c25af3ebf","timestampMs":1669920302193,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:04.176+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:45:04.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:04.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:04.177+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"b6d864c4-fd43-415c-928d-e18c25af3ebf","timestampMs":1669920302193,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:04.177+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:45:04.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:04.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:04.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:04.827+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b6d864c4-fd43-415c-928d-e18c25af3ebf","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b8155fac-6994-4397-9097-5779f1c9c995","timestampMs":1669920304173,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:04.827+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:45:04.827+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:45:04.827+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:45:04.827+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=b6d864c4-fd43-415c-928d-e18c25af3ebf, expireMs=1669920333495]
[2022-12-01T18:45:04.827+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:45:04.828+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:45:04.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:04.831+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"b6d864c4-fd43-415c-928d-e18c25af3ebf","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b8155fac-6994-4397-9097-5779f1c9c995","timestampMs":1669920304173,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:04.832+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id b6d864c4-fd43-415c-928d-e18c25af3ebf
[2022-12-01T18:45:04.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:04.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:05.145+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:45:05.146+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 has no more requests
[2022-12-01T18:45:05.222+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting
[2022-12-01T18:45:05.223+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting listener
[2022-12-01T18:45:05.223+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting timer
[2022-12-01T18:45:05.223+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer registered Timer [name=58c7ba6e-d609-4675-a41f-1e6bc7b98fa9, expireMs=1669920335223]
[2022-12-01T18:45:05.223+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate starting enqueue
[2022-12-01T18:45:05.223+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate started
[2022-12-01T18:45:05.223+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:05.223+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"58c7ba6e-d609-4675-a41f-1e6bc7b98fa9","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:05.224+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:05.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
[2022-12-01T18:45:05.233+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:45:05.246+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:05.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
[2022-12-01T18:45:05.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:05.864+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"58c7ba6e-d609-4675-a41f-1e6bc7b98fa9","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:05.864+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_UPDATE
[2022-12-01T18:45:05.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:05.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:05.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:05.899+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"58c7ba6e-d609-4675-a41f-1e6bc7b98fa9","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:05.900+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_UPDATE
[2022-12-01T18:45:05.900+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:05.900+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:06.526+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:06.526+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"58c7ba6e-d609-4675-a41f-1e6bc7b98fa9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8275ae85-9861-41f5-b3dc-1b23ee4b400b","timestampMs":1669920305866,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:06.527+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping
[2022-12-01T18:45:06.527+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping enqueue
[2022-12-01T18:45:06.527+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping timer
[2022-12-01T18:45:06.527+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] update timer cancelled Timer [name=58c7ba6e-d609-4675-a41f-1e6bc7b98fa9, expireMs=1669920335223]
[2022-12-01T18:45:06.527+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopping listener
[2022-12-01T18:45:06.527+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate stopped
[2022-12-01T18:45:06.528+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:06.528+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[],"response":{"responseTo":"58c7ba6e-d609-4675-a41f-1e6bc7b98fa9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8275ae85-9861-41f5-b3dc-1b23ee4b400b","timestampMs":1669920305866,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:06.528+00:00|INFO|RequestIdDispatcher|DMAAP-source-POLICY-HEARTBEAT] no listener for request id 58c7ba6e-d609-4675-a41f-1e6bc7b98fa9
[2022-12-01T18:45:06.528+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:06.529+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:07.145+00:00|INFO|RequestImpl|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpUpdate successful
[2022-12-01T18:45:07.145+00:00|INFO|PdpRequests|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 start publishing next request
[2022-12-01T18:45:07.145+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting
[2022-12-01T18:45:07.145+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting listener
[2022-12-01T18:45:07.145+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting timer
[2022-12-01T18:45:07.145+00:00|INFO|TimerManager|DMAAP-source-POLICY-PDP-PAP] state-change timer registered Timer [name=94ab83a4-f6cf-48a9-84a9-8510c0085dd7, expireMs=1669920337145]
[2022-12-01T18:45:07.145+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange starting enqueue
[2022-12-01T18:45:07.161+00:00|INFO|ServiceManager|DMAAP-source-POLICY-PDP-PAP] xacml-a695ccea-6173-4f04-9783-5266008e4c21 PdpStateChange started
[2022-12-01T18:45:07.161+00:00|INFO|network|Thread-7] [OUT|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"94ab83a4-f6cf-48a9-84a9-8510c0085dd7","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:07.182+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 21 ms
[2022-12-01T18:45:07.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-12-01T18:45:07.194+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:07.195+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-12-01T18:45:07.231+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:07.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:07.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:07.828+00:00|INFO|network|DMAAP-source-POLICY-HEARTBEAT] [IN|DMAAP|POLICY-HEARTBEAT]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"94ab83a4-f6cf-48a9-84a9-8510c0085dd7","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:07.828+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-HEARTBEAT] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:45:07.829+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000
[2022-12-01T18:45:07.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET https://message-router:3905/events/POLICY-PDP-PAP/policy-pap/257683ec-e196-405e-817b-6acdc0f8628b?timeout=15000 (anonymous) ...
[2022-12-01T18:45:07.855+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45:07.855+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-880168db-c5a7-4fb4-980e-89f076ce0217","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"94ab83a4-f6cf-48a9-84a9-8510c0085dd7","timestampMs":1669920305215,"name":"xacml-a695ccea-6173-4f04-9783-5266008e4c21","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-12-01T18:45:07.856+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATE_CHANGE
[2022-12-01T18:45:07.856+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000
[2022-12-01T18:45:07.856+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/e865fadd-56d9-4d8e-8476-5576adc2e631/onap-policy-pap-8884f4f54-j8vxm?timeout=15000 (anonymous) ...
[2022-12-01T18:45:08.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-12-01T18:45: